Uses of Class
org.h2.server.web.ConnectionInfo
-
Packages that use ConnectionInfo Package Description org.h2.server.web The H2 Console tool. -
-
Uses of ConnectionInfo in org.h2.server.web
Fields in org.h2.server.web with type parameters of type ConnectionInfo Modifier and Type Field Description private java.util.HashMap<java.lang.String,ConnectionInfo>
WebServer. connInfoMap
Methods in org.h2.server.web that return ConnectionInfo Modifier and Type Method Description (package private) ConnectionInfo
WebServer. getSetting(java.lang.String name)
Get the connection information for this setting.Methods in org.h2.server.web that return types with arguments of type ConnectionInfo Modifier and Type Method Description (package private) java.util.ArrayList<ConnectionInfo>
WebServer. getSettings()
Get the list of connection info objects.Methods in org.h2.server.web with parameters of type ConnectionInfo Modifier and Type Method Description int
ConnectionInfo. compareTo(ConnectionInfo o)
(package private) void
WebServer. updateSetting(ConnectionInfo info)
Update a connection information setting.
-