Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X 

A

abruptClose(RemoteConnection) - Method in interface org.jboss.remoting3.remote.RemoteLogger
 
AbstractHandleableCloseable<T extends HandleableCloseable<T>> - Class in org.jboss.remoting3.spi
A basic implementation of a closeable resource.
AbstractHandleableCloseable(Executor) - Constructor for class org.jboss.remoting3.spi.AbstractHandleableCloseable
Basic constructor.
AbstractHandleableCloseable(Executor, boolean) - Constructor for class org.jboss.remoting3.spi.AbstractHandleableCloseable
Basic constructor.
AbstractHandleableCloseable.CloseHandlerTask - Class in org.jboss.remoting3.spi
 
AbstractHandleableCloseable.KeyImpl<T extends HandleableCloseable<T>> - Class in org.jboss.remoting3.spi
 
AbstractHandleableCloseable.LeakThrowable - Class in org.jboss.remoting3.spi
 
AbstractHandleableCloseable.NullKey - Class in org.jboss.remoting3.spi
 
AbstractHandleableCloseable.State - Enum in org.jboss.remoting3.spi
 
accept(ConnectionHandlerFactory) - Method in class org.jboss.remoting3.EndpointImpl.ConnectionProviderContextImpl
 
accept(ConnectionHandlerFactory) - Method in interface org.jboss.remoting3.spi.ConnectionProviderContext
Accept a connection that was received by the corresponding protocol handler.
AcceptListener(OptionMap, ServerAuthenticationProvider, AccessControlContext) - Constructor for class org.jboss.remoting3.remote.RemoteConnectionProvider.AcceptListener
 
accessControlContext - Variable in class org.jboss.remoting3.remote.ClientConnectionOpenListener
 
accessControlContext - Variable in class org.jboss.remoting3.remote.HttpUpgradeConnectionProvider.ConnectionAdaptorImpl
 
accessControlContext - Variable in class org.jboss.remoting3.remote.RemoteConnectionProvider.AcceptListener
 
accessControlContext - Variable in class org.jboss.remoting3.remote.ServerConnectionOpenListener
 
acknowledge(int) - Method in class org.jboss.remoting3.remote.OutboundMessage
 
actualUserName - Variable in class org.jboss.remoting3.security.PasswordClientCallbackHandler
 
actualUserRealm - Variable in class org.jboss.remoting3.security.PasswordClientCallbackHandler
 
adapt(ConnectedStreamChannel) - Method in class org.jboss.remoting3.remote.HttpUpgradeConnectionProvider.ConnectionAdaptorImpl
 
adapt(ConnectedStreamChannel) - Method in interface org.jboss.remoting3.spi.ExternalConnectionProvider.ConnectionAdaptor
 
add(V) - Method in class org.jboss.remoting3.remote.IntIndexHashMap
 
ADD_CONNECTION_PROVIDER_PERM - Static variable in class org.jboss.remoting3.EndpointImpl
 
ADD_USER_PERM - Static variable in class org.jboss.remoting3.security.SimpleServerAuthenticationProvider
 
addChannel(RemoteConnectionChannel) - Method in class org.jboss.remoting3.remote.RemoteConnectionHandler
 
addCloseHandler(CloseHandler<? super T>) - Method in interface org.jboss.remoting3.HandleableCloseable
Add a handler that will be called upon close.
addCloseHandler(CloseHandler<? super T>) - Method in class org.jboss.remoting3.spi.AbstractHandleableCloseable
Add a handler that will be called upon close.
addConnectionHandler(RemoteConnectionHandler) - Method in class org.jboss.remoting3.remote.RemoteConnectionProvider
 
addConnectionProvider(String, ConnectionProviderFactory, OptionMap) - Method in interface org.jboss.remoting3.Endpoint
Register a connection provider for a URI scheme.
addConnectionProvider(String, ConnectionProviderFactory, OptionMap) - Method in class org.jboss.remoting3.EndpointImpl
 
addItem(V[], V) - Static method in class org.jboss.remoting3.remote.IntIndexHashMap
 
addUser(String, String, char[], KeyPair...) - Method in class org.jboss.remoting3.security.SimpleServerAuthenticationProvider
Add a user to the authentication table.
allMechanismsFailed() - Method in class org.jboss.remoting3.remote.ClientConnectionOpenListener
 
allocate() - Method in class org.jboss.remoting3.remote.DebuggingBufferPool
 
allocate(byte) - Method in class org.jboss.remoting3.remote.InboundMessage
 
allocate(byte) - Method in class org.jboss.remoting3.remote.OutboundMessage
 
allocate() - Method in class org.jboss.remoting3.remote.RemoteConnection
 
allocate(byte) - Method in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
allowedMechanisms - Variable in class org.jboss.remoting3.remote.ServerConnectionOpenListener.Initial
 
allowedMechs - Variable in class org.jboss.remoting3.remote.ClientConnectionOpenListener
 
array - Variable in class org.jboss.remoting3.remote.IntIndexHashMap.Table
 
asyncCloseMessage(int) - Method in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
asyncClosingCloseHandler(HandleableCloseable<?>) - Static method in class org.jboss.remoting3.spi.SpiUtils
A close handler which closes another resource asynchronously.
attach(Attachments.Key<T>, T) - Method in class org.jboss.remoting3.Attachments
Attachable - Interface in org.jboss.remoting3
An entity which can hold attachments.
attachIfAbsent(Attachments.Key<T>, T) - Method in class org.jboss.remoting3.Attachments
Attachments - Class in org.jboss.remoting3
A set of attachments for an entity.
Attachments() - Constructor for class org.jboss.remoting3.Attachments
 
attachments - Variable in class org.jboss.remoting3.ConnectionImpl
 
attachments - Variable in class org.jboss.remoting3.EndpointImpl
 
attachments - Variable in class org.jboss.remoting3.LocalChannel
 
attachments - Variable in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
Attachments.Key<T> - Class in org.jboss.remoting3
An attachment key.
AUTH_CHALLENGE - Static variable in class org.jboss.remoting3.remote.Protocol
Sent by server byte 0: AUTH_CHALLENGE byte 1..n: challenge body
AUTH_COMPLETE - Static variable in class org.jboss.remoting3.remote.Protocol
Sent by server byte 0: AUTH_COMPLETE
AUTH_REALM - Static variable in class org.jboss.remoting3.RemotingOptions
The authentication realm to use if no authentication CallbackHandler is specified.
AUTH_REJECTED - Static variable in class org.jboss.remoting3.remote.Protocol
Sent by server byte 0: AUTH_REJECTED
AUTH_REQUEST - Static variable in class org.jboss.remoting3.remote.Protocol
Sent by client byte 0: AUTH_REQUEST byte 1..n: request body
AUTH_RESPONSE - Static variable in class org.jboss.remoting3.remote.Protocol
Sent by client byte 0: AUTH_RESPONSE byte 1..n: response body
AUTH_USER_NAME - Static variable in class org.jboss.remoting3.RemotingOptions
Deprecated.
Authentication(SaslClient, String, String, String, int, int, int) - Constructor for class org.jboss.remoting3.remote.ClientConnectionOpenListener.Authentication
 
Authentication(SaslServer, AuthorizingCallbackHandler, String, int, int, int) - Constructor for class org.jboss.remoting3.remote.ServerConnectionOpenListener.Authentication
 
AUTHENTICATION_RETRIES - Static variable in class org.jboss.remoting3.RemotingOptions
Specify the number of times a client is allowed to retry authentication before closing the connection.
authenticationProvider - Variable in class org.jboss.remoting3.remote.HttpUpgradeConnectionProvider.ConnectionAdaptorImpl
 
authLog - Static variable in interface org.jboss.remoting3.remote.RemoteAuthLogger
 
authorizationID - Variable in class org.jboss.remoting3.remote.ClientConnectionOpenListener.Authentication
 
authorizationID - Variable in class org.jboss.remoting3.remote.ExternalSaslServer
 
AUTHORIZE_ID - Static variable in class org.jboss.remoting3.RemotingOptions
The SASL authorization ID.
authorizingCallbackHandler - Variable in class org.jboss.remoting3.remote.ServerConnectionOpenListener.Authentication
 
authorizingCallbackHandler - Variable in class org.jboss.remoting3.remote.ServerConnectionOpenListener.AuthStepRunnable
 
AuthorizingCallbackHandler - Interface in org.jboss.remoting3.security
An extension so the CallbackHandler interface to allow for additional UserInfo to be loaded to be associated with the current request.
AuthStepRunnable(boolean, SaslServer, AuthorizingCallbackHandler, Pooled<ByteBuffer>, String, int, int, int) - Constructor for class org.jboss.remoting3.remote.ServerConnectionOpenListener.AuthStepRunnable
 
autoClose - Variable in class org.jboss.remoting3.spi.AbstractHandleableCloseable
 
available() - Method in class org.jboss.remoting3.LocalChannel.In
 
awaitClosed() - Method in interface org.jboss.remoting3.HandleableCloseable
Wait for a resource close to complete.
awaitClosed() - Method in class org.jboss.remoting3.spi.AbstractHandleableCloseable
Wait for a resource close to complete.
awaitClosedUninterruptibly() - Method in interface org.jboss.remoting3.HandleableCloseable
Wait for a resource close to complete.
awaitClosedUninterruptibly() - Method in class org.jboss.remoting3.spi.AbstractHandleableCloseable
Wait for a resource close to complete.

B

backtrace - Variable in class org.jboss.remoting3.spi.AbstractHandleableCloseable
 
behavior - Variable in class org.jboss.remoting3.remote.ClientConnectionOpenListener.Authentication
 
behavior - Variable in class org.jboss.remoting3.remote.RemoteConnectionHandler
 
behavior - Variable in class org.jboss.remoting3.remote.ServerConnectionOpenListener.Authentication
 
behavior - Variable in class org.jboss.remoting3.remote.ServerConnectionOpenListener.AuthStepRunnable
 
behavior - Variable in class org.jboss.remoting3.remote.ServerConnectionOpenListener.Initial
 
BH_FAULTY_MSG_SIZE - Static variable in class org.jboss.remoting3.remote.Protocol
Bad message size flag.
BH_MESSAGE_CLOSE - Static variable in class org.jboss.remoting3.remote.Protocol
Message close protocol flag.
branch - Variable in class org.jboss.remoting3.remote.IntIndexHashMap.BranchIterator
 
branch0 - Variable in class org.jboss.remoting3.remote.IntIndexHashMap.BranchIterator
 
branch1 - Variable in class org.jboss.remoting3.remote.IntIndexHashMap.BranchIterator
 
BranchIterator(Iterator<V>, Iterator<V>) - Constructor for class org.jboss.remoting3.remote.IntIndexHashMap.BranchIterator
 
buffer - Variable in class org.jboss.remoting3.remote.ServerConnectionOpenListener.AuthStepRunnable
 
BUFFER_REGION_SIZE - Static variable in class org.jboss.remoting3.RemotingOptions
The size of allocated buffer regions.
bufferSize - Variable in class org.jboss.remoting3.LocalChannel
 
bufferUnderflow(int) - Method in interface org.jboss.remoting3.remote.RemoteLogger
 
bufferUnderflowRaw() - Method in interface org.jboss.remoting3.remote.RemoteLogger
 
bufferWriter - Variable in class org.jboss.remoting3.remote.OutboundMessage
 

C

callbackHandler - Variable in class org.jboss.remoting3.remote.ClientConnectionOpenListener
 
callbackHandler - Variable in class org.jboss.remoting3.remote.ExternalSaslServer
 
cancel() - Method in class org.jboss.remoting3.LocalChannel.Out
 
cancel() - Method in class org.jboss.remoting3.MessageOutputStream
Cancel this message stream.
cancel() - Method in class org.jboss.remoting3.remote.OutboundMessage
 
cancelled - Variable in class org.jboss.remoting3.LocalChannel.In
 
cancelled - Variable in class org.jboss.remoting3.remote.InboundMessage
 
cancelled - Variable in class org.jboss.remoting3.remote.OutboundMessage
 
cancelSent - Variable in class org.jboss.remoting3.remote.OutboundMessage
 
CAP_CHANNELS_IN - Static variable in class org.jboss.remoting3.remote.Protocol
 
CAP_CHANNELS_OUT - Static variable in class org.jboss.remoting3.remote.Protocol
 
CAP_ENDPOINT_NAME - Static variable in class org.jboss.remoting3.remote.Protocol
 
CAP_MESSAGE_CLOSE - Static variable in class org.jboss.remoting3.remote.Protocol
 
CAP_SASL_MECH - Static variable in class org.jboss.remoting3.remote.Protocol
 
CAP_STARTTLS - Static variable in class org.jboss.remoting3.remote.Protocol
 
CAP_VERSION - Static variable in class org.jboss.remoting3.remote.Protocol
 
CAP_VERSION_STRING - Static variable in class org.jboss.remoting3.remote.Protocol
 
Capabilities(String) - Constructor for class org.jboss.remoting3.remote.ClientConnectionOpenListener.Capabilities
 
CAPABILITIES - Static variable in class org.jboss.remoting3.remote.Protocol
Sent by client then server.
casState(int, int) - Method in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
casState(int, int) - Method in class org.jboss.remoting3.remote.RemoteConnectionHandler
 
Channel - Interface in org.jboss.remoting3
The most basic level of communications in a Remoting connection.
channel - Variable in class org.jboss.remoting3.remote.InboundMessage
 
channel - Variable in class org.jboss.remoting3.remote.OutboundMessage
 
channel - Variable in class org.jboss.remoting3.remote.RemoteConnection
 
Channel.Receiver - Interface in org.jboss.remoting3
A handler for an incoming message.
CHANNEL_CLOSED - Static variable in class org.jboss.remoting3.remote.Protocol
byte 0: CHANNEL_CLOSE_READ byte 1..4: channel ID Sent when a channel is closed without necessarily consuming all of its incoming messages.
CHANNEL_OPEN_ACK - Static variable in class org.jboss.remoting3.remote.Protocol
byte 0: CHANNEL_OPEN_ACK byte 1..4: channel ID (MSb = 0) byte 5..n: agreed parameters (see Channel Open Parameters below) inbound = responder->requester outbound = requester->responder
CHANNEL_OPEN_REQUEST - Static variable in class org.jboss.remoting3.remote.Protocol
byte 0: CHANNEL_OPEN_REQUEST byte 1..4: new channel ID (MSb = 1) byte n+1..m: requested parameters (see Channel Open Parameters below) Protocol.O_SERVICE_NAME is required inbound = responder->requester outbound = requester->responder
CHANNEL_SHUTDOWN_WRITE - Static variable in class org.jboss.remoting3.remote.Protocol
byte 0: CHANNEL_CLOSE_WRITE byte 1..4: channel ID Sent when channel writes are shut down.
channelBusy() - Method in interface org.jboss.remoting3.remote.RemoteLogger
 
ChannelBusyException - Exception in org.jboss.remoting3
 
ChannelBusyException() - Constructor for exception org.jboss.remoting3.ChannelBusyException
Constructs a ChannelBusyException with no detail message.
ChannelBusyException(String) - Constructor for exception org.jboss.remoting3.ChannelBusyException
Constructs a ChannelBusyException with the specified detail message.
ChannelBusyException(Throwable) - Constructor for exception org.jboss.remoting3.ChannelBusyException
Constructs a ChannelBusyException with the specified cause.
ChannelBusyException(String, Throwable) - Constructor for exception org.jboss.remoting3.ChannelBusyException
Constructs a ChannelBusyException with the specified detail message and cause.
channelId - Variable in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
channelNotOpen() - Method in interface org.jboss.remoting3.remote.RemoteLogger
 
channelOpened(Channel) - Method in interface org.jboss.remoting3.OpenListener
Notification that a new channel has been opened for this service.
channels - Variable in class org.jboss.remoting3.remote.RemoteConnectionHandler
Channels.
channelsIn - Variable in class org.jboss.remoting3.remote.ServerConnectionOpenListener.Initial
 
channelsOut - Variable in class org.jboss.remoting3.remote.ServerConnectionOpenListener.Initial
 
channelState - Variable in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
channelState - Variable in class org.jboss.remoting3.remote.RemoteConnectionHandler
 
channelStateUpdater - Static variable in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
channelStateUpdater - Static variable in class org.jboss.remoting3.remote.RemoteConnectionHandler
 
checkCancel() - Method in class org.jboss.remoting3.LocalChannel.In
 
checkHandshake(Map<String, String>) - Method in class org.jboss.remoting3.remote.HttpUpgradeConnectionProvider.RemotingHandshakeChecker
 
checkOpen() - Method in class org.jboss.remoting3.spi.AbstractHandleableCloseable
Check if open, throwing an exception if it is not.
clear() - Method in class org.jboss.remoting3.remote.IntIndexHashMap
 
clear() - Method in class org.jboss.remoting3.UnlockedReadHashMap
 
clear() - Method in class org.jboss.remoting3.UnlockedReadIdentityHashMap
 
client - Static variable in interface org.jboss.remoting3.remote.RemoteLogger
 
ClientConnectionOpenListener - Class in org.jboss.remoting3.remote
 
ClientConnectionOpenListener(RemoteConnection, ConnectionProviderContext, CallbackHandler, AccessControlContext, OptionMap) - Constructor for class org.jboss.remoting3.remote.ClientConnectionOpenListener
 
ClientConnectionOpenListener.Authentication - Class in org.jboss.remoting3.remote
 
ClientConnectionOpenListener.Capabilities - Class in org.jboss.remoting3.remote
 
