public final class RemotingOptions extends Object
Modifier and Type | Field and Description |
---|---|
static Option<String> |
AUTH_REALM
The authentication realm to use if no authentication
CallbackHandler is specified. |
static Option<Integer> |
AUTHENTICATION_RETRIES
Specify the number of times a client is allowed to retry authentication before closing the connection.
|
static Option<String> |
AUTHORIZE_ID
The SASL authorization ID.
|
static Option<Integer> |
BUFFER_REGION_SIZE
The size of allocated buffer regions.
|
static Option<Integer> |
HEARTBEAT_INTERVAL
The interval to use for connection heartbeat, in milliseconds.
|
static Option<Integer> |
MAX_INBOUND_CHANNELS
The maximum number of inbound channels to support for a connection.
|
static Option<Integer> |
MAX_INBOUND_MESSAGES
The maximum number of consecutive inbound messages on a channel.
|
static Option<Integer> |
MAX_OUTBOUND_CHANNELS
The maximum number of outbound channels to support for a connection.
|
static Option<Integer> |
MAX_OUTBOUND_MESSAGES
The maximum number of consecutive outbound messages on a channel.
|
static Option<Integer> |
RECEIVE_BUFFER_SIZE
The size of the largest buffer that this endpoint will accept over a connection.
|
static Option<Integer> |
RECEIVE_WINDOW_SIZE
The maximum window size of the receive direction for connection channels, in bytes.
|
static Option<Integer> |
SEND_BUFFER_SIZE
The size of the largest buffer that this endpoint will transmit over a connection.
|
static Option<Integer> |
TRANSMIT_WINDOW_SIZE
The maximum window size of the transmit direction for connection channels, in bytes.
|
public static final Option<Integer> SEND_BUFFER_SIZE
public static final Option<Integer> RECEIVE_BUFFER_SIZE
public static final Option<Integer> BUFFER_REGION_SIZE
public static final Option<Integer> TRANSMIT_WINDOW_SIZE
public static final Option<Integer> RECEIVE_WINDOW_SIZE
public static final Option<Integer> MAX_OUTBOUND_CHANNELS
public static final Option<Integer> MAX_INBOUND_CHANNELS
public static final Option<String> AUTHORIZE_ID
CallbackHandler
is specified
and the selected SASL mechanism demands a user name.public static final Option<String> AUTH_REALM
CallbackHandler
is specified.public static final Option<Integer> AUTHENTICATION_RETRIES
public static final Option<Integer> MAX_OUTBOUND_MESSAGES
public static final Option<Integer> MAX_INBOUND_MESSAGES
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.