Oracle

weblogic.security.SSL
Class SSLNioSocketFactory

java.lang.Object
  extended by javax.net.SocketFactory
      extended by weblogic.security.SSL.SSLSocketFactory
          extended by weblogic.security.SSL.SSLNioSocketFactory

public class SSLNioSocketFactory
extends SSLSocketFactory

Delegates to SSLSocketFactory requests to create non blocking SSL sockets.


Field Summary
 
Fields inherited from class weblogic.security.SSL.SSLSocketFactory
defFactory, jsseFactory
 
Constructor Summary
SSLNioSocketFactory()
          Creates SSLSocketFactory using default configuration.
 
Method Summary
static SocketFactory getDefault()
          Returns the default SSL socket factory.
 
Methods inherited from class weblogic.security.SSL.SSLSocketFactory
createSocket, createSocket, createSocket, createSocket, createSocket, getDefaultCipherSuites, getDefaultJSSE, getSupportedCipherSuites
 
Methods inherited from class javax.net.SocketFactory
createSocket
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSLNioSocketFactory

public SSLNioSocketFactory()
Creates SSLSocketFactory using default configuration.

Method Detail

getDefault

public static SocketFactory getDefault()
Returns the default SSL socket factory.


Documentation is available at
http://edocs.bea.com/wls/docs103
Copyright 2008 Oracle