ClientConnectionOpenListener.Greeting - Class in org.jboss.remoting3.remote
 
ClientConnectionOpenListener.StartTls - Class in org.jboss.remoting3.remote
 
clone() - Method in class org.jboss.remoting3.security.InetAddressPrincipal
Create a clone of this instance.
clone(T) - Static method in class org.jboss.remoting3.spi.AbstractHandleableCloseable
 
close() - Method in interface org.jboss.remoting3.Channel
Close this channel.
close() - Method in class org.jboss.remoting3.EndpointImpl.MapRegistration
 
close() - Method in interface org.jboss.remoting3.HandleableCloseable
Close this resource.
close() - Method in class org.jboss.remoting3.LocalChannel.In
 
close() - Method in class org.jboss.remoting3.LocalChannel.Out
 
close() - Method in class org.jboss.remoting3.MessageOutputStream
Close this message stream.
close() - Method in interface org.jboss.remoting3.Registration
Close the registration.
close() - Method in class org.jboss.remoting3.remote.OutboundMessage
 
close() - Method in class org.jboss.remoting3.spi.AbstractHandleableCloseable
Close this resource.
closeAction() - Method in class org.jboss.remoting3.ConnectionImpl
 
closeAction() - Method in class org.jboss.remoting3.EndpointImpl
 
closeAction() - Method in class org.jboss.remoting3.EndpointImpl.MapRegistration
 
closeAction() - Method in class org.jboss.remoting3.LocalChannel
 
closeAction() - Method in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
closeAction() - Method in class org.jboss.remoting3.remote.RemoteConnectionHandler
 
closeAction() - Method in class org.jboss.remoting3.remote.RemoteConnectionProvider
 
closeAction() - Method in class org.jboss.remoting3.spi.AbstractHandleableCloseable
Called exactly once when the close() method is invoked; the actual close operation should take place here.
closeAllChannels() - Method in class org.jboss.remoting3.remote.RemoteConnectionHandler
 
closeAsync() - Method in interface org.jboss.remoting3.HandleableCloseable
Asynchronously close this resource.
closeAsync() - Method in class org.jboss.remoting3.spi.AbstractHandleableCloseable
Asynchronously close this resource.
closeCalled - Variable in class org.jboss.remoting3.remote.OutboundMessage
 
closeComplete() - Method in class org.jboss.remoting3.EndpointImpl
 
closeComplete() - Method in class org.jboss.remoting3.remote.RemoteConnectionHandler
Make this method visible.
closeComplete() - Method in class org.jboss.remoting3.spi.AbstractHandleableCloseable
Call when close is complete.
closed - Variable in class org.jboss.remoting3.LocalChannel
 
closed - Variable in class org.jboss.remoting3.remote.RemoteConnection.RemoteWriteListener
 
CLOSED_FLAG - Static variable in class org.jboss.remoting3.EndpointImpl
 
closeFailed(IOException) - Method in class org.jboss.remoting3.spi.AbstractHandleableCloseable
Call if an async close has failed.
CloseHandler<T> - Interface in org.jboss.remoting3
A handler which is notified of a resource close.
closeHandlers - Variable in class org.jboss.remoting3.spi.AbstractHandleableCloseable
 
CloseHandlerTask(CloseHandler<? super T>, IOException) - Constructor for class org.jboss.remoting3.spi.AbstractHandleableCloseable.CloseHandlerTask
 
closeInboundMessage() - Method in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
closeLock - Variable in class org.jboss.remoting3.spi.AbstractHandleableCloseable
 
closeMessages() - Method in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
closeOutboundMessage() - Method in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
closePendingChannels() - Method in class org.jboss.remoting3.remote.RemoteConnectionHandler
 
closeReads() - Method in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
closeReadsAndWrites() - Method in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
closeReceived - Variable in class org.jboss.remoting3.remote.OutboundMessage
 
closeSent - Variable in class org.jboss.remoting3.remote.InboundMessage
 
closeTick1(Object) - Method in class org.jboss.remoting3.EndpointImpl
 
closeWrites() - Method in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
closingCloseHandler(Closeable) - Static method in class org.jboss.remoting3.spi.SpiUtils
A close handler which closes another resource.
complete - Variable in class org.jboss.remoting3.remote.ExternalSaslServer
 
complete(char[], int, int, int, boolean) - Static method in class org.jboss.remoting3.remote.HttpUpgradeConnectionProvider.FlexBase64
 
conn - Static variable in interface org.jboss.remoting3.remote.RemoteLogger
 
connect(URI) - Method in interface org.jboss.remoting3.Endpoint
Open a connection with a peer.
connect(URI, OptionMap) - Method in interface org.jboss.remoting3.Endpoint
Open a connection with a peer.
connect(URI, OptionMap, CallbackHandler) - Method in interface org.jboss.remoting3.Endpoint
Open a connection with a peer.
connect(URI, OptionMap, CallbackHandler, SSLContext) - Method in interface org.jboss.remoting3.Endpoint
Open a connection with a peer.
connect(URI, OptionMap, CallbackHandler, XnioSsl) - Method in interface org.jboss.remoting3.Endpoint
Open a connection with a peer.
connect(URI, OptionMap, String, String, char[]) - Method in interface org.jboss.remoting3.Endpoint
Open a connection with a peer.
connect(URI, OptionMap, String, String, char[], SSLContext) - Method in interface org.jboss.remoting3.Endpoint
Open a connection with a peer.
connect(URI, OptionMap, String, String, char[], XnioSsl) - Method in interface org.jboss.remoting3.Endpoint
Open a connection with a peer.
connect(String, SocketAddress, SocketAddress) - Method in interface org.jboss.remoting3.Endpoint
Open a connection with a peer.
connect(String, SocketAddress, SocketAddress, OptionMap) - Method in interface org.jboss.remoting3.Endpoint
Open a connection with a peer.
connect(String, SocketAddress, SocketAddress, OptionMap, CallbackHandler) - Method in interface org.jboss.remoting3.Endpoint
Open a connection with a peer.
connect(String, SocketAddress, SocketAddress, OptionMap, CallbackHandler, SSLContext) - Method in interface org.jboss.remoting3.Endpoint
Open a connection with a peer.
connect(String, SocketAddress, SocketAddress, OptionMap, CallbackHandler, XnioSsl) - Method in interface org.jboss.remoting3.Endpoint
Open a connection with a peer.
connect(String, SocketAddress, SocketAddress, OptionMap, String, String, char[]) - Method in interface org.jboss.remoting3.Endpoint
Open a connection with a peer.
connect(String, SocketAddress, SocketAddress, OptionMap, String, String, char[], SSLContext) - Method in interface org.jboss.remoting3.Endpoint
Open a connection with a peer.
connect(String, SocketAddress, SocketAddress, OptionMap, String, String, char[], XnioSsl) - Method in interface org.jboss.remoting3.Endpoint
Open a connection with a peer.
connect(URI) - Method in class org.jboss.remoting3.EndpointImpl
 
connect(URI, OptionMap) - Method in class org.jboss.remoting3.EndpointImpl
 
connect(URI, OptionMap, CallbackHandler) - Method in class org.jboss.remoting3.EndpointImpl
 
connect(URI, OptionMap, CallbackHandler, SSLContext) - Method in class org.jboss.remoting3.EndpointImpl
 
connect(URI, OptionMap, CallbackHandler, XnioSsl) - Method in class org.jboss.remoting3.EndpointImpl
 
connect(URI, OptionMap, String, String, char[]) - Method in class org.jboss.remoting3.EndpointImpl
 
connect(URI, OptionMap, String, String, char[], SSLContext) - Method in class org.jboss.remoting3.EndpointImpl
 
connect(URI, OptionMap, String, String, char[], XnioSsl) - Method in class org.jboss.remoting3.EndpointImpl
 
connect(String, SocketAddress, SocketAddress) - Method in class org.jboss.remoting3.EndpointImpl
 
connect(String, SocketAddress, SocketAddress, OptionMap) - Method in class org.jboss.remoting3.EndpointImpl
 
connect(String, SocketAddress, SocketAddress, OptionMap, CallbackHandler) - Method in class org.jboss.remoting3.EndpointImpl
 
connect(String, SocketAddress, SocketAddress, OptionMap, CallbackHandler, SSLContext) - Method in class org.jboss.remoting3.EndpointImpl
 
connect(String, SocketAddress, SocketAddress, OptionMap, CallbackHandler, XnioSsl) - Method in class org.jboss.remoting3.EndpointImpl
 
connect(String, SocketAddress, SocketAddress, OptionMap, String, String, char[]) - Method in class org.jboss.remoting3.EndpointImpl
 
connect(String, SocketAddress, SocketAddress, OptionMap, String, String, char[], SSLContext) - Method in class org.jboss.remoting3.EndpointImpl
 
connect(String, SocketAddress, SocketAddress, OptionMap, String, String, char[], XnioSsl) - Method in class org.jboss.remoting3.EndpointImpl
 
connect(SocketAddress, SocketAddress, OptionMap, Result<ConnectionHandlerFactory>, CallbackHandler, XnioSsl) - Method in class org.jboss.remoting3.LocalConnectionProvider
 
connect(SocketAddress, SocketAddress, OptionMap, Result<ConnectionHandlerFactory>, CallbackHandler, XnioSsl) - Method in class org.jboss.remoting3.remote.RemoteConnectionProvider
 
connect(SocketAddress, SocketAddress, OptionMap, Result<ConnectionHandlerFactory>, CallbackHandler, XnioSsl) - Method in interface org.jboss.remoting3.spi.ConnectionProvider
Open an outbound connection, using the (optionally) given socket addresses as source and destination.
CONNECT_PERM - Static variable in class org.jboss.remoting3.EndpointImpl
 
Connection - Interface in org.jboss.remoting3
A connection to a remote peer.
connection - Variable in class org.jboss.remoting3.EndpointImpl.LocalConnectionContext
 
connection - Variable in class org.jboss.remoting3.remote.ClientConnectionOpenListener
 
connection - Variable in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
connection - Variable in class org.jboss.remoting3.remote.RemoteReadListener
 
connection - Variable in class org.jboss.remoting3.remote.ServerConnectionOpenListener
 
CONNECTION_ALIVE - Static variable in class org.jboss.remoting3.remote.Protocol
byte 0: CONNECTION_ALIVE byte 1..n: random padding (optional)
CONNECTION_ALIVE_ACK - Static variable in class org.jboss.remoting3.remote.Protocol
byte 0: CONNECTION_ALIVE byte 1..n: random padding (optional)
CONNECTION_CLOSE - Static variable in class org.jboss.remoting3.remote.Protocol
byte 0: CONNECTION_CLOSE No packets may be sent afterwards.
ConnectionAdaptorImpl(OptionMap, ServerAuthenticationProvider, AccessControlContext) - Constructor for class org.jboss.remoting3.remote.HttpUpgradeConnectionProvider.ConnectionAdaptorImpl
 
connectionCloseHandler - Variable in class org.jboss.remoting3.EndpointImpl
 
ConnectionCloseHandler() - Constructor for class org.jboss.remoting3.EndpointImpl.ConnectionCloseHandler
 
connectionContext - Variable in class org.jboss.remoting3.remote.RemoteConnectionHandler
 
connectionError(IOException) - Method in interface org.jboss.remoting3.remote.RemoteLogger
 
connectionHandler - Variable in class org.jboss.remoting3.ConnectionImpl
 
connectionHandler - Variable in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
ConnectionHandler - Interface in org.jboss.remoting3.spi
A connection to a foreign endpoint.
connectionHandlerContext - Variable in class org.jboss.remoting3.LocalChannel
 
connectionHandlerContext - Variable in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
ConnectionHandlerContext - Interface in org.jboss.remoting3.spi
The context for connection handlers.
ConnectionHandlerFactory - Interface in org.jboss.remoting3.spi
A factory which creates the connection handler for a connection.
ConnectionImpl - Class in org.jboss.remoting3
 
ConnectionImpl(EndpointImpl, ConnectionHandlerFactory, ConnectionProviderContext) - Constructor for class org.jboss.remoting3.ConnectionImpl
 
connectionLock - Variable in class org.jboss.remoting3.EndpointImpl
 
ConnectionProvider - Interface in org.jboss.remoting3.spi
A connection provider.
connectionProviderContext - Variable in class org.jboss.remoting3.EndpointImpl
 
connectionProviderContext - Variable in class org.jboss.remoting3.EndpointImpl.LocalConnectionContext
 
connectionProviderContext - Variable in class org.jboss.remoting3.remote.ClientConnectionOpenListener
 
connectionProviderContext - Variable in class org.jboss.remoting3.remote.RemoteConnectionProvider
 
connectionProviderContext - Variable in class org.jboss.remoting3.remote.ServerConnectionOpenListener
 
ConnectionProviderContext - Interface in org.jboss.remoting3.spi
A context for a connection provider.
ConnectionProviderContextImpl() - Constructor for class org.jboss.remoting3.EndpointImpl.ConnectionProviderContextImpl
 
ConnectionProviderDescriptor - Interface in org.jboss.remoting3.spi
A service descriptor for connection protocol providers.
ConnectionProviderFactory - Interface in org.jboss.remoting3.spi
A connection provider factory.
connectionProviders - Variable in class org.jboss.remoting3.EndpointImpl
 
connections - Variable in class org.jboss.remoting3.EndpointImpl
 
construct(XnioWorker, boolean, String, OptionMap) - Static method in class org.jboss.remoting3.EndpointImpl
 
contains(Object) - Method in class org.jboss.remoting3.remote.IntIndexHashMap
 
containsKey(int) - Method in class org.jboss.remoting3.remote.IntIndexHashMap
 
containsKey(int) - Method in interface org.jboss.remoting3.remote.IntIndexMap
Determine whether the given index is contained in the map.
containsKey(Object) - Method in class org.jboss.remoting3.UnlockedReadHashMap
 
containsKey(Object) - Method in class org.jboss.remoting3.UnlockedReadIdentityHashMap
 
context - Variable in class org.jboss.remoting3.LocalConnectionProvider
 
context - Variable in class org.jboss.remoting3.LocalConnectionProvider.LoopbackConnectionHandler
 
count - Variable in class org.jboss.remoting3.EndpointImpl.TrackingExecutor
 
COUNT_MASK - Static variable in class org.jboss.remoting3.EndpointImpl
 
CREATE_ENDPOINT_PERM - Static variable in class org.jboss.remoting3.Remoting
 
createConnection(SocketAddress, SocketAddress, OptionMap, ChannelListener<ConnectedStreamChannel>) - Method in class org.jboss.remoting3.remote.HttpUpgradeConnectionProvider
 
createConnection(SocketAddress, SocketAddress, OptionMap, ChannelListener<ConnectedStreamChannel>) - Method in class org.jboss.remoting3.remote.RemoteConnectionProvider
 
createConnectionAdaptor(OptionMap, ServerAuthenticationProvider) - Method in class org.jboss.remoting3.remote.HttpUpgradeConnectionProvider.ProviderInterface
 
createConnectionAdaptor(OptionMap, ServerAuthenticationProvider) - Method in interface org.jboss.remoting3.spi.ExternalConnectionProvider
Create a network server.
createEndpoint(String, XnioWorker, OptionMap) - Static method in class org.jboss.remoting3.Remoting
Create an endpoint with the given configuration and existing worker.
createEndpoint(String, Xnio, OptionMap) - Static method in class org.jboss.remoting3.Remoting
Create an endpoint with the given configuration which manages its own worker.
createEndpoint(String, OptionMap) - Static method in class org.jboss.remoting3.Remoting
Create a new endpoint with the given configuration.
createEndpoint(OptionMap) - Static method in class org.jboss.remoting3.Remoting
Create an anonymous endpoint.
createEndpoint() - Static method in class org.jboss.remoting3.Remoting
Create an anonymous endpoint.
createExpectedResponse(String) - Method in class org.jboss.remoting3.remote.HttpUpgradeConnectionProvider
 
createInstance(ConnectionProviderContext, OptionMap) - Method in class org.jboss.remoting3.remote.HttpUpgradeConnectionProviderFactory
Create a provider instance for an endpoint.
createInstance(ConnectionProviderContext, OptionMap) - Method in class org.jboss.remoting3.remote.RemoteConnectionProviderFactory
Create a provider instance for an endpoint.
createInstance(ConnectionHandlerContext) - Method in interface org.jboss.remoting3.spi.ConnectionHandlerFactory
Create a connection handler instance.
createInstance(ConnectionProviderContext, OptionMap) - Method in interface org.jboss.remoting3.spi.ConnectionProviderFactory
Create a provider instance for an endpoint.
createPrincipals() - Method in class org.jboss.remoting3.remote.ServerConnectionOpenListener.AuthStepRunnable
 
createRow(V) - Static method in class org.jboss.remoting3.remote.IntIndexHashMap
 
createRow(int) - Static method in class org.jboss.remoting3.remote.IntIndexHashMap
 
createRowIterator(IntIndexHashMap.Table<V>, int) - Method in class org.jboss.remoting3.remote.IntIndexHashMap
 
createSaslServer(String, String, String, Map<String, ?>, CallbackHandler) - Method in class org.jboss.remoting3.remote.ExternalSaslServerFactory
 
createSecKey() - Method in class org.jboss.remoting3.remote.HttpUpgradeConnectionProvider
 
createServer(SocketAddress, OptionMap, ServerAuthenticationProvider, XnioSsl) - Method in class org.jboss.remoting3.remote.RemoteConnectionProvider.ProviderInterface
 
