SOMA.security.net.ssl
Class SSLClientSocket

java.lang.Object
  extended byjava.net.Socket
      extended bySOMA.security.net.ssl.SSLClientSocket

public class SSLClientSocket
extends java.net.Socket


Field Summary
 
Fields inherited from class java.net.Socket
 
Constructor Summary
SSLClientSocket()
           
 
Method Summary
 java.net.Socket SSLClientSocket(java.net.InetAddress host, int port, ProfileManager profileManager)
           
 
Methods inherited from class java.net.Socket
bind, close, connect, connect, getChannel, getInetAddress, getInputStream, getKeepAlive, getLocalAddress, getLocalPort, getLocalSocketAddress, getOOBInline, getOutputStream, getPort, getReceiveBufferSize, getRemoteSocketAddress, getReuseAddress, getSendBufferSize, getSoLinger, getSoTimeout, getTcpNoDelay, getTrafficClass, isBound, isClosed, isConnected, isInputShutdown, isOutputShutdown, sendUrgentData, setKeepAlive, setOOBInline, setReceiveBufferSize, setReuseAddress, setSendBufferSize, setSocketImplFactory, setSoLinger, setSoTimeout, setTcpNoDelay, setTrafficClass, shutdownInput, shutdownOutput, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SSLClientSocket

public SSLClientSocket()
Method Detail

SSLClientSocket

public java.net.Socket SSLClientSocket(java.net.InetAddress host,
                                       int port,
                                       ProfileManager profileManager)
                                throws SSLException
Throws:
SSLException


Copyright © 2004 Luca Foschini