Uses of Class
org.hsqldb.server.HsqlSocketFactory
-
Packages that use HsqlSocketFactory Package Description org.hsqldb.server Contains the HyperSQL network listener classes. -
-
Uses of HsqlSocketFactory in org.hsqldb.server
Subclasses of HsqlSocketFactory in org.hsqldb.server Modifier and Type Class Description class
HsqlSocketFactorySecure
The default secure socket factory implementation.Methods in org.hsqldb.server that return HsqlSocketFactory Modifier and Type Method Description static HsqlSocketFactory
HsqlSocketFactory. getInstance(boolean tls)
Retrieves an HsqlSocketFactory whose subclass and attributes are determined by the specified argument, tls.
-