createServer(SocketAddress, OptionMap, ServerAuthenticationProvider, XnioSsl) - Method in interface org.jboss.remoting3.spi.NetworkServerProvider
Create a network server.
createSslConnection(SocketAddress, InetSocketAddress, OptionMap, XnioSsl, ChannelListener<ConnectedStreamChannel>) - Method in class org.jboss.remoting3.remote.HttpUpgradeConnectionProvider
 
createSslConnection(SocketAddress, InetSocketAddress, OptionMap, XnioSsl, ChannelListener<ConnectedStreamChannel>) - Method in class org.jboss.remoting3.remote.RemoteConnectionProvider
 
createUserInfo(Collection<Principal>) - Method in interface org.jboss.remoting3.security.AuthorizingCallbackHandler
Create and return the UserInfo instance for the user identified by the provided remoting principals.

D

DebuggingBufferPool - Class in org.jboss.remoting3.remote
 
DebuggingBufferPool(Pool<ByteBuffer>) - Constructor for class org.jboss.remoting3.remote.DebuggingBufferPool
 
DECODING_TABLE - Static variable in class org.jboss.remoting3.remote.HttpUpgradeConnectionProvider.FlexBase64
 
DEFAULT - Static variable in interface org.jboss.remoting3.remote.Equaller
 
DEFAULT_AUTHENTICATION_RETRIES - Static variable in class org.jboss.remoting3.RemotingOptions
The default number of authentication retries.
DEFAULT_HEARTBEAT_INTERVAL - Static variable in class org.jboss.remoting3.RemotingOptions
The default heartbeat interval.
DEFAULT_INITIAL_CAPACITY - Static variable in class org.jboss.remoting3.remote.IntIndexHashMap
 
DEFAULT_INITIAL_CAPACITY - Static variable in class org.jboss.remoting3.UnlockedReadHashMap
 
DEFAULT_INITIAL_CAPACITY - Static variable in class org.jboss.remoting3.UnlockedReadIdentityHashMap
 
DEFAULT_LOAD_FACTOR - Static variable in class org.jboss.remoting3.remote.IntIndexHashMap
 
DEFAULT_LOAD_FACTOR - Static variable in class org.jboss.remoting3.UnlockedReadHashMap
 
DEFAULT_LOAD_FACTOR - Static variable in class org.jboss.remoting3.UnlockedReadIdentityHashMap
 
DEFAULT_MAX_INBOUND_CHANNELS - Static variable in class org.jboss.remoting3.RemotingOptions
The default maximum number of inbound channels.
DEFAULT_MAX_INBOUND_MESSAGE_SIZE - Static variable in class org.jboss.remoting3.RemotingOptions
The default maximum inbound message size.
DEFAULT_MAX_INBOUND_MESSAGES - Static variable in class org.jboss.remoting3.RemotingOptions
The default maximum number of concurrent inbound messages on a channel.
DEFAULT_MAX_OUTBOUND_CHANNELS - Static variable in class org.jboss.remoting3.RemotingOptions
The default maximum number of outbound channels.
DEFAULT_MAX_OUTBOUND_MESSAGE_SIZE - Static variable in class org.jboss.remoting3.RemotingOptions
The default maximum outbound message size.
DEFAULT_RECEIVE_BUFFER_SIZE - Static variable in class org.jboss.remoting3.RemotingOptions
The default receive buffer size.
DEFAULT_SASL_PROTOCOL - Static variable in class org.jboss.remoting3.RemotingOptions
The default SASL protocol name.
DEFAULT_SEND_BUFFER_SIZE - Static variable in class org.jboss.remoting3.RemotingOptions
The default send buffer size.
DefaultEqualler - Class in org.jboss.remoting3.remote
 
DefaultEqualler() - Constructor for class org.jboss.remoting3.remote.DefaultEqualler
 
definePrincipals() - Method in class org.jboss.remoting3.remote.ClientConnectionOpenListener.Authentication
 
delegate - Variable in class org.jboss.remoting3.remote.DebuggingBufferPool
 
disallowedMechs - Variable in class org.jboss.remoting3.remote.ClientConnectionOpenListener
 
dispose() - Method in class org.jboss.remoting3.remote.ExternalSaslServer
 
doAcknowledge(Pooled<ByteBuffer>) - Method in class org.jboss.remoting3.remote.InboundMessage
 
doCancel() - Method in class org.jboss.remoting3.LocalChannel.In
 
doClose() - Method in class org.jboss.remoting3.remote.InboundMessage
 
doConnect(URI, OptionMap, CallbackHandler, XnioSsl) - Method in class org.jboss.remoting3.EndpointImpl
 
doConnect(String, SocketAddress, SocketAddress, OptionMap, CallbackHandler, XnioSsl) - Method in class org.jboss.remoting3.EndpointImpl
 
doDumpConnectionState() - Method in class org.jboss.remoting3.remote.RemoteConnectionProvider
 
doGet(IntIndexHashMap.Table<V>, int) - Method in class org.jboss.remoting3.remote.IntIndexHashMap
 
doGet(AtomicReferenceArray<UnlockedReadHashMap.Item<K, V>[]>, Object) - Static method in class org.jboss.remoting3.UnlockedReadHashMap
 
doGet(UnlockedReadHashMap.Item<K, V>[], Object) - Static method in class org.jboss.remoting3.UnlockedReadHashMap
 
doGet(AtomicReferenceArray<UnlockedReadIdentityHashMap.Item<K, V>[]>, Object) - Static method in class org.jboss.remoting3.UnlockedReadIdentityHashMap
 
doGet(UnlockedReadIdentityHashMap.Item<K, V>[], Object) - Static method in class org.jboss.remoting3.UnlockedReadIdentityHashMap
 
doGetConnectionState(StringBuilder) - Method in class org.jboss.remoting3.remote.RemoteConnectionProvider
 
doGetConnectionState() - Method in class org.jboss.remoting3.remote.RemoteConnectionProvider
 
doGetRow(AtomicReferenceArray<UnlockedReadHashMap.Item<K, V>[]>, Object) - Static method in class org.jboss.remoting3.UnlockedReadHashMap
 
doGetRow(AtomicReferenceArray<UnlockedReadHashMap.Item<K, V>[]>, int) - Static method in class org.jboss.remoting3.UnlockedReadHashMap
 
doGetRow(AtomicReferenceArray<UnlockedReadIdentityHashMap.Item<K, V>[]>, Object) - Static method in class org.jboss.remoting3.UnlockedReadIdentityHashMap
 
doGetRow(AtomicReferenceArray<UnlockedReadIdentityHashMap.Item<K, V>[]>, int) - Static method in class org.jboss.remoting3.UnlockedReadIdentityHashMap
 
doPut(V, boolean, IntIndexHashMap.Table<V>) - Method in class org.jboss.remoting3.remote.IntIndexHashMap
 
doPut(AtomicReferenceArray<UnlockedReadHashMap.Item<K, V>[]>, K, V, boolean) - Method in class org.jboss.remoting3.UnlockedReadHashMap
 
doPut(AtomicReferenceArray<UnlockedReadIdentityHashMap.Item<K, V>[]>, K, V, boolean) - Method in class org.jboss.remoting3.UnlockedReadIdentityHashMap
 
doRemove(V, IntIndexHashMap.Table<V>) - Method in class org.jboss.remoting3.remote.IntIndexHashMap
 
doRemove(int, IntIndexHashMap.Table<V>) - Method in class org.jboss.remoting3.remote.IntIndexHashMap
 
doReplace(V, V, IntIndexHashMap.Table<V>) - Method in class org.jboss.remoting3.remote.IntIndexHashMap
 
doReplace(V, IntIndexHashMap.Table<V>) - Method in class org.jboss.remoting3.remote.IntIndexHashMap
 
doSendCloseMessage() - Method in class org.jboss.remoting3.remote.InboundMessage
 
dumpConnectionState() - Method in interface org.jboss.remoting3.remote.RemoteConnectionProviderMXBean
 
dumpConnectionStateToString() - Method in interface org.jboss.remoting3.remote.RemoteConnectionProviderMXBean
 
dumpState(StringBuilder) - Method in class org.jboss.remoting3.remote.InboundMessage
 
dumpState(StringBuilder) - Method in class org.jboss.remoting3.remote.OutboundMessage
 
dumpState(StringBuilder) - Method in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
dumpState(StringBuilder) - Method in class org.jboss.remoting3.remote.RemoteConnectionHandler
 
duplicateMessageId(short, SocketAddress) - Method in interface org.jboss.remoting3.remote.RemoteLogger
 
duplicateMessageIdException() - Method in interface org.jboss.remoting3.remote.RemoteLogger
 
DuplicateRegistrationException - Exception in org.jboss.remoting3
An exception which is thrown when a provider is registered under a name which is already registered.
DuplicateRegistrationException() - Constructor for exception org.jboss.remoting3.DuplicateRegistrationException
Constructs a DuplicateRegistrationException with no detail message.
DuplicateRegistrationException(String) - Constructor for exception org.jboss.remoting3.DuplicateRegistrationException
Constructs a DuplicateRegistrationException with the specified detail message.
DuplicateRegistrationException(Throwable) - Constructor for exception org.jboss.remoting3.DuplicateRegistrationException
Constructs a DuplicateRegistrationException with the specified cause.
DuplicateRegistrationException(String, Throwable) - Constructor for exception org.jboss.remoting3.DuplicateRegistrationException
Constructs a DuplicateRegistrationException with the specified detail message and cause.

E

EMPTY - Static variable in class org.jboss.remoting3.EndpointImpl
 
EMPTY - Static variable in class org.jboss.remoting3.remote.ExternalSaslServer
 
EMPTY_PASSWORD - Static variable in class org.jboss.remoting3.security.PasswordClientCallbackHandler
An empty password array.
encodeString(byte[], boolean) - Static method in class org.jboss.remoting3.remote.HttpUpgradeConnectionProvider.FlexBase64
Encodes a fixed and complete byte array into a Base64 String.
encodeString(byte[], int, int, boolean) - Static method in class org.jboss.remoting3.remote.HttpUpgradeConnectionProvider.FlexBase64
 
ENCODING_TABLE - Static variable in class org.jboss.remoting3.remote.HttpUpgradeConnectionProvider.FlexBase64
 
endpoint - Variable in class org.jboss.remoting3.ConnectionImpl
 
Endpoint - Interface in org.jboss.remoting3
A potential participant in a JBoss Remoting communications relationship.
Endpoint.ListenerFlag - Enum in org.jboss.remoting3
Flags which can be passed in to listener registration methods.
EndpointImpl - Class in org.jboss.remoting3
 
EndpointImpl(XnioWorker, boolean, String, OptionMap) - Constructor for class org.jboss.remoting3.EndpointImpl
 
EndpointImpl.ConnectionCloseHandler - Class in org.jboss.remoting3
 
EndpointImpl.ConnectionProviderContextImpl - Class in org.jboss.remoting3
 
EndpointImpl.LocalConnectionContext - Class in org.jboss.remoting3
 
EndpointImpl.MapRegistration<T> - Class in org.jboss.remoting3
 
EndpointImpl.RegisteredServiceImpl - Class in org.jboss.remoting3
 
EndpointImpl.TrackingExecutor - Class in org.jboss.remoting3
 
EndpointImpl.UserAndRealm - Class in org.jboss.remoting3
 
Entry(String, String, char[], KeyPair[]) - Constructor for class org.jboss.remoting3.security.SimpleServerAuthenticationProvider.Entry
 
EntryIterator() - Constructor for class org.jboss.remoting3.remote.IntIndexHashMap.EntryIterator
 
EntryIterator() - Constructor for class org.jboss.remoting3.UnlockedReadHashMap.EntryIterator
 
EntryIterator() - Constructor for class org.jboss.remoting3.UnlockedReadIdentityHashMap.EntryIterator
 
entrySet - Variable in class org.jboss.remoting3.UnlockedReadHashMap
 
entrySet() - Method in class org.jboss.remoting3.UnlockedReadHashMap
 
EntrySet() - Constructor for class org.jboss.remoting3.UnlockedReadHashMap.EntrySet
 
entrySet - Variable in class org.jboss.remoting3.UnlockedReadIdentityHashMap
 
entrySet() - Method in class org.jboss.remoting3.UnlockedReadIdentityHashMap
 
EntrySet() - Constructor for class org.jboss.remoting3.UnlockedReadIdentityHashMap.EntrySet
 
eofReceived - Variable in class org.jboss.remoting3.remote.InboundMessage
 
eofSent - Variable in class org.jboss.remoting3.remote.OutboundMessage
 
Equaller<T> - Interface in org.jboss.remoting3.remote
An equals-comparator.
equals(Object, Object) - Method in class org.jboss.remoting3.remote.DefaultEqualler
 
equals(T, T) - Method in interface org.jboss.remoting3.remote.Equaller
Test the two objects for equality.
equals(Object, Object) - Method in class org.jboss.remoting3.remote.IdentityEqualler
 
equals(Object) - Method in class org.jboss.remoting3.security.InetAddressPrincipal
Determine whether this instance is equal to another.
equals(InetAddressPrincipal) - Method in class org.jboss.remoting3.security.InetAddressPrincipal
Determine whether this instance is equal to another.
equals(Object) - Method in class org.jboss.remoting3.security.UserPrincipal
Determine whether this object is equal to another.
equals(UserPrincipal) - Method in class org.jboss.remoting3.security.UserPrincipal
Determine whether this object is equal to another.
equals(Object) - Method in class org.jboss.remoting3.UnlockedReadHashMap.Item
 
equals(UnlockedReadHashMap.Item<?, ?>) - Method in class org.jboss.remoting3.UnlockedReadHashMap.Item
 
equals(Object) - Method in class org.jboss.remoting3.UnlockedReadIdentityHashMap.Item
 
equals(UnlockedReadIdentityHashMap.Item<?, ?>) - Method in class org.jboss.remoting3.UnlockedReadIdentityHashMap.Item
 
evaluateResponse(byte[]) - Method in class org.jboss.remoting3.remote.ExternalSaslServer
 
exception - Variable in class org.jboss.remoting3.spi.AbstractHandleableCloseable.CloseHandlerTask
 
exceptionInUserHandler(Throwable) - Method in interface org.jboss.remoting3.remote.RemoteLogger
 
execute(Runnable) - Method in class org.jboss.remoting3.EndpointImpl.TrackingExecutor
 
executeEndTask(Channel.Receiver) - Method in class org.jboss.remoting3.LocalChannel
 
executeMessageTask(Channel.Receiver, LocalChannel.In) - Method in class org.jboss.remoting3.LocalChannel
 
executor - Variable in class org.jboss.remoting3.LocalConnectionProvider
 
executor - Variable in class org.jboss.remoting3.remote.RemoteConnection
 
executor - Variable in class org.jboss.remoting3.spi.AbstractHandleableCloseable
 
executorUntick(Object) - Method in class org.jboss.remoting3.EndpointImpl
 
ExternalConnectionProvider - Interface in org.jboss.remoting3.spi
A provider interface that allows connections that have already been accepted to be converted to remoting connections.
ExternalConnectionProvider.ConnectionAdaptor - Interface in org.jboss.remoting3.spi
 
ExternalSaslServer - Class in org.jboss.remoting3.remote
 
ExternalSaslServer(CallbackHandler, Principal) - Constructor for class org.jboss.remoting3.remote.ExternalSaslServer
 
ExternalSaslServerFactory - Class in org.jboss.remoting3.remote
 
ExternalSaslServerFactory(Principal) - Constructor for class org.jboss.remoting3.remote.ExternalSaslServerFactory
 

F

failedMechs - Variable in class org.jboss.remoting3.remote.ClientConnectionOpenListener
 
failedToAccept(IOException) - Method in interface org.jboss.remoting3.remote.RemoteLogger
 
failure - Variable in class org.jboss.remoting3.spi.AbstractHandleableCloseable
 
finalize() - Method in class org.jboss.remoting3.spi.AbstractHandleableCloseable
Finalize this closeable instance.
findElement(StackTraceElement[]) - Static method in class org.jboss.remoting3.remote.DebuggingBufferPool
 
finishPhase1() - Method in class org.jboss.remoting3.EndpointImpl
 
finishWork() - Method in class org.jboss.remoting3.EndpointImpl.TrackingExecutor
 
FlexBase64() - Constructor for class org.jboss.remoting3.remote.HttpUpgradeConnectionProvider.FlexBase64
 
flush() - Method in class org.jboss.remoting3.LocalChannel.Out
 
flush() - Method in class org.jboss.remoting3.MessageOutputStream
Flush this message stream.
flush() - Method in class org.jboss.remoting3.remote.OutboundMessage
 
format(StringBuilder, StackTraceElement) - Static method in class org.jboss.remoting3.remote.DebuggingBufferPool
 
FQCN - Static variable in class org.jboss.remoting3.EndpointImpl
 
FQCN - Static variable in class org.jboss.remoting3.remote.RemoteConnection
 
free(OutboundMessage) - Method in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
freeInboundMessage(short) - Method in class org.jboss.remoting3.remote.RemoteConnectionChannel
 

G

get(int) - Method in class org.jboss.remoting3.remote.IntIndexHashMap
 
get(int) - Method in interface org.jboss.remoting3.remote.IntIndexMap
Get the value for the given index.
get(Object) - Method in class org.jboss.remoting3.UnlockedReadHashMap
 
