Closeable, AutoCloseablepublic class SdkSslSocket extends DelegateSslSocket
| Constructor | Description |
|---|---|
SdkSslSocket(SSLSocket sock) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
|
void |
connect(SocketAddress endpoint) |
|
void |
connect(SocketAddress endpoint,
int timeout) |
|
void |
shutdownInput() |
|
void |
shutdownOutput() |
addHandshakeCompletedListener, bind, getChannel, getEnabledCipherSuites, getEnabledProtocols, getEnableSessionCreation, getInetAddress, getInputStream, getKeepAlive, getLocalAddress, getLocalPort, getLocalSocketAddress, getNeedClientAuth, getOOBInline, getOutputStream, getPort, getReceiveBufferSize, getRemoteSocketAddress, getReuseAddress, getSendBufferSize, getSession, getSoLinger, getSoTimeout, getSupportedCipherSuites, getSupportedProtocols, getTcpNoDelay, getTrafficClass, getUseClientMode, getWantClientAuth, isBound, isClosed, isConnected, isInputShutdown, isOutputShutdown, removeHandshakeCompletedListener, sendUrgentData, setEnabledCipherSuites, setEnabledProtocols, setEnableSessionCreation, setKeepAlive, setNeedClientAuth, setOOBInline, setPerformancePreferences, setReceiveBufferSize, setReuseAddress, setSendBufferSize, setSoLinger, setSoTimeout, setTcpNoDelay, setTrafficClass, setUseClientMode, setWantClientAuth, startHandshake, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetOption, setOption, setSocketImplFactory, supportedOptionsgetApplicationProtocol, getHandshakeApplicationProtocol, getHandshakeApplicationProtocolSelector, getHandshakeSession, getSSLParameters, setHandshakeApplicationProtocolSelector, setSSLParameterspublic SdkSslSocket(SSLSocket sock)
public void connect(SocketAddress endpoint) throws IOException
connect in class DelegateSslSocketIOExceptionpublic void connect(SocketAddress endpoint, int timeout) throws IOException
connect in class DelegateSslSocketIOExceptionpublic void close()
throws IOException
close in interface AutoCloseableclose in interface Closeableclose in class DelegateSslSocketIOExceptionpublic void shutdownInput()
throws IOException
shutdownInput in class DelegateSslSocketIOExceptionpublic void shutdownOutput()
throws IOException
shutdownOutput in class DelegateSslSocketIOExceptionCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.