| Package | Description |
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.remoting |
| Modifier and Type | Method and Description |
|---|---|
EndpointConfiguration |
Remoting.endpointConfiguration()
Endpoint configuration
|
| Modifier and Type | Method and Description |
|---|---|
T |
Remoting.endpointConfiguration(EndpointConfiguration value)
Endpoint configuration
|
| Modifier and Type | Method and Description |
|---|---|
EndpointConfiguration |
EndpointConfiguration.authenticationRetries(Integer value)
Specify the number of times a client is allowed to retry authentication before closing the connection.
|
EndpointConfiguration |
EndpointConfiguration.authorizeId(String value)
The SASL authorization ID.
|
EndpointConfiguration |
EndpointConfiguration.authRealm(String value)
The authentication realm to use if no authentication
CallbackHandler is specified. |
EndpointConfiguration |
EndpointConfiguration.bufferRegionSize(Integer value)
The size of allocated buffer regions.
|
EndpointConfiguration |
EndpointConfiguration.heartbeatInterval(Integer value)
The interval to use for connection heartbeat, in milliseconds.
|
EndpointConfiguration |
EndpointConfiguration.maxInboundChannels(Integer value)
The maximum number of concurrent inbound messages on a channel.
|
EndpointConfiguration |
EndpointConfiguration.maxInboundMessages(Integer value)
The maximum number of inbound channels to support for a connection.
|
EndpointConfiguration |
EndpointConfiguration.maxInboundMessageSize(Long value)
The maximum inbound message size to be allowed.
|
EndpointConfiguration |
EndpointConfiguration.maxOutboundChannels(Integer value)
The maximum number of concurrent outbound messages on a channel.
|
EndpointConfiguration |
EndpointConfiguration.maxOutboundMessages(Integer value)
The maximum number of outbound channels to support for a connection.
|
EndpointConfiguration |
EndpointConfiguration.maxOutboundMessageSize(Long value)
The maximum outbound message size to send.
|
EndpointConfiguration |
EndpointConfiguration.receiveBufferSize(Integer value)
The size of the largest buffer that this endpoint will accept over a connection.
|
EndpointConfiguration |
EndpointConfiguration.receiveWindowSize(Integer value)
The maximum window size of the receive direction for connection channels, in bytes.
|
EndpointConfiguration |
EndpointConfiguration.saslProtocol(String value)
Where a SaslServer or SaslClient are created by default the protocol specified it 'remoting', this can be used to override this.
|
EndpointConfiguration |
EndpointConfiguration.sendBufferSize(Integer value)
The size of the largest buffer that this endpoint will transmit over a connection.
|
EndpointConfiguration |
EndpointConfiguration.serverName(String value)
The server side of the connection passes it's name to the client in the initial greeting, by default the name is automatically discovered from the local address of the connection or it can be overridden using this.
|
EndpointConfiguration |
EndpointConfiguration.transmitWindowSize(Integer value)
The maximum window size of the transmit direction for connection channels, in bytes.
|
EndpointConfiguration |
EndpointConfiguration.worker(String value)
Worker to use
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.