get(Object) - Method in class org.jboss.remoting3.UnlockedReadIdentityHashMap
 
GET_CONNECTION_PROVIDER_INTERFACE_PERM - Static variable in class org.jboss.remoting3.EndpointImpl
 
getAttachment(Attachments.Key<T>) - Method in class org.jboss.remoting3.Attachments
getAttachments() - Method in interface org.jboss.remoting3.Attachable
Get the attachments for this entity.
getAttachments() - Method in class org.jboss.remoting3.ConnectionImpl
 
getAttachments() - Method in class org.jboss.remoting3.EndpointImpl
 
getAttachments() - Method in class org.jboss.remoting3.LocalChannel
 
getAttachments() - Method in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
getAuthorizationID() - Method in class org.jboss.remoting3.remote.ExternalSaslServer
 
getCallbackHandler(String) - Method in interface org.jboss.remoting3.security.ServerAuthenticationProvider
Get a callback handler for the given mechanism name.
getCallbackHandler(String) - Method in class org.jboss.remoting3.security.SimpleServerAuthenticationProvider
Get a callback handler for the given mechanism name.
getChannel() - Method in class org.jboss.remoting3.remote.RemoteConnection
 
getChannel(int) - Method in class org.jboss.remoting3.remote.RemoteConnectionHandler
 
getChannelId() - Method in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
getConnection() - Method in interface org.jboss.remoting3.Channel
Get the connection associated with this channel.
getConnection() - Method in class org.jboss.remoting3.EndpointImpl.LocalConnectionContext
 
getConnection() - Method in class org.jboss.remoting3.LocalChannel
 
getConnection() - Method in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
getConnection() - Method in interface org.jboss.remoting3.spi.ConnectionHandlerContext
Get the connection corresponding to this connection handler context.
getConnectionContext() - Method in class org.jboss.remoting3.remote.RemoteConnectionHandler
 
getConnectionHandler() - Method in class org.jboss.remoting3.ConnectionImpl
 
getConnectionHandler() - Method in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
getConnectionProviderContext() - Method in class org.jboss.remoting3.EndpointImpl.LocalConnectionContext
 
getConnectionProviderContext() - Method in class org.jboss.remoting3.remote.RemoteConnectionProvider
 
getConnectionProviderContext() - Method in interface org.jboss.remoting3.spi.ConnectionHandlerContext
Get the connection provider context associated with this connection handler context.
getConnectionProviderInterface(String, Class<T>) - Method in interface org.jboss.remoting3.Endpoint
Get the interface for a connection provider.
getConnectionProviderInterface(String, Class<T>) - Method in class org.jboss.remoting3.EndpointImpl
 
getEndpoint() - Method in interface org.jboss.remoting3.Connection
Get the local endpoint.
getEndpoint() - Method in class org.jboss.remoting3.ConnectionImpl
 
getEndpoint() - Method in class org.jboss.remoting3.EndpointImpl.ConnectionProviderContextImpl
 
getEndpoint() - Method in interface org.jboss.remoting3.spi.ConnectionProviderContext
Get the endpoint.
getExecutor() - Method in class org.jboss.remoting3.EndpointImpl.ConnectionProviderContextImpl
 
getExecutor() - Method in class org.jboss.remoting3.EndpointImpl
 
getExecutor() - Method in class org.jboss.remoting3.remote.RemoteConnection
 
getExecutor() - Method in class org.jboss.remoting3.remote.RemoteConnectionProvider
 
getExecutor() - Method in class org.jboss.remoting3.spi.AbstractHandleableCloseable
Get the executor to use for handler invocation.
getExecutor() - Method in interface org.jboss.remoting3.spi.ConnectionProviderContext
Get an executor usable for running asynchronous tasks.
getId() - Method in class org.jboss.remoting3.remote.PendingChannel
 
getInboundMessageCount() - Method in class org.jboss.remoting3.remote.PendingChannel
 
getInboundMessageSize() - Method in class org.jboss.remoting3.remote.PendingChannel
 
getInboundWindowSize() - Method in class org.jboss.remoting3.remote.PendingChannel
 
getIndex(AtomicReferenceArray<UnlockedReadHashMap.Item<K, V>[]>, Object) - Static method in class org.jboss.remoting3.UnlockedReadHashMap
 
getIndex(AtomicReferenceArray<UnlockedReadIdentityHashMap.Item<K, V>[]>, Object) - Static method in class org.jboss.remoting3.UnlockedReadIdentityHashMap
 
getInetAddress() - Method in class org.jboss.remoting3.security.InetAddressPrincipal
Get the IP address of this principal.
getInputStream() - Method in class org.jboss.remoting3.LocalChannel.In
 
getJarName() - Static method in class org.jboss.remoting3.Version
Get the name of the JBoss Remoting JAR.
getKey(T) - Method in interface org.jboss.remoting3.remote.IntIndexer
 
getKey(V) - Method in class org.jboss.remoting3.remote.IntIndexHashMap
 
getKey() - Method in class org.jboss.remoting3.UnlockedReadHashMap.Item
 
getKey() - Method in class org.jboss.remoting3.UnlockedReadIdentityHashMap.Item
 
getKeyPairs() - Method in class org.jboss.remoting3.security.SimpleServerAuthenticationProvider.Entry
 
getLock() - Method in class org.jboss.remoting3.remote.RemoteConnection
 
getMechanismName() - Method in class org.jboss.remoting3.remote.ExternalSaslServer
 
getMechanismNames(Map<String, ?>) - Method in class org.jboss.remoting3.remote.ExternalSaslServerFactory
 
getName() - Method in interface org.jboss.remoting3.Endpoint
Get the name of this endpoint.
getName() - Method in class org.jboss.remoting3.EndpointImpl
 
getName() - Method in class org.jboss.remoting3.security.InetAddressPrincipal
Get the name of this principal; it will be the string representation of the IP address.
getName() - Method in class org.jboss.remoting3.security.UserPrincipal
Get the name of this principal.
getNegotiatedProperty(String) - Method in class org.jboss.remoting3.remote.ExternalSaslServer
 
getOpenListener() - Method in class org.jboss.remoting3.EndpointImpl.RegisteredServiceImpl
 
getOpenListener() - Method in interface org.jboss.remoting3.spi.RegisteredService
Get the service open listener.
getOption(Option<T>) - Method in interface org.jboss.remoting3.Channel
Get the value of a channel option.
getOption(Option<T>) - Method in class org.jboss.remoting3.LocalChannel
 
getOption(Option<T>) - Method in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
getOptionMap() - Method in class org.jboss.remoting3.EndpointImpl.RegisteredServiceImpl
 
getOptionMap() - Method in class org.jboss.remoting3.remote.RemoteConnection
 
getOptionMap() - Method in interface org.jboss.remoting3.spi.RegisteredService
Get the service option map.
getOtherSide() - Method in class org.jboss.remoting3.LocalChannel
 
getOutboundMessageCount() - Method in class org.jboss.remoting3.remote.PendingChannel
 
getOutboundMessageSize() - Method in class org.jboss.remoting3.remote.PendingChannel
 
getOutboundWindowSize() - Method in class org.jboss.remoting3.remote.PendingChannel
 
getPassword() - Method in class org.jboss.remoting3.security.SimpleServerAuthenticationProvider.Entry
 
getPrincipals() - Method in interface org.jboss.remoting3.Connection
Get the authenticated principals for this connection.
getPrincipals() - Method in class org.jboss.remoting3.ConnectionImpl
 
getPrincipals() - Method in class org.jboss.remoting3.LocalConnectionProvider.LoopbackConnectionHandler
 
getPrincipals() - Method in class org.jboss.remoting3.remote.RemoteConnectionHandler
 
getPrincipals() - Method in interface org.jboss.remoting3.spi.ConnectionHandler
Get the authenticated principals for this connection.
getProtocolType() - Method in interface org.jboss.remoting3.spi.ConnectionProviderDescriptor
The protocol type.
getProviderFactory() - Method in interface org.jboss.remoting3.spi.ConnectionProviderDescriptor
The provider factory.
getProviderInterface() - Method in class org.jboss.remoting3.LocalConnectionProvider
 
getProviderInterface() - Method in class org.jboss.remoting3.remote.HttpUpgradeConnectionProvider
 
getProviderInterface() - Method in class org.jboss.remoting3.remote.RemoteConnectionProvider
 
getProviderInterface() - Method in interface org.jboss.remoting3.spi.ConnectionProvider
Get the user data associated with this connection provider.
getRealm() - Method in class org.jboss.remoting3.EndpointImpl.UserAndRealm
 
getRegisteredService(String) - Method in class org.jboss.remoting3.EndpointImpl.LocalConnectionContext
 
getRegisteredService(String) - Method in interface org.jboss.remoting3.spi.ConnectionHandlerContext
Get a registered service.
getRemoteConnection() - Method in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
getRemoteConnectionProvider() - Method in class org.jboss.remoting3.remote.RemoteConnection
 
getRemoteEndpointName() - Method in interface org.jboss.remoting3.Connection
Get the name of the remote endpoint, if it has one.
getRemoteEndpointName() - Method in class org.jboss.remoting3.ConnectionImpl
 
getRemoteEndpointName() - Method in class org.jboss.remoting3.LocalConnectionProvider.LoopbackConnectionHandler
 
getRemoteEndpointName() - Method in class org.jboss.remoting3.remote.RemoteConnectionHandler
 
getRemoteEndpointName() - Method in interface org.jboss.remoting3.spi.ConnectionHandler
Get the name of the remote endpoint.
getResult() - Method in class org.jboss.remoting3.remote.PendingChannel
 
getResult() - Method in class org.jboss.remoting3.remote.RemoteConnection
 
getSaslWrapper() - Method in class org.jboss.remoting3.remote.RemoteConnection
 
getServiceOpenListener(String) - Method in class org.jboss.remoting3.EndpointImpl.LocalConnectionContext
Deprecated.
getServiceOpenListener(String) - Method in interface org.jboss.remoting3.spi.ConnectionHandlerContext
Deprecated.
getServiceOpenTask(Channel, OpenListener) - Static method in class org.jboss.remoting3.spi.SpiUtils
Get an executor task for opening a service.
getSslChannel() - Method in class org.jboss.remoting3.remote.RemoteConnection
 
getSslSession() - Method in interface org.jboss.remoting3.Connection
Get the underlying SSLSession for this connection if one is established.
getSslSession() - Method in class org.jboss.remoting3.ConnectionImpl
 
getSslSession() - Method in class org.jboss.remoting3.LocalConnectionProvider.LoopbackConnectionHandler
 
getSslSession() - Method in class org.jboss.remoting3.remote.RemoteConnectionHandler
 
getSslSession() - Method in interface org.jboss.remoting3.spi.ConnectionHandler
Get the underlying SSLSession for this connection if one is established.
getType() - Method in class org.jboss.remoting3.Attachments.Key
Get the attachment type class.
getUser() - Method in class org.jboss.remoting3.EndpointImpl.UserAndRealm
 
getUserAndRealm(URI) - Method in class org.jboss.remoting3.EndpointImpl
 
getUserInfo() - Method in interface org.jboss.remoting3.Connection
Get the UserInfo for this connection.
getUserInfo() - Method in class org.jboss.remoting3.ConnectionImpl
 
getUserInfo() - Method in class org.jboss.remoting3.LocalConnectionProvider.LoopbackConnectionHandler
 
getUserInfo() - Method in class org.jboss.remoting3.remote.RemoteConnectionHandler
 
getUserInfo() - Method in interface org.jboss.remoting3.spi.ConnectionHandler
Get the authenticated UserInfo for this connection.
getUserName() - Method in class org.jboss.remoting3.security.SimpleServerAuthenticationProvider.Entry
 
getUserName() - Method in class org.jboss.remoting3.security.SimpleUserInfo
 
getUserName() - Method in interface org.jboss.remoting3.security.UserInfo
Get the name for this user.
getUserRealm() - Method in class org.jboss.remoting3.security.SimpleServerAuthenticationProvider.Entry
 
getValue() - Method in class org.jboss.remoting3.UnlockedReadHashMap.Item
 
getValue() - Method in class org.jboss.remoting3.UnlockedReadIdentityHashMap.Item
 
getVersionString() - Static method in class org.jboss.remoting3.Version
Get the version string of JBoss Remoting.
getWriteListener() - Method in class org.jboss.remoting3.remote.RemoteConnection
 
getXnio() - Method in class org.jboss.remoting3.EndpointImpl.ConnectionProviderContextImpl
 
getXnio() - Method in interface org.jboss.remoting3.spi.ConnectionProviderContext
Get the XNIO instance.
getXnioWorker() - Method in interface org.jboss.remoting3.Endpoint
Get the XNIO worker configured for this endpoint.
getXnioWorker() - Method in class org.jboss.remoting3.EndpointImpl.ConnectionProviderContextImpl
 
getXnioWorker() - Method in class org.jboss.remoting3.EndpointImpl
 
getXnioWorker() - Method in class org.jboss.remoting3.remote.RemoteConnectionProvider
 
getXnioWorker() - Method in interface org.jboss.remoting3.spi.ConnectionProviderContext
Get the XNIO worker to use for network operations.
GLOBAL_POOL - Static variable in class org.jboss.remoting3.remote.RemoteConnectionProvider
 
glueStackTraces(Throwable, StackTraceElement[], int, String) - Static method in class org.jboss.remoting3.spi.SpiUtils
Glue two stack traces together.
Greeting() - Constructor for class org.jboss.remoting3.remote.ClientConnectionOpenListener.Greeting
 
GREETING - Static variable in class org.jboss.remoting3.remote.Protocol
Sent by server only.
GRT_SERVER_NAME - Static variable in class org.jboss.remoting3.remote.Protocol
 

H

handle(Callback[]) - Method in class org.jboss.remoting3.security.PasswordClientCallbackHandler
Handle the array of given callbacks.
HandleableCloseable<T> - Interface in org.jboss.remoting3
A Remoting resource that can be closed.
HandleableCloseable.Key - Interface in org.jboss.remoting3
A key which may be used to remove this handler.
handleAsyncClose(Pooled<ByteBuffer>) - Method in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
handleCallback(CallbackHandler, Callback) - Static method in class org.jboss.remoting3.remote.ExternalSaslServer
 
handleChannelClosed(RemoteConnectionChannel) - Method in class org.jboss.remoting3.remote.RemoteConnectionHandler
A channel was closed, locally or remotely.
handleClientCapabilities(ByteBuffer) - Method in class org.jboss.remoting3.remote.ServerConnectionOpenListener.Initial
 
handleClose(T, IOException) - Method in interface org.jboss.remoting3.CloseHandler
Receive a notification that the resource was closed.
handleClose(Connection, IOException) - Method in class org.jboss.remoting3.EndpointImpl.ConnectionCloseHandler
 
handleConnectionClose() - Method in class org.jboss.remoting3.remote.RemoteConnectionHandler
The socket channel was closed with or without our consent.
handleDuplicate() - Method in class org.jboss.remoting3.remote.InboundMessage
 
handleEnd(Channel) - Method in interface org.jboss.remoting3.Channel.Receiver
Handle an end-of-input condition on a channel.
handleError(Channel, IOException) - Method in interface org.jboss.remoting3.Channel.Receiver
Handle an error condition on the channel.
handleEvent(ConnectedMessageChannel) - Method in class org.jboss.remoting3.remote.ClientConnectionOpenListener.Authentication
 
handleEvent(ConnectedMessageChannel) - Method in class org.jboss.remoting3.remote.ClientConnectionOpenListener.Capabilities
 
handleEvent(ConnectedMessageChannel) - Method in class org.jboss.remoting3.remote.ClientConnectionOpenListener.Greeting
 
handleEvent(ConnectedMessageChannel) - Method in class org.jboss.remoting3.remote.ClientConnectionOpenListener
 
handleEvent(ConnectedMessageChannel) - Method in class org.jboss.remoting3.remote.ClientConnectionOpenListener.StartTls
 
handleEvent(ConnectedMessageChannel) - Method in class org.jboss.remoting3.remote.RemoteConnection.RemoteWriteListener
 
handleEvent(AcceptingChannel<? extends ConnectedStreamChannel>) - Method in class org.jboss.remoting3.remote.RemoteConnectionProvider.AcceptListener
 
handleEvent(ConnectedMessageChannel) - Method in class org.jboss.remoting3.remote.RemoteReadListener
 
handleEvent(ConnectedMessageChannel) - Method in class org.jboss.remoting3.remote.ServerConnectionOpenListener.Authentication
 
handleEvent(ConnectedMessageChannel) - Method in class org.jboss.remoting3.remote.ServerConnectionOpenListener
 
handleEvent(ConnectedMessageChannel) - Method in class org.jboss.remoting3.remote.ServerConnectionOpenListener.Initial
 
handleException(IOException) - Method in class org.jboss.remoting3.remote.RemoteConnection
 
handleException(IOException, boolean) - Method in class org.jboss.remoting3.remote.RemoteConnection
 
handleInboundChannelClosed() - Method in class org.jboss.remoting3.remote.RemoteConnectionHandler
 
handleInboundChannelOpen() - Method in class org.jboss.remoting3.remote.RemoteConnectionHandler
 
handleIncoming(Pooled<ByteBuffer>) - Method in class org.jboss.remoting3.remote.InboundMessage
 
handleIncomingWriteShutdown() - Method in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
handleMessage(Channel, MessageInputStream) - Method in interface org.jboss.remoting3.Channel.Receiver
Handle an incoming message.
handleMessageData(Pooled<ByteBuffer>) - Method in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
handleOutboundChannelClosed() - Method in class org.jboss.remoting3.remote.RemoteConnectionHandler
 
