Package | Description |
---|---|
org.h2.server |
A small FTP server.
|
org.h2.server.web |
The H2 Console tool.
|
org.h2.tools |
Various tools.
|
Modifier and Type | Method and Description |
---|---|
void |
TcpServer.setShutdownHandler(ShutdownHandler shutdownHandler) |
Modifier and Type | Method and Description |
---|---|
void |
WebServer.setShutdownHandler(ShutdownHandler shutdownHandler) |
Modifier and Type | Class and Description |
---|---|
class |
Console
Starts the H2 Console (web-) server, as well as the TCP and PG server.
|
class |
Server
Starts the H2 Console (web-) server, TCP, and PG server.
|
Modifier and Type | Method and Description |
---|---|
void |
Server.setShutdownHandler(ShutdownHandler shutdownHandler)
INTERNAL
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.