| 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.byteOrder(ByteOrder byteOrder)
Sets the connection byte order.
|
static EConfigure.ConnectionBuilder |
EConfigure.connectionBuilder()
Returns a new
EConfigure.ConnectionBuilder instance used to
construct a ERemoteApp programmatically. |
EConfigure.ConnectionBuilder |
EConfigure.ConnectionBuilder.connectionType(EConfigure.ConnectionType connType)
Sets the underlying channel type.
|
EConfigure.ConnectionBuilder |
EConfigure.ConnectionBuilder.heartbeatDelay(long delay)
Sets the heartbeat delay used for the connection.
|
EConfigure.ConnectionBuilder |
EConfigure.ConnectionBuilder.heartbeatReplyDelay(long delay)
Sets the heartbeat reply delay used for the
connection.
|
EConfigure.ConnectionBuilder |
EConfigure.ConnectionBuilder.inputBufferSize(int size)
Sets the connection input buffer size.
|
EConfigure.ConnectionBuilder |
EConfigure.ConnectionBuilder.messageQueueSize(int size)
Sets the connection maximum queue size.
|
EConfigure.ConnectionBuilder |
EConfigure.ConnectionBuilder.name(String name)
Sets the connection name.
|
EConfigure.ConnectionBuilder |
EConfigure.ConnectionBuilder.outputBufferSize(int size)
Sets the connection output buffer size.
|
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.
|
EConfigure.ConnectionBuilder |
EConfigure.ConnectionBuilder.sslContext(SSLContext context)
Sets the SSL/TLS context used by a secure location.
|
Copyright © 2019. All rights reserved.