handleOutboundChannelOpen() - Method in class org.jboss.remoting3.remote.RemoteConnectionHandler
 
handlePreAuthCloseRequest() - Method in class org.jboss.remoting3.remote.RemoteConnection
 
handler - Variable in class org.jboss.remoting3.remote.RemoteReadListener
 
handler - Variable in class org.jboss.remoting3.spi.AbstractHandleableCloseable.CloseHandlerTask
 
handleRemoteClose() - Method in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
handlers - Variable in class org.jboss.remoting3.remote.RemoteConnectionProvider
 
handleWindowOpen(Pooled<ByteBuffer>) - Method in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
hashCode() - Method in class org.jboss.remoting3.security.InetAddressPrincipal
Get the hash code for this instance.
hashCode() - Method in class org.jboss.remoting3.security.UserPrincipal
Get the hash code.
hashCode() - Method in class org.jboss.remoting3.UnlockedReadHashMap.Item
 
hashCode() - Method in class org.jboss.remoting3.UnlockedReadIdentityHashMap.Item
 
hasNext() - Method in class org.jboss.remoting3.remote.IntIndexHashMap.BranchIterator
 
hasNext() - Method in class org.jboss.remoting3.remote.IntIndexHashMap.EntryIterator
 
hasNext() - Method in class org.jboss.remoting3.remote.IntIndexHashMap.RowIterator
 
hasNext() - Method in class org.jboss.remoting3.UnlockedReadHashMap.EntryIterator
 
hasNext() - Method in class org.jboss.remoting3.UnlockedReadIdentityHashMap.EntryIterator
 
HEARTBEAT_INTERVAL - Static variable in class org.jboss.remoting3.RemotingOptions
The interval to use for connection heartbeat, in milliseconds.
heartbeatCommand - Variable in class org.jboss.remoting3.remote.RemoteConnection
 
heartbeatInterval - Variable in class org.jboss.remoting3.remote.RemoteConnection
 
heartKey - Variable in class org.jboss.remoting3.remote.RemoteConnection.RemoteWriteListener
 
heLog - Static variable in class org.jboss.remoting3.spi.SpiUtils
 
HttpUpgradeConnectionProvider - Class in org.jboss.remoting3.remote
Connection provider that performs a HTTP upgrade.
HttpUpgradeConnectionProvider(OptionMap, ConnectionProviderContext) - Constructor for class org.jboss.remoting3.remote.HttpUpgradeConnectionProvider
 
HttpUpgradeConnectionProvider.ConnectionAdaptorImpl - Class in org.jboss.remoting3.remote
 
HttpUpgradeConnectionProvider.FlexBase64 - Class in org.jboss.remoting3.remote
 
HttpUpgradeConnectionProvider.ProviderInterface - Class in org.jboss.remoting3.remote
 
HttpUpgradeConnectionProvider.RemotingHandshakeChecker - Class in org.jboss.remoting3.remote
 
HttpUpgradeConnectionProviderFactory - Class in org.jboss.remoting3.remote
A ConnectionProviderFactory for the remote protocol that initiates the connection via a HTTP Upgrade
HttpUpgradeConnectionProviderFactory() - Constructor for class org.jboss.remoting3.remote.HttpUpgradeConnectionProviderFactory
Construct a new instance.

I

id - Variable in class org.jboss.remoting3.remote.PendingChannel
 
IDENTITY - Static variable in interface org.jboss.remoting3.remote.Equaller
 
IdentityEqualler - Class in org.jboss.remoting3.remote
 
IdentityEqualler() - Constructor for class org.jboss.remoting3.remote.IdentityEqualler
 
idx - Variable in class org.jboss.remoting3.remote.IntIndexHashMap.RowIterator
 
In(InputStream) - Constructor for class org.jboss.remoting3.LocalChannel.In
 
in - Variable in class org.jboss.remoting3.LocalChannel.Out
 
INBOUND_CHANNELS_MASK - Static variable in class org.jboss.remoting3.remote.RemoteConnectionHandler
 
INBOUND_MESSAGES_MASK - Static variable in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
InboundMessage - Class in org.jboss.remoting3.remote
 
InboundMessage(short, RemoteConnectionChannel, int, long) - Constructor for class org.jboss.remoting3.remote.InboundMessage
 
inboundMessageCount - Variable in class org.jboss.remoting3.remote.PendingChannel
 
inboundMessageQueue - Variable in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
inboundMessages - Variable in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
inboundMessageSize - Variable in class org.jboss.remoting3.remote.PendingChannel
 
inboundWindow - Variable in class org.jboss.remoting3.remote.InboundMessage
 
inboundWindow - Variable in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
inboundWindowSize - Variable in class org.jboss.remoting3.remote.PendingChannel
 
INCOMING_CHANNEL_DEFAULT_MAX_OUTBOUND_MESSAGES - Static variable in class org.jboss.remoting3.RemotingOptions
The default maximum number of concurrent outbound messages on an incoming channel.
INCOMING_CHANNEL_DEFAULT_RECEIVE_WINDOW_SIZE - Static variable in class org.jboss.remoting3.RemotingOptions
The default requested window size of the receive direction for incoming channel open attempts.
INCOMING_CHANNEL_DEFAULT_TRANSMIT_WINDOW_SIZE - Static variable in class org.jboss.remoting3.RemotingOptions
The default requested window size of the transmit direction for incoming channel open attempts.
incrementState(int) - Method in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
incrementState(int) - Method in class org.jboss.remoting3.remote.RemoteConnectionHandler
 
INDEXER - Static variable in class org.jboss.remoting3.remote.InboundMessage
 
indexer - Variable in class org.jboss.remoting3.remote.IntIndexHashMap
 
INDEXER - Static variable in class org.jboss.remoting3.remote.OutboundMessage
 
INDEXER - Static variable in class org.jboss.remoting3.remote.PendingChannel
 
INDEXER - Static variable in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
inetAddress - Variable in class org.jboss.remoting3.security.InetAddressPrincipal
 
InetAddressPrincipal - Class in org.jboss.remoting3.security
A principal representing an IP address.
InetAddressPrincipal(InetAddress) - Constructor for class org.jboss.remoting3.security.InetAddressPrincipal
Create a new instance.
Initial() - Constructor for class org.jboss.remoting3.remote.ServerConnectionOpenListener.Initial
 
initialCapacity - Variable in class org.jboss.remoting3.remote.IntIndexHashMap
 
initialiseCapabilities() - Method in class org.jboss.remoting3.remote.ServerConnectionOpenListener.Initial
 
inputStream - Variable in class org.jboss.remoting3.LocalChannel.In
 
inputStream - Variable in class org.jboss.remoting3.remote.InboundMessage
 
instance - Variable in class org.jboss.remoting3.spi.AbstractHandleableCloseable.KeyImpl
 
IntIndexer<T> - Interface in org.jboss.remoting3.remote
An integer indexer for a hash table.
IntIndexHashMap<V> - Class in org.jboss.remoting3.remote
Lock-free concurrent integer-indexed hash map.
IntIndexHashMap(IntIndexer<? super V>, Equaller<? super V>, int, float) - Constructor for class org.jboss.remoting3.remote.IntIndexHashMap
Construct a new instance.
IntIndexHashMap(IntIndexer<? super V>, Equaller<? super V>) - Constructor for class org.jboss.remoting3.remote.IntIndexHashMap
Construct a new instance.
IntIndexHashMap(IntIndexer<? super V>, int, float) - Constructor for class org.jboss.remoting3.remote.IntIndexHashMap
Construct a new instance.
IntIndexHashMap(IntIndexer<? super V>, float) - Constructor for class org.jboss.remoting3.remote.IntIndexHashMap
Construct a new instance.
IntIndexHashMap(IntIndexer<? super V>, int) - Constructor for class org.jboss.remoting3.remote.IntIndexHashMap
Construct a new instance.
IntIndexHashMap(IntIndexer<? super V>) - Constructor for class org.jboss.remoting3.remote.IntIndexHashMap
Construct a new instance.
IntIndexHashMap.BranchIterator - Class in org.jboss.remoting3.remote
 
IntIndexHashMap.EntryIterator - Class in org.jboss.remoting3.remote
 
IntIndexHashMap.RowIterator - Class in org.jboss.remoting3.remote
 
IntIndexHashMap.Table<V> - Class in org.jboss.remoting3.remote
 
IntIndexMap<E> - Interface in org.jboss.remoting3.remote
A map which is indexed by integer value and thus acts similarly to a set.
invalidMessage(RemoteConnection) - Method in interface org.jboss.remoting3.remote.RemoteLogger
 
invalidWorker() - Method in interface org.jboss.remoting3.remote.RemoteLogger
 
isCloseFlagSet() - Method in class org.jboss.remoting3.EndpointImpl
 
isComplete() - Method in class org.jboss.remoting3.remote.ExternalSaslServer
 
isFaultyMessageSize() - Method in class org.jboss.remoting3.remote.RemoteConnectionHandler
 
isInitial - Variable in class org.jboss.remoting3.remote.ServerConnectionOpenListener.AuthStepRunnable
 
isMessageClose() - Method in class org.jboss.remoting3.remote.RemoteConnectionHandler
 
isOpen() - Method in class org.jboss.remoting3.spi.AbstractHandleableCloseable
Read the status of this resource.
isValidUriScheme(String) - Method in interface org.jboss.remoting3.Endpoint
Determine whether the given URI scheme is valid for this endpoint.
isValidUriScheme(String) - Method in class org.jboss.remoting3.EndpointImpl
 
Item(K, V) - Constructor for class org.jboss.remoting3.UnlockedReadHashMap.Item
 
Item(K, V) - Constructor for class org.jboss.remoting3.UnlockedReadIdentityHashMap.Item
 
itemIdx - Variable in class org.jboss.remoting3.UnlockedReadHashMap.EntryIterator
 
itemIdx - Variable in class org.jboss.remoting3.UnlockedReadIdentityHashMap.EntryIterator
 
iterator() - Method in class org.jboss.remoting3.remote.IntIndexHashMap
 
iterator() - Method in class org.jboss.remoting3.UnlockedReadHashMap.EntrySet
 
iterator() - Method in class org.jboss.remoting3.UnlockedReadIdentityHashMap.EntrySet
 

J

JAR_NAME - Static variable in class org.jboss.remoting3.Version
 

K

Key(Class<T>) - Constructor for class org.jboss.remoting3.Attachments.Key
Construct a new instance.
key - Variable in class org.jboss.remoting3.EndpointImpl.MapRegistration
 
key - Variable in class org.jboss.remoting3.remote.HttpUpgradeConnectionProvider.RemotingHandshakeChecker
 
key - Variable in class org.jboss.remoting3.UnlockedReadHashMap.Item
 
key - Variable in class org.jboss.remoting3.UnlockedReadIdentityHashMap.Item
 
KeyImpl(AbstractHandleableCloseable<T>) - Constructor for class org.jboss.remoting3.spi.AbstractHandleableCloseable.KeyImpl
 
keyPairs - Variable in class org.jboss.remoting3.security.SimpleServerAuthenticationProvider.Entry
 

L

LEAK_DEBUGGING - Static variable in class org.jboss.remoting3.remote.RemoteConnectionProvider
 
LEAK_DEBUGGING - Static variable in class org.jboss.remoting3.spi.AbstractHandleableCloseable
 
LeakThrowable() - Constructor for class org.jboss.remoting3.spi.AbstractHandleableCloseable.LeakThrowable
 
listener - Variable in class org.jboss.remoting3.spi.SpiUtils.ServiceOpenTask
 
ListenerFlag() - Constructor for enum org.jboss.remoting3.Endpoint.ListenerFlag
 
loadFactor - Variable in class org.jboss.remoting3.remote.IntIndexHashMap
 
loadFactor - Variable in class org.jboss.remoting3.UnlockedReadHashMap
 
loadFactor - Variable in class org.jboss.remoting3.UnlockedReadIdentityHashMap
 
LocalChannel - Class in org.jboss.remoting3
 
LocalChannel(Executor, LocalChannel, ConnectionHandlerContext) - Constructor for class org.jboss.remoting3.LocalChannel
 
LocalChannel(Executor, ConnectionHandlerContext) - Constructor for class org.jboss.remoting3.LocalChannel
 
LocalChannel.In - Class in org.jboss.remoting3
 
LocalChannel.Out - Class in org.jboss.remoting3
 
LocalConnectionContext(ConnectionProviderContext, Connection) - Constructor for class org.jboss.remoting3.EndpointImpl.LocalConnectionContext
 
LocalConnectionProvider - Class in org.jboss.remoting3
 
LocalConnectionProvider(ConnectionProviderContext, Executor) - Constructor for class org.jboss.remoting3.LocalConnectionProvider
 
LocalConnectionProvider.LoopbackConnectionHandler - Class in org.jboss.remoting3
 
lock - Variable in class org.jboss.remoting3.LocalChannel
 
log - Static variable in class org.jboss.remoting3.EndpointImpl
 
log - Static variable in interface org.jboss.remoting3.remote.RemoteLogger
 
log - Static variable in class org.jboss.remoting3.security.PasswordClientCallbackHandler
 
log - Static variable in class org.jboss.remoting3.spi.AbstractHandleableCloseable
 
LoopbackConnectionHandler(ConnectionHandlerContext) - Constructor for class org.jboss.remoting3.LocalConnectionProvider.LoopbackConnectionHandler
 

M

MAGIC_NUMBER - Static variable in class org.jboss.remoting3.remote.HttpUpgradeConnectionProvider
Magic number used in the handshake.
main(String[]) - Static method in class org.jboss.remoting3.Version
Print out the current version on System.out.
map - Variable in class org.jboss.remoting3.Attachments
 
map - Variable in class org.jboss.remoting3.EndpointImpl.MapRegistration
 
map - Variable in class org.jboss.remoting3.security.SimpleServerAuthenticationProvider
 
MapRegistration(ConcurrentMap<String, T>, String, T) - Constructor for class org.jboss.remoting3.EndpointImpl.MapRegistration
 
mark(int) - Method in class org.jboss.remoting3.LocalChannel.In
 
markSupported() - Method in class org.jboss.remoting3.LocalChannel.In
 
MAX_INBOUND_CHANNELS - Static variable in class org.jboss.remoting3.RemotingOptions
The maximum number of inbound channels to support for a connection.
MAX_INBOUND_MESSAGE_SIZE - Static variable in class org.jboss.remoting3.RemotingOptions
The maximum inbound message size to be allowed.
MAX_INBOUND_MESSAGES - Static variable in class org.jboss.remoting3.RemotingOptions
The maximum number of concurrent inbound messages on a channel.
MAX_OUTBOUND_CHANNELS - Static variable in class org.jboss.remoting3.RemotingOptions
The maximum number of outbound channels to support for a connection.
MAX_OUTBOUND_MESSAGE_SIZE - Static variable in class org.jboss.remoting3.RemotingOptions
The maximum outbound message size to send.
MAX_OUTBOUND_MESSAGES - Static variable in class org.jboss.remoting3.RemotingOptions
The maximum number of concurrent outbound messages on a channel.
MAXIMUM_CAPACITY - Static variable in class org.jboss.remoting3.remote.IntIndexHashMap
 
MAXIMUM_CAPACITY - Static variable in class org.jboss.remoting3.UnlockedReadHashMap
 
MAXIMUM_CAPACITY - Static variable in class org.jboss.remoting3.UnlockedReadIdentityHashMap
 
maximumWindow - Variable in class org.jboss.remoting3.remote.OutboundMessage
 
maxInboundChannels - Variable in class org.jboss.remoting3.remote.ClientConnectionOpenListener.Authentication
 
maxInboundChannels - Variable in class org.jboss.remoting3.remote.RemoteConnectionHandler
 
maxInboundChannels - Variable in class org.jboss.remoting3.remote.ServerConnectionOpenListener.Authentication
 
maxInboundChannels - Variable in class org.jboss.remoting3.remote.ServerConnectionOpenListener.AuthStepRunnable
 
maxInboundMessages - Variable in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
maxInboundMessageSize - Variable in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
maxOutboundChannels - Variable in class org.jboss.remoting3.remote.ClientConnectionOpenListener.Authentication
 
maxOutboundChannels - Variable in class org.jboss.remoting3.remote.RemoteConnectionHandler
 
maxOutboundChannels - Variable in class org.jboss.remoting3.remote.ServerConnectionOpenListener.Authentication
 
maxOutboundChannels - Variable in class org.jboss.remoting3.remote.ServerConnectionOpenListener.AuthStepRunnable
 
maxOutboundMessages - Variable in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
maxOutboundMessageSize - Variable in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
MESSAGE_CLOSE - Static variable in class org.jboss.remoting3.remote.Protocol
byte 0: MESSAGE_CLOSE byte 1..4: channel ID byte 5..6: message ID Always flows from message recipient to message sender.
MESSAGE_DATA - Static variable in class org.jboss.remoting3.remote.Protocol
byte 0: MESSAGE_DATA byte 1..4: channel ID byte 5..6: message ID byte 7: flags: - - - - - C N E C = Cancelled N = New E = EOF byte 8..n: message content Always flows from message sender to message recipient.
MESSAGE_WINDOW_OPEN - Static variable in class org.jboss.remoting3.remote.Protocol
byte 0: MESSAGE_WINDOW_OPEN byte 1..4: channel ID byte 5..6: message ID byte 7..10: window open amount Always flows from message recipient to message sender.
messageBufferPool - Variable in class org.jboss.remoting3.remote.RemoteConnection
 
