Uses of Class
org.hsqldb.HsqlSocketFactory

Packages that use HsqlSocketFactory
org.hsqldb   
 

Uses of HsqlSocketFactory in org.hsqldb
 

Subclasses of HsqlSocketFactory in org.hsqldb
 class HsqlSocketFactorySecure
          The default secure socket factory implementation.
 

Fields in org.hsqldb declared as HsqlSocketFactory
protected  HsqlSocketFactory Server.socketFactory
           
 

Methods in org.hsqldb that return HsqlSocketFactory
static HsqlSocketFactory HsqlSocketFactory.getInstance(boolean tls)
          Retrieves an HsqlSocketFactory whose subclass and attributes are determined by the specified argument, tls.
 



Copyright © 2001 - 2004 HSQL Development Group. All Rights Reserved.