mcne.security
Class JSSESocketFactory

java.lang.Object
  |
  +--DefaultSocketFactory
        |
        +--mcne.security.JSSESocketFactory

public class JSSESocketFactory
extends DefaultSocketFactory

See Also:
Serialized Form

Constructor Summary
JSSESocketFactory(java.util.Hashtable attributes)
           
 
Method Summary
 java.net.Socket create(java.lang.String host, int port, java.lang.StringBuffer otherHeaders, BooleanHolder useFullURL)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSSESocketFactory

public JSSESocketFactory(java.util.Hashtable attributes)
Method Detail

create

public java.net.Socket create(java.lang.String host,
                              int port,
                              java.lang.StringBuffer otherHeaders,
                              BooleanHolder useFullURL)
                       throws java.lang.Exception
java.lang.Exception