messageBufferPool - Variable in class org.jboss.remoting3.remote.RemoteConnectionProvider.AcceptListener
 
MessageCancelledException - Exception in org.jboss.remoting3
An exception indicating that the sending side cancelled the message before completing it; the receiving side should act accordingly.
MessageCancelledException() - Constructor for exception org.jboss.remoting3.MessageCancelledException
Constructs a MessageCancelledException with no detail message.
MessageCancelledException(String) - Constructor for exception org.jboss.remoting3.MessageCancelledException
Constructs a MessageCancelledException with the specified detail message.
MessageCancelledException(Throwable) - Constructor for exception org.jboss.remoting3.MessageCancelledException
Constructs a MessageCancelledException with the specified cause.
MessageCancelledException(String, Throwable) - Constructor for exception org.jboss.remoting3.MessageCancelledException
Constructs a MessageCancelledException with the specified detail message and cause.
messageHandler - Variable in class org.jboss.remoting3.LocalChannel
 
messageId - Variable in class org.jboss.remoting3.remote.InboundMessage
 
messageId - Variable in class org.jboss.remoting3.remote.OutboundMessage
 
MessageInputStream - Class in org.jboss.remoting3
An input stream for messages.
MessageInputStream() - Constructor for class org.jboss.remoting3.MessageInputStream
 
messageInputStream - Variable in class org.jboss.remoting3.remote.InboundMessage
 
MessageOutputStream - Class in org.jboss.remoting3
An output stream for a message.
MessageOutputStream() - Constructor for class org.jboss.remoting3.MessageOutputStream
 
messageQueue - Variable in class org.jboss.remoting3.LocalChannel
 
MSG_FLAG_CANCELLED - Static variable in class org.jboss.remoting3.remote.Protocol
 
MSG_FLAG_EOF - Static variable in class org.jboss.remoting3.remote.Protocol
 
MSG_FLAG_NEW - Static variable in class org.jboss.remoting3.remote.Protocol
 

N

NAK - Static variable in class org.jboss.remoting3.remote.Protocol
Sent by server when message is not understood or invalid.
name - Variable in class org.jboss.remoting3.EndpointImpl
The name of this endpoint.
name - Variable in class org.jboss.remoting3.security.UserPrincipal
 
NAMES - Static variable in class org.jboss.remoting3.remote.ExternalSaslServerFactory
 
NetworkServerProvider - Interface in org.jboss.remoting3.spi
A provider interface implemented by connection providers which can be connected to across the network.
newChannel - Variable in class org.jboss.remoting3.spi.SpiUtils.ServiceOpenTask
 
next() - Method in class org.jboss.remoting3.remote.IntIndexHashMap.BranchIterator
 
next - Variable in class org.jboss.remoting3.remote.IntIndexHashMap.EntryIterator
 
next() - Method in class org.jboss.remoting3.remote.IntIndexHashMap.EntryIterator
 
next - Variable in class org.jboss.remoting3.remote.IntIndexHashMap.RowIterator
 
next() - Method in class org.jboss.remoting3.remote.IntIndexHashMap.RowIterator
 
next - Variable in class org.jboss.remoting3.UnlockedReadHashMap.EntryIterator
 
next() - Method in class org.jboss.remoting3.UnlockedReadHashMap.EntryIterator
 
next - Variable in class org.jboss.remoting3.UnlockedReadIdentityHashMap.EntryIterator
 
next() - Method in class org.jboss.remoting3.UnlockedReadIdentityHashMap.EntryIterator
 
nextReceiver - Variable in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
NO_PROVIDER_INTERFACES - Static variable in interface org.jboss.remoting3.spi.ConnectionProvider
The object to use when a connection provider has no provider interfaces.
NONEXISTENT - Static variable in class org.jboss.remoting3.remote.IntIndexHashMap
A non-existent table entry (as opposed to a null value).
nonexistent() - Static method in class org.jboss.remoting3.remote.IntIndexHashMap
 
notifyEnd() - Method in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
NotOpenException - Exception in org.jboss.remoting3
The resource is not open.
NotOpenException() - Constructor for exception org.jboss.remoting3.NotOpenException
Constructs a NotOpenException with no detail message.
NotOpenException(String) - Constructor for exception org.jboss.remoting3.NotOpenException
Constructs a NotOpenException with the specified detail message.
NotOpenException(Throwable) - Constructor for exception org.jboss.remoting3.NotOpenException
Constructs a NotOpenException with the specified cause.
NotOpenException(String, Throwable) - Constructor for exception org.jboss.remoting3.NotOpenException
Constructs a NotOpenException with the specified detail message and cause.
NullKey() - Constructor for class org.jboss.remoting3.spi.AbstractHandleableCloseable.NullKey
 

O

O_END - Static variable in class org.jboss.remoting3.remote.Protocol
End of parameters; no content.
O_MAX_INBOUND_MSG_COUNT - Static variable in class org.jboss.remoting3.remote.Protocol
Max requester-bound message count; mandatory uint16 content.
O_MAX_INBOUND_MSG_SIZE - Static variable in class org.jboss.remoting3.remote.Protocol
Max requester-bound message size; mandatory uint63 content.
O_MAX_INBOUND_MSG_WINDOW_SIZE - Static variable in class org.jboss.remoting3.remote.Protocol
Max inbound message window size; mandatory uint31 content.
O_MAX_OUTBOUND_MSG_COUNT - Static variable in class org.jboss.remoting3.remote.Protocol
Max responder-bound message count; mandatory uint16 content.
O_MAX_OUTBOUND_MSG_SIZE - Static variable in class org.jboss.remoting3.remote.Protocol
Max responder-bound message size; mandatory uint63 content.
O_MAX_OUTBOUND_MSG_WINDOW_SIZE - Static variable in class org.jboss.remoting3.remote.Protocol
Max responder-bound message window size; mandatory uint31 content.
O_SERVICE_NAME - Static variable in class org.jboss.remoting3.remote.Protocol
Service name; mandatory utf8 content.
objectName - Variable in class org.jboss.remoting3.remote.RemoteConnectionProvider
 
ONE_INBOUND_CHANNEL - Static variable in class org.jboss.remoting3.remote.RemoteConnectionHandler
 
ONE_INBOUND_MESSAGE - Static variable in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
ONE_OUTBOUND_CHANNEL - Static variable in class org.jboss.remoting3.remote.RemoteConnectionHandler
 
ONE_OUTBOUND_MESSAGE - Static variable in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
open(String, Result<Channel>, OptionMap) - Method in class org.jboss.remoting3.LocalConnectionProvider.LoopbackConnectionHandler
 
open(String, Result<Channel>, OptionMap) - Method in class org.jboss.remoting3.remote.RemoteConnectionHandler
 
open(String, Result<Channel>, OptionMap) - Method in interface org.jboss.remoting3.spi.ConnectionHandler
Open a request handler.
openChannel(String, OptionMap) - Method in interface org.jboss.remoting3.Connection
Open a channel to a remote service on this connection.
openChannel(String, OptionMap) - Method in class org.jboss.remoting3.ConnectionImpl
 
openInboundMessage() - Method in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
openListener - Variable in class org.jboss.remoting3.EndpointImpl.RegisteredServiceImpl
 
OpenListener - Interface in org.jboss.remoting3
A listener for new channels.
openOutboundMessage() - Method in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
optionMap - Variable in class org.jboss.remoting3.EndpointImpl
 
optionMap - Variable in class org.jboss.remoting3.EndpointImpl.RegisteredServiceImpl
 
optionMap - Variable in class org.jboss.remoting3.remote.ClientConnectionOpenListener
 
optionMap - Variable in class org.jboss.remoting3.remote.HttpUpgradeConnectionProvider.ConnectionAdaptorImpl
 
optionMap - Variable in class org.jboss.remoting3.remote.RemoteConnection
 
optionMap - Variable in class org.jboss.remoting3.remote.ServerConnectionOpenListener
 
org.jboss.remoting3 - package org.jboss.remoting3
The base Remoting 3 API package.
org.jboss.remoting3.remote - package org.jboss.remoting3.remote
 
org.jboss.remoting3.security - package org.jboss.remoting3.security
 
org.jboss.remoting3.spi - package org.jboss.remoting3.spi
Service provider classes and interfaces.
otherSide - Variable in class org.jboss.remoting3.LocalChannel
 
ourWorker - Variable in class org.jboss.remoting3.EndpointImpl
 
Out(OutputStream, LocalChannel.In) - Constructor for class org.jboss.remoting3.LocalChannel.Out
 
OUTBOUND_CHANNELS_MASK - Static variable in class org.jboss.remoting3.remote.RemoteConnectionHandler
 
OUTBOUND_MESSAGES_MASK - Static variable in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
OutboundMessage - Class in org.jboss.remoting3.remote
 
OutboundMessage(short, RemoteConnectionChannel, int, long) - Constructor for class org.jboss.remoting3.remote.OutboundMessage
 
outboundMessageCount - Variable in class org.jboss.remoting3.remote.PendingChannel
 
outboundMessages - Variable in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
outboundMessageSize - Variable in class org.jboss.remoting3.remote.PendingChannel
 
outboundWindow - Variable in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
outboundWindowSize - Variable in class org.jboss.remoting3.remote.PendingChannel
 
OUTGOING_CHANNEL_DEFAULT_MAX_OUTBOUND_MESSAGES - Static variable in class org.jboss.remoting3.RemotingOptions
The default maximum number of concurrent outbound messages on an outgoing channel.
OUTGOING_CHANNEL_DEFAULT_RECEIVE_WINDOW_SIZE - Static variable in class org.jboss.remoting3.RemotingOptions
The default requested window size of the receive direction for outgoing channel open attempts.
OUTGOING_CHANNEL_DEFAULT_TRANSMIT_WINDOW_SIZE - Static variable in class org.jboss.remoting3.RemotingOptions
The default requested window size of the transmit direction for outgoing channel open attempts.
outputStream - Variable in class org.jboss.remoting3.LocalChannel.Out
 
overrun() - Method in class org.jboss.remoting3.remote.OutboundMessage
 

P

password - Variable in class org.jboss.remoting3.security.PasswordClientCallbackHandler
 
password - Variable in class org.jboss.remoting3.security.SimpleServerAuthenticationProvider.Entry
 
PasswordClientCallbackHandler - Class in org.jboss.remoting3.security
A callback handler which performs client authentication steps.
PasswordClientCallbackHandler(String, String, char[]) - Constructor for class org.jboss.remoting3.security.PasswordClientCallbackHandler
Create a new instance.
peerPrincipal - Variable in class org.jboss.remoting3.remote.ExternalSaslServer
 
peerPrincipal - Variable in class org.jboss.remoting3.remote.ExternalSaslServerFactory
 
PendingChannel - Class in org.jboss.remoting3.remote
 
PendingChannel(int, int, int, int, int, long, long, Result<Channel>) - Constructor for class org.jboss.remoting3.remote.PendingChannel
 
pendingChannels - Variable in class org.jboss.remoting3.remote.RemoteConnectionHandler
Pending channels.
pendingInboundConnections - Variable in class org.jboss.remoting3.remote.RemoteConnectionProvider
 
pipeOutputStream - Variable in class org.jboss.remoting3.remote.OutboundMessage
 
principals - Variable in class org.jboss.remoting3.remote.RemoteConnectionHandler
 
propertyMap - Variable in class org.jboss.remoting3.remote.ServerConnectionOpenListener.Initial
 
Protocol - Class in org.jboss.remoting3.remote
The "remote" protocol.
Protocol() - Constructor for class org.jboss.remoting3.remote.Protocol
 
ProtocolException - Exception in org.jboss.remoting3
Indicates a wire protocol problem.
ProtocolException() - Constructor for exception org.jboss.remoting3.ProtocolException
Constructs a ProtocolException with no detail message.
ProtocolException(String) - Constructor for exception org.jboss.remoting3.ProtocolException
Constructs a ProtocolException with the specified detail message.
ProtocolException(Throwable) - Constructor for exception org.jboss.remoting3.ProtocolException
Constructs a ProtocolException with the specified cause.
ProtocolException(String, Throwable) - Constructor for exception org.jboss.remoting3.ProtocolException
Constructs a ProtocolException with the specified detail message and cause.
ProtocolUtils - Class in org.jboss.remoting3.remote
 
ProtocolUtils() - Constructor for class org.jboss.remoting3.remote.ProtocolUtils
 
providerInterface - Variable in class org.jboss.remoting3.remote.HttpUpgradeConnectionProvider
 
ProviderInterface() - Constructor for class org.jboss.remoting3.remote.HttpUpgradeConnectionProvider.ProviderInterface
 
providerInterface - Variable in class org.jboss.remoting3.remote.RemoteConnectionProvider
 
ProviderInterface() - Constructor for class org.jboss.remoting3.remote.RemoteConnectionProvider.ProviderInterface
 
put(V) - Method in class org.jboss.remoting3.remote.IntIndexHashMap
 
put(E) - Method in interface org.jboss.remoting3.remote.IntIndexMap
Put a value into the map, replacing and returning any existing mapping.
put(K, V) - Method in class org.jboss.remoting3.UnlockedReadHashMap
 
put(K, V) - Method in class org.jboss.remoting3.UnlockedReadIdentityHashMap
 
putChannel(RemoteConnectionChannel) - Method in class org.jboss.remoting3.remote.RemoteConnectionHandler
 
putIfAbsent(V) - Method in class org.jboss.remoting3.remote.IntIndexHashMap
 
putIfAbsent(E) - Method in interface org.jboss.remoting3.remote.IntIndexMap
Put a value into the map if there is not already an existing mapping for it.
putIfAbsent(K, V) - Method in class org.jboss.remoting3.UnlockedReadHashMap
 
putIfAbsent(K, V) - Method in class org.jboss.remoting3.UnlockedReadIdentityHashMap
 

Q

queue - Variable in class org.jboss.remoting3.remote.RemoteConnection.RemoteWriteListener
 
queueLength - Variable in class org.jboss.remoting3.LocalChannel
 

R

randomHolder - Static variable in class org.jboss.remoting3.remote.ProtocolUtils
 
read() - Method in class org.jboss.remoting3.LocalChannel.In
 
read(byte[]) - Method in class org.jboss.remoting3.LocalChannel.In
 
read(byte[], int, int) - Method in class org.jboss.remoting3.LocalChannel.In
 
READ_CLOSED - Static variable in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
readInt(ByteBuffer) - Static method in class org.jboss.remoting3.remote.ProtocolUtils
 
readIntData(ByteBuffer, int) - Static method in class org.jboss.remoting3.remote.ProtocolUtils
 
readLong(ByteBuffer) - Static method in class org.jboss.remoting3.remote.ProtocolUtils
 
readResolve() - Method in class org.jboss.remoting3.remote.DefaultEqualler
 
readResolve() - Method in class org.jboss.remoting3.remote.IdentityEqualler
 
readString(ByteBuffer) - Static method in class org.jboss.remoting3.remote.ProtocolUtils
 
readUnsignedShort(ByteBuffer) - Static method in class org.jboss.remoting3.remote.ProtocolUtils
 
realm - Variable in class org.jboss.remoting3.EndpointImpl.UserAndRealm
 
RECEIVE_BUFFER_SIZE - Static variable in class org.jboss.remoting3.RemotingOptions
The size of the largest buffer that this endpoint will accept over a connection.
RECEIVE_WINDOW_SIZE - Static variable in class org.jboss.remoting3.RemotingOptions
The maximum window size of the receive direction for connection channels, in bytes.
receiveCloseRequest() - Method in class org.jboss.remoting3.remote.RemoteConnectionHandler
The remote side requests a close of the whole channel.
RECEIVED_CLOSE_REQ - Static variable in class org.jboss.remoting3.remote.RemoteConnectionHandler
Received close request.
receiveMessage(Channel.Receiver) - Method in interface org.jboss.remoting3.Channel
Initiate processing of the next message, when it comes in.
receiveMessage(Channel.Receiver) - Method in class org.jboss.remoting3.LocalChannel
 
receiveMessage(Channel.Receiver) - Method in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
refuseService(int, String) - Method in class org.jboss.remoting3.remote.RemoteReadListener
 
REGISTER_SERVICE_PERM - Static variable in class org.jboss.remoting3.EndpointImpl
 
RegisteredService - Interface in org.jboss.remoting3.spi
A registered service.
RegisteredServiceImpl(OpenListener, OptionMap) - Constructor for class org.jboss.remoting3.EndpointImpl.RegisteredServiceImpl
 
registeredServices - Variable in class org.jboss.remoting3.EndpointImpl
 
registerService(String, OpenListener, OptionMap) - Method in interface org.jboss.remoting3.Endpoint
Register a new service.
registerService(String, OpenListener, OptionMap) - Method in class org.jboss.remoting3.EndpointImpl
 
Registration - Interface in org.jboss.remoting3
A simple registration handle.
registrationTerminated() - Method in interface org.jboss.remoting3.OpenListener
Called when this registration has been terminated.
rejectAuthentication(String) - Method in class org.jboss.remoting3.remote.ServerConnectionOpenListener.Initial
 
rejectedInvalidMechanism(String) - Method in interface org.jboss.remoting3.remote.RemoteAuthLogger
 
released - Variable in class org.jboss.remoting3.remote.OutboundMessage
 
