public static class TCPNIOConnectorHandler.Builder extends AbstractSocketConnectorHandler.Builder<TCPNIOConnectorHandler.Builder>
connectorHandler
Modifier | Constructor and Description |
---|---|
protected |
TCPNIOConnectorHandler.Builder(TCPNIOTransport transport) |
Modifier and Type | Method and Description |
---|---|
TCPNIOConnectorHandler |
build() |
TCPNIOConnectorHandler.Builder |
setReuseAddress(boolean isReuseAddress) |
TCPNIOConnectorHandler.Builder |
setSyncConnectTimeout(long timeout,
TimeUnit timeunit) |
probe, processor, processorSelector
protected TCPNIOConnectorHandler.Builder(TCPNIOTransport transport)
public TCPNIOConnectorHandler build()
public TCPNIOConnectorHandler.Builder setReuseAddress(boolean isReuseAddress)
public TCPNIOConnectorHandler.Builder setSyncConnectTimeout(long timeout, TimeUnit timeunit)
Copyright © 2013 Oracle Corporation. All Rights Reserved.