public interface NetworkTransportConfiguration
Modifier and Type | Method and Description |
---|---|
InetSocketAddress |
getAddress() |
Collection<String> |
getDisabledCipherSuites() |
Collection<String> |
getEnabledCipherSuites() |
int |
getReceiveBufferSize() |
int |
getSendBufferSize() |
boolean |
getTcpNoDelay() |
int |
getThreadPoolSize() |
boolean |
needClientAuth() |
boolean |
wantClientAuth() |
boolean getTcpNoDelay()
int getReceiveBufferSize()
int getSendBufferSize()
int getThreadPoolSize()
InetSocketAddress getAddress()
boolean needClientAuth()
boolean wantClientAuth()
Collection<String> getEnabledCipherSuites()
Collection<String> getDisabledCipherSuites()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.