remaining - Variable in class org.jboss.remoting3.remote.InboundMessage
 
remaining - Variable in class org.jboss.remoting3.remote.OutboundMessage
 
RemoteAuthLogger - Interface in org.jboss.remoting3.remote
"Remote" protocol authentication logger.
remoteClosed() - Method in class org.jboss.remoting3.EndpointImpl.LocalConnectionContext
 
remoteClosed() - Method in class org.jboss.remoting3.remote.OutboundMessage
 
remoteClosed() - Method in interface org.jboss.remoting3.spi.ConnectionHandlerContext
Indicate that the remote side has terminated the connection, so the local side should be closed as well.
RemoteConnection - Class in org.jboss.remoting3.remote
 
RemoteConnection(Pool<ByteBuffer>, ConnectedStreamChannel, ConnectedMessageChannel, OptionMap, RemoteConnectionProvider) - Constructor for class org.jboss.remoting3.remote.RemoteConnection
 
remoteConnection - Variable in class org.jboss.remoting3.remote.RemoteConnectionHandler
 
RemoteConnection.RemoteWriteListener - Class in org.jboss.remoting3.remote
 
RemoteConnectionChannel - Class in org.jboss.remoting3.remote
 
RemoteConnectionChannel(RemoteConnectionHandler, RemoteConnection, int, int, int, int, int, long, long) - Constructor for class org.jboss.remoting3.remote.RemoteConnectionChannel
 
RemoteConnectionHandler - Class in org.jboss.remoting3.remote
 
RemoteConnectionHandler(ConnectionHandlerContext, RemoteConnection, Collection<Principal>, UserInfo, int, int, String, int) - Constructor for class org.jboss.remoting3.remote.RemoteConnectionHandler
 
remoteConnectionProvider - Variable in class org.jboss.remoting3.remote.RemoteConnection
 
RemoteConnectionProvider - Class in org.jboss.remoting3.remote
 
RemoteConnectionProvider(OptionMap, ConnectionProviderContext) - Constructor for class org.jboss.remoting3.remote.RemoteConnectionProvider
 
RemoteConnectionProvider.AcceptListener - Class in org.jboss.remoting3.remote
 
RemoteConnectionProvider.ProviderInterface - Class in org.jboss.remoting3.remote
 
RemoteConnectionProviderFactory - Class in org.jboss.remoting3.remote
A ConnectionProviderFactory for the remote protocol.
RemoteConnectionProviderFactory() - Constructor for class org.jboss.remoting3.remote.RemoteConnectionProviderFactory
Construct a new instance.
RemoteConnectionProviderMXBean - Interface in org.jboss.remoting3.remote
 
remoteEndpointName - Variable in class org.jboss.remoting3.remote.ClientConnectionOpenListener.Authentication
 
remoteEndpointName - Variable in class org.jboss.remoting3.remote.RemoteConnectionHandler
 
remoteEndpointName - Variable in class org.jboss.remoting3.remote.ServerConnectionOpenListener.Authentication
 
remoteEndpointName - Variable in class org.jboss.remoting3.remote.ServerConnectionOpenListener.AuthStepRunnable
 
remoteEndpointName - Variable in class org.jboss.remoting3.remote.ServerConnectionOpenListener.Initial
 
RemoteLogger - Interface in org.jboss.remoting3.remote
"Remote" protocol logger.
RemoteReadListener - Class in org.jboss.remoting3.remote
 
RemoteReadListener(RemoteConnectionHandler, RemoteConnection) - Constructor for class org.jboss.remoting3.remote.RemoteReadListener
 
remoteServerName - Variable in class org.jboss.remoting3.remote.ClientConnectionOpenListener.Capabilities
 
remoteServerName - Variable in class org.jboss.remoting3.remote.ClientConnectionOpenListener.StartTls
 
RemoteWriteListener() - Constructor for class org.jboss.remoting3.remote.RemoteConnection.RemoteWriteListener
 
Remoting - Class in org.jboss.remoting3
The standalone interface into Remoting.
Remoting() - Constructor for class org.jboss.remoting3.Remoting
 
RemotingException - Exception in org.jboss.remoting3
A general Remoting exception.
RemotingException() - Constructor for exception org.jboss.remoting3.RemotingException
Constructs a RemotingException with no detail message.
RemotingException(String) - Constructor for exception org.jboss.remoting3.RemotingException
Constructs a RemotingException with the specified detail message.
RemotingException(Throwable) - Constructor for exception org.jboss.remoting3.RemotingException
Constructs a RemotingException with the specified cause.
RemotingException(String, Throwable) - Constructor for exception org.jboss.remoting3.RemotingException
Constructs a RemotingException with the specified detail message and cause.
RemotingHandshakeChecker(String) - Constructor for class org.jboss.remoting3.remote.HttpUpgradeConnectionProvider.RemotingHandshakeChecker
 
RemotingOptions - Class in org.jboss.remoting3
Common options for Remoting configuration.
RemotingOptions() - Constructor for class org.jboss.remoting3.RemotingOptions
 
RemotingPermission - Class in org.jboss.remoting3.security
This class is for permissions relating to Remoting endpoints.
RemotingPermission(String) - Constructor for class org.jboss.remoting3.security.RemotingPermission
Creates a new EndpointPermission object with the specified name.
RemotingPermission(String, String) - Constructor for class org.jboss.remoting3.security.RemotingPermission
Creates a new EndpointPermission object with the specified name.
remove() - Method in interface org.jboss.remoting3.HandleableCloseable.Key
Remove the registered handler.
remove() - Method in class org.jboss.remoting3.remote.IntIndexHashMap.BranchIterator
 
remove() - Method in class org.jboss.remoting3.remote.IntIndexHashMap.EntryIterator
 
remove(Object) - Method in class org.jboss.remoting3.remote.IntIndexHashMap
 
remove(V[], int) - Static method in class org.jboss.remoting3.remote.IntIndexHashMap
 
remove() - Method in class org.jboss.remoting3.remote.IntIndexHashMap.RowIterator
 
remove(Object) - Method in interface org.jboss.remoting3.remote.IntIndexMap
 
remove() - Method in class org.jboss.remoting3.spi.AbstractHandleableCloseable.KeyImpl
 
remove() - Method in class org.jboss.remoting3.spi.AbstractHandleableCloseable.NullKey
 
remove() - Method in class org.jboss.remoting3.UnlockedReadHashMap.EntryIterator
 
remove(UnlockedReadHashMap.Item<K, V>[], int) - Static method in class org.jboss.remoting3.UnlockedReadHashMap
 
remove(Object) - Method in class org.jboss.remoting3.UnlockedReadHashMap
 
remove(Object, Object) - Method in class org.jboss.remoting3.UnlockedReadHashMap
 
remove() - Method in class org.jboss.remoting3.UnlockedReadIdentityHashMap.EntryIterator
 
remove(UnlockedReadIdentityHashMap.Item<K, V>[], int) - Static method in class org.jboss.remoting3.UnlockedReadIdentityHashMap
 
remove(Object) - Method in class org.jboss.remoting3.UnlockedReadIdentityHashMap
 
remove(Object, Object) - Method in class org.jboss.remoting3.UnlockedReadIdentityHashMap
 
removeAttachment(Attachments.Key<T>) - Method in class org.jboss.remoting3.Attachments
removeAttachment(Attachments.Key<T>, T) - Method in class org.jboss.remoting3.Attachments
removeConnectionHandler(RemoteConnectionHandler) - Method in class org.jboss.remoting3.remote.RemoteConnectionProvider
 
removeIdx - Variable in class org.jboss.remoting3.remote.IntIndexHashMap.RowIterator
 
removeIterator - Variable in class org.jboss.remoting3.remote.IntIndexHashMap.EntryIterator
 
removeKey(int) - Method in class org.jboss.remoting3.remote.IntIndexHashMap
 
removeKey(int) - Method in interface org.jboss.remoting3.remote.IntIndexMap
Remove and return a value for the given index.
removePendingChannel(int) - Method in class org.jboss.remoting3.remote.RemoteConnectionHandler
 
replace(V) - Method in class org.jboss.remoting3.remote.IntIndexHashMap
 
replace(V, V) - Method in class org.jboss.remoting3.remote.IntIndexHashMap
 
replace(E) - Method in interface org.jboss.remoting3.remote.IntIndexMap
Put a value into the map only if there is an existing mapping for it.
replace(E, E) - Method in interface org.jboss.remoting3.remote.IntIndexMap
Replace an old value with a new value.
replace(K, V, V) - Method in class org.jboss.remoting3.UnlockedReadHashMap
 
replace(K, V) - Method in class org.jboss.remoting3.UnlockedReadHashMap
 
replace(K, V, V) - Method in class org.jboss.remoting3.UnlockedReadIdentityHashMap
 
replace(K, V) - Method in class org.jboss.remoting3.UnlockedReadIdentityHashMap
 
replaceAttachment(Attachments.Key<T>, T, T) - Method in class org.jboss.remoting3.Attachments
reset() - Method in class org.jboss.remoting3.LocalChannel.In
 
resize(IntIndexHashMap.Table<V>) - Method in class org.jboss.remoting3.remote.IntIndexHashMap
 
resize() - Method in class org.jboss.remoting3.UnlockedReadHashMap
 
resize() - Method in class org.jboss.remoting3.UnlockedReadIdentityHashMap
 
RESIZED - Static variable in class org.jboss.remoting3.remote.IntIndexHashMap
A row which has been resized into the new view.
resized() - Static method in class org.jboss.remoting3.remote.IntIndexHashMap
 
resizeView - Variable in class org.jboss.remoting3.remote.IntIndexHashMap.Table
 
resourceCloseHandler - Variable in class org.jboss.remoting3.EndpointImpl
 
resourceCount - Variable in class org.jboss.remoting3.EndpointImpl
 
resourceCountUpdater - Static variable in class org.jboss.remoting3.EndpointImpl
 
resourceUntick(Object) - Method in class org.jboss.remoting3.EndpointImpl
 
result - Variable in class org.jboss.remoting3.remote.PendingChannel
 
result - Variable in class org.jboss.remoting3.remote.RemoteConnection
 
retryCount - Variable in class org.jboss.remoting3.remote.ServerConnectionOpenListener
 
row - Variable in class org.jboss.remoting3.remote.IntIndexHashMap.RowIterator
 
RowIterator(IntIndexHashMap.Table<V>, V[]) - Constructor for class org.jboss.remoting3.remote.IntIndexHashMap.RowIterator
 
run() - Method in class org.jboss.remoting3.remote.ServerConnectionOpenListener.AuthStepRunnable
 
run() - Method in class org.jboss.remoting3.spi.AbstractHandleableCloseable.CloseHandlerTask
 
run() - Method in class org.jboss.remoting3.spi.SpiUtils.ServiceOpenTask
 
runCloseTask(Runnable) - Static method in class org.jboss.remoting3.spi.AbstractHandleableCloseable
 

S

safeHandleClose(CloseHandler<? super T>, T, IOException) - Static method in class org.jboss.remoting3.spi.SpiUtils
Safely handle a close notification.
SASL_PROTOCOL - Static variable in class org.jboss.remoting3.RemotingOptions
Where a SaslServer or SaslClient are created by default the protocol specified it 'remoting', this Option can be used to override this.
saslClient - Variable in class org.jboss.remoting3.remote.ClientConnectionOpenListener.Authentication
 
saslDispose(SaslClient) - Method in class org.jboss.remoting3.remote.ClientConnectionOpenListener
 
saslDispose(SaslServer) - Method in class org.jboss.remoting3.remote.ServerConnectionOpenListener
 
saslServer - Variable in class org.jboss.remoting3.remote.ServerConnectionOpenListener.Authentication
 
saslServer - Variable in class org.jboss.remoting3.remote.ServerConnectionOpenListener.AuthStepRunnable
 
saslWrapper - Variable in class org.jboss.remoting3.remote.RemoteConnection
 
SEC_JBOSS_REMOTING_ACCEPT - Static variable in class org.jboss.remoting3.remote.HttpUpgradeConnectionProvider
 
SEC_JBOSS_REMOTING_KEY - Static variable in class org.jboss.remoting3.remote.HttpUpgradeConnectionProvider
 
send(Pooled<ByteBuffer>, boolean) - Method in class org.jboss.remoting3.remote.RemoteConnection.RemoteWriteListener
 
send(Pooled<ByteBuffer>) - Method in class org.jboss.remoting3.remote.RemoteConnection
 
send(Pooled<ByteBuffer>, boolean) - Method in class org.jboss.remoting3.remote.RemoteConnection
 
SEND_BUFFER_SIZE - Static variable in class org.jboss.remoting3.RemotingOptions
The size of the largest buffer that this endpoint will transmit over a connection.
sendAlive() - Method in class org.jboss.remoting3.remote.RemoteConnection
 
sendAliveResponse() - Method in class org.jboss.remoting3.remote.RemoteConnection
 
sendCapabilities() - Method in class org.jboss.remoting3.remote.ServerConnectionOpenListener.Initial
 
sendCapRequest(String) - Method in class org.jboss.remoting3.remote.ClientConnectionOpenListener
 
sendCloseRequest() - Method in class org.jboss.remoting3.remote.RemoteConnectionHandler
 
sendCloseRequestBody() - Method in class org.jboss.remoting3.remote.RemoteConnectionHandler
 
sendCloseRequestBody(RemoteConnection) - Static method in class org.jboss.remoting3.remote.RemoteConnectionHandler
 
SENT_CLOSE_REQ - Static variable in class org.jboss.remoting3.remote.RemoteConnectionHandler
Sending close request, now shutting down the write side of all channels and refusing new channels.
serialVersionUID - Static variable in exception org.jboss.remoting3.ChannelBusyException
 
serialVersionUID - Static variable in exception org.jboss.remoting3.DuplicateRegistrationException
 
serialVersionUID - Static variable in exception org.jboss.remoting3.MessageCancelledException
 
serialVersionUID - Static variable in exception org.jboss.remoting3.NotOpenException
 
serialVersionUID - Static variable in exception org.jboss.remoting3.ProtocolException
 
serialVersionUID - Static variable in class org.jboss.remoting3.remote.DefaultEqualler
 
serialVersionUID - Static variable in class org.jboss.remoting3.remote.IdentityEqualler
 
serialVersionUID - Static variable in exception org.jboss.remoting3.RemotingException
 
serialVersionUID - Static variable in class org.jboss.remoting3.security.RemotingPermission
 
serialVersionUID - Static variable in exception org.jboss.remoting3.ServiceNotFoundException
 
serialVersionUID - Static variable in exception org.jboss.remoting3.ServiceOpenException
 
serialVersionUID - Static variable in exception org.jboss.remoting3.ServiceRegistrationException
 
serialVersionUID - Static variable in exception org.jboss.remoting3.UnknownURISchemeException
 
server - Variable in class org.jboss.remoting3.remote.RemoteConnectionProvider
 
server - Static variable in interface org.jboss.remoting3.remote.RemoteLogger
 
SERVER_NAME - Static variable in class org.jboss.remoting3.RemotingOptions
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 Option.
serverAuthenticationProvider - Variable in class org.jboss.remoting3.remote.RemoteConnectionProvider.AcceptListener
 
serverAuthenticationProvider - Variable in class org.jboss.remoting3.remote.ServerConnectionOpenListener
 
ServerAuthenticationProvider - Interface in org.jboss.remoting3.security
 
ServerConnectionOpenListener - Class in org.jboss.remoting3.remote
 
ServerConnectionOpenListener(RemoteConnection, ConnectionProviderContext, ServerAuthenticationProvider, OptionMap, AccessControlContext) - Constructor for class org.jboss.remoting3.remote.ServerConnectionOpenListener
 
ServerConnectionOpenListener.Authentication - Class in org.jboss.remoting3.remote
 
ServerConnectionOpenListener.AuthStepRunnable - Class in org.jboss.remoting3.remote
 
ServerConnectionOpenListener.Initial - Class in org.jboss.remoting3.remote
 
serverName - Variable in class org.jboss.remoting3.remote.ClientConnectionOpenListener.Authentication
 
serverName - Variable in class org.jboss.remoting3.remote.ServerConnectionOpenListener
 
serverOptionMap - Variable in class org.jboss.remoting3.remote.RemoteConnectionProvider.AcceptListener
 
SERVICE_ERROR - Static variable in class org.jboss.remoting3.remote.Protocol
byte 0: SERVICE_ERROR byte 1..4: channel ID (MSb = 0) byte 5..n: reason UTF8
SERVICE_NOT_FOUND - Static variable in class org.jboss.remoting3.remote.Protocol
byte 0: SERVICE_NOT_FOUND byte 1..4: channel ID (MSb = 0)
ServiceNotFoundException - Exception in org.jboss.remoting3
Service not found.
ServiceNotFoundException() - Constructor for exception org.jboss.remoting3.ServiceNotFoundException
Constructs a ServiceNotFoundException with no detail message.
ServiceNotFoundException(String) - Constructor for exception org.jboss.remoting3.ServiceNotFoundException
Constructs a ServiceNotFoundException with the specified detail message.
ServiceNotFoundException(Throwable) - Constructor for exception org.jboss.remoting3.ServiceNotFoundException
Constructs a ServiceNotFoundException with the specified cause.
ServiceNotFoundException(String, Throwable) - Constructor for exception org.jboss.remoting3.ServiceNotFoundException
Constructs a ServiceNotFoundException with the specified detail message and cause.
ServiceOpenException - Exception in org.jboss.remoting3
An exception relating to service opening has occurred.
ServiceOpenException() - Constructor for exception org.jboss.remoting3.ServiceOpenException
Constructs a ServiceOpenException with no detail message.
ServiceOpenException(String) - Constructor for exception org.jboss.remoting3.ServiceOpenException
Constructs a ServiceOpenException with the specified detail message.
ServiceOpenException(Throwable) - Constructor for exception org.jboss.remoting3.ServiceOpenException
Constructs a ServiceOpenException with the specified cause.
ServiceOpenException(String, Throwable) - Constructor for exception org.jboss.remoting3.ServiceOpenException
Constructs a ServiceOpenException with the specified detail message and cause.
ServiceOpenTask(OpenListener, Channel) - Constructor for class org.jboss.remoting3.spi.SpiUtils.ServiceOpenTask
 
