EConfigure.ConnectionBuilder |
EConfigure.ConnectionBuilder.address(InetSocketAddress address) |
Set the connection address.
|
EConfigure.ConnectionBuilder |
EConfigure.ConnectionBuilder.bindPort(int port) |
Bind the connection local port to this value.
|
EConfigure.ConnectionBuilder |
EConfigure.ConnectionBuilder.configuration(EConfigure.RemoteConnection config) |
Copies in the settings from config to this
builder.
|
static EConfigure.ConnectionBuilder |
EConfigure.connectionBuilder() |
|
EConfigure.ConnectionBuilder |
EConfigure.ConnectionBuilder.reconnect(boolean flag) |
Sets the reconnect flag to the given value.
|
EConfigure.ConnectionBuilder |
EConfigure.ConnectionBuilder.reconnectDelay(Duration time) |
Sets the reconnect delay to the given value.
|
EConfigure.ConnectionBuilder |
EConfigure.ConnectionBuilder.selector(String selector) |
Sets the selector used for the connection.
|