public class GlobusSSLSocketWrapper extends SSLServerSocket
| Constructor and Description |
|---|
GlobusSSLSocketWrapper(SSLServerSocket delegate) |
getSSLParameters, setSSLParametersimplAccept, setSocketFactorypublic GlobusSSLSocketWrapper(SSLServerSocket delegate) throws IOException
IOExceptionpublic Socket accept() throws IOException
accept in class ServerSocketIOExceptionpublic void bind(SocketAddress endpoint, int backlog) throws IOException
bind in class ServerSocketIOExceptionpublic void bind(SocketAddress endpoint) throws IOException
bind in class ServerSocketIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ServerSocketIOExceptionpublic ServerSocketChannel getChannel()
getChannel in class ServerSocketpublic String[] getEnabledCipherSuites()
getEnabledCipherSuites in class SSLServerSocketpublic String[] getEnabledProtocols()
getEnabledProtocols in class SSLServerSocketpublic boolean getEnableSessionCreation()
getEnableSessionCreation in class SSLServerSocketpublic InetAddress getInetAddress()
getInetAddress in class ServerSocketpublic int getLocalPort()
getLocalPort in class ServerSocketpublic SocketAddress getLocalSocketAddress()
getLocalSocketAddress in class ServerSocketpublic boolean getNeedClientAuth()
getNeedClientAuth in class SSLServerSocketpublic int getReceiveBufferSize()
throws SocketException
getReceiveBufferSize in class ServerSocketSocketExceptionpublic boolean getReuseAddress()
throws SocketException
getReuseAddress in class ServerSocketSocketExceptionpublic int getSoTimeout()
throws IOException
getSoTimeout in class ServerSocketIOExceptionpublic String[] getSupportedCipherSuites()
getSupportedCipherSuites in class SSLServerSocketpublic String[] getSupportedProtocols()
getSupportedProtocols in class SSLServerSocketpublic boolean getUseClientMode()
getUseClientMode in class SSLServerSocketpublic boolean getWantClientAuth()
getWantClientAuth in class SSLServerSocketpublic boolean isBound()
isBound in class ServerSocketpublic boolean isClosed()
isClosed in class ServerSocketpublic void setEnabledCipherSuites(String[] suites)
setEnabledCipherSuites in class SSLServerSocketpublic void setEnabledProtocols(String[] protocols)
setEnabledProtocols in class SSLServerSocketpublic void setEnableSessionCreation(boolean flag)
setEnableSessionCreation in class SSLServerSocketpublic void setNeedClientAuth(boolean need)
setNeedClientAuth in class SSLServerSocketpublic void setPerformancePreferences(int connectionTime,
int latency,
int bandwidth)
setPerformancePreferences in class ServerSocketpublic void setReceiveBufferSize(int size)
throws SocketException
setReceiveBufferSize in class ServerSocketSocketExceptionpublic void setReuseAddress(boolean on)
throws SocketException
setReuseAddress in class ServerSocketSocketExceptionpublic void setSoTimeout(int timeout)
throws SocketException
setSoTimeout in class ServerSocketSocketExceptionpublic void setUseClientMode(boolean mode)
setUseClientMode in class SSLServerSocketpublic void setWantClientAuth(boolean want)
setWantClientAuth in class SSLServerSocketpublic String toString()
toString in class ServerSocketCopyright © 2013. All Rights Reserved.