ServiceRegistrationException - Exception in org.jboss.remoting3
A service registration exception, thrown when registering a service fails for some reason.
ServiceRegistrationException() - Constructor for exception org.jboss.remoting3.ServiceRegistrationException
Constructs a ServiceRegistrationException with no detail message.
ServiceRegistrationException(String) - Constructor for exception org.jboss.remoting3.ServiceRegistrationException
Constructs a ServiceRegistrationException with the specified detail message.
ServiceRegistrationException(Throwable) - Constructor for exception org.jboss.remoting3.ServiceRegistrationException
Constructs a ServiceRegistrationException with the specified cause.
ServiceRegistrationException(String, Throwable) - Constructor for exception org.jboss.remoting3.ServiceRegistrationException
Constructs a ServiceRegistrationException with the specified detail message and cause.
setOption(Option<T>, T) - Method in interface org.jboss.remoting3.Channel
Set an option for this channel.
setOption(Option<T>, T) - Method in class org.jboss.remoting3.LocalChannel
 
setOption(Option<T>, T) - Method in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
setReadListener(ChannelListener<? super ConnectedMessageChannel>, boolean) - Method in class org.jboss.remoting3.remote.RemoteConnection
 
setResult(Result<ConnectionHandlerFactory>) - Method in class org.jboss.remoting3.remote.RemoteConnection
 
setSaslWrapper(SaslWrapper) - Method in class org.jboss.remoting3.remote.RemoteConnection
 
setValue(V) - Method in class org.jboss.remoting3.UnlockedReadHashMap.Item
 
setValue(V) - Method in class org.jboss.remoting3.UnlockedReadIdentityHashMap.Item
 
shutdownWrites() - Method in class org.jboss.remoting3.remote.RemoteConnection.RemoteWriteListener
 
shutdownWrites() - Method in class org.jboss.remoting3.remote.RemoteConnection
 
SimpleServerAuthenticationProvider - Class in org.jboss.remoting3.security
A server authentication handler which maintains a simple map of user names and passwords.
SimpleServerAuthenticationProvider() - Constructor for class org.jboss.remoting3.security.SimpleServerAuthenticationProvider
 
SimpleServerAuthenticationProvider.Entry - Class in org.jboss.remoting3.security
 
SimpleUserInfo - Class in org.jboss.remoting3.security
A simple UserInfo implementation that takes the the supplied Prinicpals to extract the user name for the user.
SimpleUserInfo(Collection<Principal>) - Constructor for class org.jboss.remoting3.security.SimpleUserInfo
 
size() - Method in class org.jboss.remoting3.remote.IntIndexHashMap
 
size - Variable in class org.jboss.remoting3.remote.IntIndexHashMap.Table
Bits 0-30 are size; bit 31 is 1 if the table is being resized.
size() - Method in class org.jboss.remoting3.UnlockedReadHashMap.EntrySet
 
size - Variable in class org.jboss.remoting3.UnlockedReadHashMap
 
size() - Method in class org.jboss.remoting3.UnlockedReadHashMap
 
size() - Method in class org.jboss.remoting3.UnlockedReadIdentityHashMap.EntrySet
 
size - Variable in class org.jboss.remoting3.UnlockedReadIdentityHashMap
 
size() - Method in class org.jboss.remoting3.UnlockedReadIdentityHashMap
 
sizeUpdater - Static variable in class org.jboss.remoting3.remote.IntIndexHashMap
 
skip(long) - Method in class org.jboss.remoting3.LocalChannel.In
 
SpiUtils - Class in org.jboss.remoting3.spi
Utility methods for Remoting service providers.
SpiUtils() - Constructor for class org.jboss.remoting3.spi.SpiUtils
 
SpiUtils.ServiceOpenTask - Class in org.jboss.remoting3.spi
 
sslConfigFailure(GeneralSecurityException) - Static method in class org.jboss.remoting3.remote.RemoteConnectionProvider
 
sslEnabled - Variable in class org.jboss.remoting3.remote.RemoteConnectionProvider
 
StartTls(String) - Constructor for class org.jboss.remoting3.remote.ClientConnectionOpenListener.StartTls
 
STARTTLS - Static variable in class org.jboss.remoting3.remote.Protocol
Sent by client then server byte 0: STARTTLS
starttls - Variable in class org.jboss.remoting3.remote.ServerConnectionOpenListener.Initial
 
STARTTLS_SENTINEL - Static variable in class org.jboss.remoting3.remote.RemoteConnection
 
state - Variable in class org.jboss.remoting3.spi.AbstractHandleableCloseable
 
State() - Constructor for enum org.jboss.remoting3.spi.AbstractHandleableCloseable.State
 
streamClosed - Variable in class org.jboss.remoting3.remote.InboundMessage
 
STRING_CONSTRUCTOR - Static variable in class org.jboss.remoting3.remote.HttpUpgradeConnectionProvider.FlexBase64
 
SUPPORTED_OPTIONS - Static variable in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
supportsOption(Option<?>) - Method in interface org.jboss.remoting3.Channel
Determine whether an option is supported on this channel.
supportsOption(Option<?>) - Method in class org.jboss.remoting3.LocalChannel
 
supportsOption(Option<?>) - Method in class org.jboss.remoting3.remote.RemoteConnectionChannel
 

T

table - Variable in class org.jboss.remoting3.remote.IntIndexHashMap.EntryIterator
 
table - Variable in class org.jboss.remoting3.remote.IntIndexHashMap.RowIterator
 
table - Variable in class org.jboss.remoting3.remote.IntIndexHashMap
 
Table(int, float) - Constructor for class org.jboss.remoting3.remote.IntIndexHashMap.Table
 
table - Variable in class org.jboss.remoting3.UnlockedReadHashMap.EntryIterator
 
table - Variable in class org.jboss.remoting3.UnlockedReadHashMap
 
table - Variable in class org.jboss.remoting3.UnlockedReadIdentityHashMap.EntryIterator
 
table - Variable in class org.jboss.remoting3.UnlockedReadIdentityHashMap
 
tableIdx - Variable in class org.jboss.remoting3.remote.IntIndexHashMap.EntryIterator
 
tableIdx - Variable in class org.jboss.remoting3.UnlockedReadHashMap.EntryIterator
 
tableIdx - Variable in class org.jboss.remoting3.UnlockedReadIdentityHashMap.EntryIterator
 
tableIterator - Variable in class org.jboss.remoting3.remote.IntIndexHashMap.EntryIterator
 
tableUpdater - Static variable in class org.jboss.remoting3.remote.IntIndexHashMap
 
terminate() - Method in class org.jboss.remoting3.remote.InboundMessage
 
terminateHeartbeat() - Method in class org.jboss.remoting3.remote.RemoteConnection
 
threshold - Variable in class org.jboss.remoting3.remote.IntIndexHashMap.Table
 
threshold - Variable in class org.jboss.remoting3.UnlockedReadHashMap
 
threshold - Variable in class org.jboss.remoting3.UnlockedReadIdentityHashMap
 
toArray(T[]) - Method in class org.jboss.remoting3.remote.IntIndexHashMap
 
toArray() - Method in class org.jboss.remoting3.remote.IntIndexHashMap
 
toString() - Method in class org.jboss.remoting3.ConnectionImpl
 
toString() - Method in class org.jboss.remoting3.EndpointImpl.MapRegistration
 
toString() - Method in class org.jboss.remoting3.EndpointImpl
 
toString() - Method in class org.jboss.remoting3.LocalConnectionProvider
 
toString() - Method in class org.jboss.remoting3.remote.OutboundMessage
 
toString() - Method in class org.jboss.remoting3.remote.RemoteConnection
 
toString() - Method in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
toString() - Method in class org.jboss.remoting3.remote.RemoteConnectionHandler
 
toString() - Method in class org.jboss.remoting3.remote.RemoteConnectionProvider
 
toString() - Method in class org.jboss.remoting3.security.InetAddressPrincipal
Get a human-readable representation of this principal.
toString() - Method in class org.jboss.remoting3.spi.AbstractHandleableCloseable.LeakThrowable
 
TrackingExecutor() - Constructor for class org.jboss.remoting3.EndpointImpl.TrackingExecutor
 
TRANSMIT_WINDOW_SIZE - Static variable in class org.jboss.remoting3.RemotingOptions
The maximum window size of the transmit direction for connection channels, in bytes.
type - Variable in class org.jboss.remoting3.Attachments.Key
 

U

underlyingChannel - Variable in class org.jboss.remoting3.remote.RemoteConnection
 
unknownProtocolId(int) - Method in interface org.jboss.remoting3.remote.RemoteLogger
 
UnknownURISchemeException - Exception in org.jboss.remoting3
Unknown URI scheme.
UnknownURISchemeException() - Constructor for exception org.jboss.remoting3.UnknownURISchemeException
Constructs a UnknownURISchemeException with no detail message.
UnknownURISchemeException(String) - Constructor for exception org.jboss.remoting3.UnknownURISchemeException
Constructs a UnknownURISchemeException with the specified detail message.
UnknownURISchemeException(Throwable) - Constructor for exception org.jboss.remoting3.UnknownURISchemeException
Constructs a UnknownURISchemeException with the specified cause.
UnknownURISchemeException(String, Throwable) - Constructor for exception org.jboss.remoting3.UnknownURISchemeException
Constructs a UnknownURISchemeException with the specified detail message and cause.
UnlockedReadHashMap<K,V> - Class in org.jboss.remoting3
 
UnlockedReadHashMap(int, float) - Constructor for class org.jboss.remoting3.UnlockedReadHashMap
 
UnlockedReadHashMap(float) - Constructor for class org.jboss.remoting3.UnlockedReadHashMap
 
UnlockedReadHashMap(int) - Constructor for class org.jboss.remoting3.UnlockedReadHashMap
 
UnlockedReadHashMap() - Constructor for class org.jboss.remoting3.UnlockedReadHashMap
 
UnlockedReadHashMap.EntryIterator - Class in org.jboss.remoting3
 
UnlockedReadHashMap.EntrySet - Class in org.jboss.remoting3
 
UnlockedReadHashMap.Item<K,V> - Class in org.jboss.remoting3
 
UnlockedReadIdentityHashMap<K,V> - Class in org.jboss.remoting3
 
UnlockedReadIdentityHashMap(int, float) - Constructor for class org.jboss.remoting3.UnlockedReadIdentityHashMap
 
UnlockedReadIdentityHashMap(float) - Constructor for class org.jboss.remoting3.UnlockedReadIdentityHashMap
 
UnlockedReadIdentityHashMap(int) - Constructor for class org.jboss.remoting3.UnlockedReadIdentityHashMap
 
UnlockedReadIdentityHashMap() - Constructor for class org.jboss.remoting3.UnlockedReadIdentityHashMap
 
UnlockedReadIdentityHashMap.EntryIterator - Class in org.jboss.remoting3
 
UnlockedReadIdentityHashMap.EntrySet - Class in org.jboss.remoting3
 
UnlockedReadIdentityHashMap.Item<K,V> - Class in org.jboss.remoting3
 
unregister() - Method in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
unwrap(byte[], int, int) - Method in class org.jboss.remoting3.remote.ExternalSaslServer
 
UPGRADE - Static variable in class org.jboss.remoting3.remote.HttpUpgradeConnectionProvider
 
uriDecode(String) - Static method in class org.jboss.remoting3.EndpointImpl
 
USE_POOLING - Static variable in class org.jboss.remoting3.remote.RemoteConnectionProvider
 
user - Variable in class org.jboss.remoting3.EndpointImpl.UserAndRealm
 
UserAndRealm(String, String) - Constructor for class org.jboss.remoting3.EndpointImpl.UserAndRealm
 
userInfo - Variable in class org.jboss.remoting3.remote.RemoteConnectionHandler
 
UserInfo - Interface in org.jboss.remoting3.security
The basic UserInfo definition.
userName - Variable in class org.jboss.remoting3.security.SimpleServerAuthenticationProvider.Entry
 
userName - Variable in class org.jboss.remoting3.security.SimpleUserInfo
 
UserPrincipal - Class in org.jboss.remoting3.security
A principal representing an authenticated user.
UserPrincipal(String) - Constructor for class org.jboss.remoting3.security.UserPrincipal
Construct a new instance.
userRealm - Variable in class org.jboss.remoting3.security.SimpleServerAuthenticationProvider.Entry
 
UTF_8 - Static variable in class org.jboss.remoting3.EndpointImpl
 
UTF_8 - Static variable in class org.jboss.remoting3.remote.Protocol
 

V

VALID_SERVICE_PATTERN - Static variable in class org.jboss.remoting3.EndpointImpl
 
value - Variable in class org.jboss.remoting3.EndpointImpl.MapRegistration
 
value - Variable in class org.jboss.remoting3.UnlockedReadHashMap.Item
 
value - Variable in class org.jboss.remoting3.UnlockedReadIdentityHashMap.Item
 
valueOf(String) - Static method in enum org.jboss.remoting3.Endpoint.ListenerFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.remoting3.spi.AbstractHandleableCloseable.State
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.remoting3.Endpoint.ListenerFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.remoting3.spi.AbstractHandleableCloseable.State
Returns an array containing the constants of this enum type, in the order they are declared.
ve - Variable in class org.jboss.remoting3.remote.IntIndexHashMap
 
VERSION - Static variable in class org.jboss.remoting3.remote.Protocol
The highest-supported version of the remote protocol supported by this implementation.
version - Variable in class org.jboss.remoting3.remote.ServerConnectionOpenListener.Initial
 
Version - Class in org.jboss.remoting3
The version of Remoting.
Version() - Constructor for class org.jboss.remoting3.Version
 
VERSION - Static variable in class org.jboss.remoting3.Version
Deprecated.
Use getVersionString() instead.

W

wasCancelled() - Method in class org.jboss.remoting3.LocalChannel.In
 
window - Variable in class org.jboss.remoting3.remote.OutboundMessage
 
worker - Variable in class org.jboss.remoting3.EndpointImpl
 
wrap(byte[], int, int) - Method in class org.jboss.remoting3.remote.ExternalSaslServer
 
write(int) - Method in class org.jboss.remoting3.LocalChannel.Out
 
write(byte[]) - Method in class org.jboss.remoting3.LocalChannel.Out
 
write(byte[], int, int) - Method in class org.jboss.remoting3.LocalChannel.Out
 
write(int) - Method in class org.jboss.remoting3.remote.OutboundMessage
 
write(byte[]) - Method in class org.jboss.remoting3.remote.OutboundMessage
 
write(byte[], int, int) - Method in class org.jboss.remoting3.remote.OutboundMessage
 
WRITE_CLOSED - Static variable in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
writeByte(ByteBuffer, int, int) - Static method in class org.jboss.remoting3.remote.ProtocolUtils
 
writeBytes(ByteBuffer, int, byte[]) - Static method in class org.jboss.remoting3.remote.ProtocolUtils
 
writeEmpty(ByteBuffer, int) - Static method in class org.jboss.remoting3.remote.ProtocolUtils
 
writeInt(ByteBuffer, int, int) - Static method in class org.jboss.remoting3.remote.ProtocolUtils
 
writeInterrupted() - Method in interface org.jboss.remoting3.remote.RemoteLogger
 
writeListener - Variable in class org.jboss.remoting3.remote.RemoteConnection
 
writeLock - Variable in class org.jboss.remoting3.UnlockedReadHashMap
 
writeLock - Variable in class org.jboss.remoting3.UnlockedReadIdentityHashMap
 
writeLong(ByteBuffer, int, long) - Static method in class org.jboss.remoting3.remote.ProtocolUtils
 
writeMessage() - Method in interface org.jboss.remoting3.Channel
Write a new message on to this channel, blocking if necessary.
writeMessage() - Method in class org.jboss.remoting3.LocalChannel
 
writeMessage() - Method in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
writeShort(ByteBuffer, int, int) - Static method in class org.jboss.remoting3.remote.ProtocolUtils
 
writeShutdown() - Method in interface org.jboss.remoting3.Channel
Send an end-of-messages signal to the remote side.
writeShutdown() - Method in class org.jboss.remoting3.LocalChannel
 
writeShutdown() - Method in class org.jboss.remoting3.remote.RemoteConnectionChannel
 
writeString(ByteBuffer, byte, String) - Static method in class org.jboss.remoting3.remote.ProtocolUtils
 
writeString(ByteBuffer, String) - Static method in class org.jboss.remoting3.remote.ProtocolUtils
 

X

xnio - Variable in class org.jboss.remoting3.EndpointImpl
 
xnio - Variable in class org.jboss.remoting3.remote.RemoteConnectionProvider
 
xnioWorker - Variable in class org.jboss.remoting3.remote.RemoteConnectionProvider
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links