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