JBoss Remoting 3 3.2.0.Beta2-redhat-1

org.jboss.remoting3
Class RemotingOptions

java.lang.Object
  extended by org.jboss.remoting3.RemotingOptions

public final class RemotingOptions
extends Object

Common options for Remoting configuration.


Field Summary
static org.xnio.Option<String> AUTH_REALM
          The authentication realm to use if no authentication CallbackHandler is specified.
static org.xnio.Option<Integer> AUTHENTICATION_RETRIES
          Specify the number of times a client is allowed to retry authentication before closing the connection.
static org.xnio.Option<String> AUTHORIZE_ID
          The SASL authorization ID.
static org.xnio.Option<Integer> BUFFER_REGION_SIZE
          The size of allocated buffer regions.
static org.xnio.Option<Integer> MAX_INBOUND_CHANNELS
          The maximum number of inbound channels to support for a connection.
static org.xnio.Option<Integer> MAX_INBOUND_MESSAGES
          The maximum number of consecutive inbound messages on a channel.
static org.xnio.Option<Integer> MAX_OUTBOUND_CHANNELS
          The maximum number of outbound channels to support for a connection.
static org.xnio.Option<Integer> MAX_OUTBOUND_MESSAGES
          The maximum number of consecutive outbound messages on a channel.
static org.xnio.Option<Integer> READ_THREAD_POOL_SIZE
          The size of the pool of read threads.
static org.xnio.Option<Integer> RECEIVE_BUFFER_SIZE
          The size of the largest buffer that this endpoint will accept over a connection.
static org.xnio.Option<Integer> RECEIVE_WINDOW_SIZE
          The maximum window size of the receive direction for connection channels, in bytes.
static org.xnio.Option<Integer> SEND_BUFFER_SIZE
          The size of the largest buffer that this endpoint will transmit over a connection.
static org.xnio.Option<Integer> TRANSMIT_WINDOW_SIZE
          The maximum window size of the transmit direction for connection channels, in bytes.
static org.xnio.Option<Integer> WRITE_THREAD_POOL_SIZE
          The size of the pool of write threads.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SEND_BUFFER_SIZE

public static final org.xnio.Option<Integer> SEND_BUFFER_SIZE
The size of the largest buffer that this endpoint will transmit over a connection.


RECEIVE_BUFFER_SIZE

public static final org.xnio.Option<Integer> RECEIVE_BUFFER_SIZE
The size of the largest buffer that this endpoint will accept over a connection.


BUFFER_REGION_SIZE

public static final org.xnio.Option<Integer> BUFFER_REGION_SIZE
The size of allocated buffer regions.


TRANSMIT_WINDOW_SIZE

public static final org.xnio.Option<Integer> TRANSMIT_WINDOW_SIZE
The maximum window size of the transmit direction for connection channels, in bytes.


RECEIVE_WINDOW_SIZE

public static final org.xnio.Option<Integer> RECEIVE_WINDOW_SIZE
The maximum window size of the receive direction for connection channels, in bytes.


MAX_OUTBOUND_CHANNELS

public static final org.xnio.Option<Integer> MAX_OUTBOUND_CHANNELS
The maximum number of outbound channels to support for a connection.


MAX_INBOUND_CHANNELS

public static final org.xnio.Option<Integer> MAX_INBOUND_CHANNELS
The maximum number of inbound channels to support for a connection.


AUTHORIZE_ID

public static final org.xnio.Option<String> AUTHORIZE_ID
The SASL authorization ID. Used as authentication user name to use if no authentication CallbackHandler is specified and the selected SASL mechanism demands a user name.


AUTH_REALM

public static final org.xnio.Option<String> AUTH_REALM
The authentication realm to use if no authentication CallbackHandler is specified.


AUTHENTICATION_RETRIES

public static final org.xnio.Option<Integer> AUTHENTICATION_RETRIES
Specify the number of times a client is allowed to retry authentication before closing the connection.


MAX_OUTBOUND_MESSAGES

public static final org.xnio.Option<Integer> MAX_OUTBOUND_MESSAGES
The maximum number of consecutive outbound messages on a channel.


MAX_INBOUND_MESSAGES

public static final org.xnio.Option<Integer> MAX_INBOUND_MESSAGES
The maximum number of consecutive inbound messages on a channel.


READ_THREAD_POOL_SIZE

public static final org.xnio.Option<Integer> READ_THREAD_POOL_SIZE
The size of the pool of read threads.


WRITE_THREAD_POOL_SIZE

public static final org.xnio.Option<Integer> WRITE_THREAD_POOL_SIZE
The size of the pool of write threads.


JBoss Remoting 3 3.2.0.Beta2-redhat-1

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.