public interface NetworkTransportConfiguration
| Modifier and Type | Method and Description |
|---|---|
InetSocketAddress |
getAddress() |
Integer |
getReceiveBufferSize() |
Integer |
getSendBufferSize() |
Boolean |
getTcpNoDelay() |
boolean |
needClientAuth() |
boolean |
wantClientAuth() |
Boolean getTcpNoDelay()
Integer getReceiveBufferSize()
Integer getSendBufferSize()
InetSocketAddress getAddress()
boolean needClientAuth()
boolean wantClientAuth()
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.