| Modifier and Type | Method and Description |
|---|---|
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()
Returns a new
EConfigure.ConnectionBuilder instance used to
construct a ERemoteApp programmatically. |
EConfigure.ConnectionBuilder |
EConfigure.ConnectionBuilder.reconnect(boolean flag)
Sets the reconnect flag to the given value.
|
EConfigure.ConnectionBuilder |
EConfigure.ConnectionBuilder.reconnectDelay(long time)
Sets the reconnect delay to the given value.
|
EConfigure.ConnectionBuilder |
EConfigure.ConnectionBuilder.selector(String selector)
Sets the selector used for the connection.
|
Copyright © 2019. All rights reserved.