- 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.
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-