Closeable
, AutoCloseable
public class SdkSslMetricsSocket extends DelegateSslSocket
Constructor | Description |
---|---|
SdkSslMetricsSocket(SSLSocket sock) |
Modifier and Type | Method | Description |
---|---|---|
InputStream |
getInputStream() |
|
void |
setMetrics(AwsRequestMetrics metrics) |
addHandshakeCompletedListener, bind, close, connect, connect, getChannel, getEnabledCipherSuites, getEnabledProtocols, getEnableSessionCreation, getInetAddress, 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, shutdownInput, shutdownOutput, startHandshake, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getOption, setOption, setSocketImplFactory, supportedOptions
getApplicationProtocol, getHandshakeApplicationProtocol, getHandshakeApplicationProtocolSelector, getHandshakeSession, getSSLParameters, setHandshakeApplicationProtocolSelector, setSSLParameters
public SdkSslMetricsSocket(SSLSocket sock)
public void setMetrics(AwsRequestMetrics metrics) throws IOException
IOException
public InputStream getInputStream() throws IOException
getInputStream
in class DelegateSslSocket
IOException
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.