Uses of Class
org.glassfish.grizzly.config.ssl.ServerSocketFactory
-
Packages that use ServerSocketFactory Package Description com.sun.enterprise.security.ssl com.sun.enterprise.web.connector.grizzly org.glassfish.grizzly.config.ssl -
-
Uses of ServerSocketFactory in com.sun.enterprise.security.ssl
Subclasses of ServerSocketFactory in com.sun.enterprise.security.ssl Modifier and Type Class Description classGlassfishServerSocketFactoryMethods in com.sun.enterprise.security.ssl that return ServerSocketFactory Modifier and Type Method Description ServerSocketFactoryGlassfishSSLImpl. getServerSocketFactory() -
Uses of ServerSocketFactory in com.sun.enterprise.web.connector.grizzly
Methods in com.sun.enterprise.web.connector.grizzly that return ServerSocketFactory Modifier and Type Method Description protected static ServerSocketFactoryCoyoteConnectorLauncher. string2SocketFactory(String val) -
Uses of ServerSocketFactory in org.glassfish.grizzly.config.ssl
Subclasses of ServerSocketFactory in org.glassfish.grizzly.config.ssl Modifier and Type Class Description classJSSE14SocketFactorySSL server socket factory.classJSSESocketFactorySSL server socket factory.Methods in org.glassfish.grizzly.config.ssl that return ServerSocketFactory Modifier and Type Method Description static ServerSocketFactoryServerSocketFactory. getDefault()Returns a copy of the environment's default socket factory.ServerSocketFactoryJSSEImplementation. getServerSocketFactory()abstract ServerSocketFactorySSLImplementation. getServerSocketFactory()ServerSocketFactoryJSSE14Factory. getSocketFactory()
-