Uses of Class
org.h2.server.web.ConnectionInfo
Packages that use ConnectionInfo
-
Uses of ConnectionInfo in org.h2.server.web
Fields in org.h2.server.web with type parameters of type ConnectionInfoModifier and TypeFieldDescriptionprivate final HashMap
<String, ConnectionInfo> WebServer.connInfoMap
Methods in org.h2.server.web that return ConnectionInfoModifier and TypeMethodDescription(package private) ConnectionInfo
WebServer.getSetting
(String name) Get the connection information for this setting.Methods in org.h2.server.web that return types with arguments of type ConnectionInfoModifier and TypeMethodDescription(package private) ArrayList
<ConnectionInfo> WebServer.getSettings()
Get the list of connection info objects.Methods in org.h2.server.web with parameters of type ConnectionInfoModifier and TypeMethodDescriptionint
ConnectionInfo.compareTo
(ConnectionInfo o) (package private) void
WebServer.updateSetting
(ConnectionInfo info) Update a connection information setting.