- abruptClose(RemoteConnection) - Method in class org.jboss.remoting3.remote.RemoteLogger_$logger
-
- abruptClose$str() - Method in class org.jboss.remoting3.remote.RemoteLogger_$logger
-
- AbstractDelegatingMessageInputStream - Class in org.jboss.remoting3
-
- AbstractDelegatingMessageInputStream(MessageInputStream) - Constructor for class org.jboss.remoting3.AbstractDelegatingMessageInputStream
-
- AbstractDelegatingMessageOutputStream - Class in org.jboss.remoting3
-
An abstract base class for message output streams which delegate to an underlying stream.
- AbstractDelegatingMessageOutputStream(MessageOutputStream) - Constructor for class org.jboss.remoting3.AbstractDelegatingMessageOutputStream
-
- 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.
- accept(ConnectionHandlerFactory) - Method in interface org.jboss.remoting3.spi.ConnectionProviderContext
-
Accept a connection that was received by the corresponding protocol handler.
- ADD_CONNECTION_PROVIDER - Static variable in class org.jboss.remoting3.security.RemotingPermission
-
- addAlias(String) - Method in class org.jboss.remoting3.ConnectionProviderFactoryBuilder
-
- 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.
- addConnection(URI) - Method in class org.jboss.remoting3.EndpointBuilder
-
- addConnectionProvider(String, ConnectionProviderFactory, OptionMap) - Method in interface org.jboss.remoting3.Endpoint
-
Register a connection provider for a URI scheme.
- addInvocation(IntFunction<T>) - Method in class org.jboss.remoting3.util.InvocationTracker
-
Add an invocation to this tracker.
- addProvider(String) - Method in class org.jboss.remoting3.EndpointBuilder
-
- ALL_PERMISSION - Static variable in class org.jboss.remoting3.security.RemotingPermission
-
- allocateMessage() - Method in class org.jboss.remoting3.util.InvocationTracker
-
Allocate a message, possibly blocking until one is available.
- allocateMessage(Invocation) - Method in class org.jboss.remoting3.util.InvocationTracker
-
Allocate a message on behalf of an invocation, possibly blocking until a message is available.
- 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.Key<T> - Class in org.jboss.remoting3
-
An attachment key.
- AUTH_REALM - Static variable in class org.jboss.remoting3.RemotingOptions
-
The authentication realm to use if no authentication CallbackHandler
is specified.
- AUTH_USER_NAME - Static variable in class org.jboss.remoting3.RemotingOptions
-
Deprecated.
- 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.
- AUTHORIZE_ID - Static variable in class org.jboss.remoting3.RemotingOptions
-
The SASL authorization ID.
- available() - Method in class org.jboss.remoting3.AbstractDelegatingMessageInputStream
-
- 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.
- cancel() - Method in class org.jboss.remoting3.AbstractDelegatingMessageOutputStream
-
- cancel() - Method in class org.jboss.remoting3.MessageOutputStream
-
Cancel this message stream.
- cancel() - Method in class org.jboss.remoting3.util.BlockingInvocation
-
Cancel the invocation, causing all future responses to be closed without being read.
- Channel - Interface in org.jboss.remoting3
-
The most basic level of communications in a Remoting connection.
- Channel.Receiver - Interface in org.jboss.remoting3
-
A handler for an incoming message.
- channelBusy() - Method in class org.jboss.remoting3.remote.RemoteLogger_$logger
-
- channelBusy$str() - Method in class org.jboss.remoting3.remote.RemoteLogger_$logger
-
- 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.
- ChannelClosedException - Exception in org.jboss.remoting3
-
An exception indicating that the channel within a connection was closed asynchronously.
- ChannelClosedException() - Constructor for exception org.jboss.remoting3.ChannelClosedException
-
Constructs a new ChannelClosedException
instance.
- ChannelClosedException(String) - Constructor for exception org.jboss.remoting3.ChannelClosedException
-
Constructs a new ChannelClosedException
instance with an initial message.
- ChannelClosedException(Throwable) - Constructor for exception org.jboss.remoting3.ChannelClosedException
-
Constructs a new ChannelClosedException
instance with an initial cause.
- ChannelClosedException(String, Throwable) - Constructor for exception org.jboss.remoting3.ChannelClosedException
-
Constructs a new ChannelClosedException
instance with an initial message and cause.
- channelNotOpen() - Method in class org.jboss.remoting3.remote.RemoteLogger_$logger
-
- channelNotOpen$str() - Method in class org.jboss.remoting3.remote.RemoteLogger_$logger
-
- channelOpened(Channel) - Method in interface org.jboss.remoting3.OpenListener
-
Notification that a new channel has been opened for this service.
- checkOpen() - Method in class org.jboss.remoting3.spi.AbstractHandleableCloseable
-
Check if open, throwing an exception if it is not.
- ClientServiceHandle<T> - Class in org.jboss.remoting3
-
A handle for helping service protocol providers to create and maintain a single channel per connection.
- ClientServiceHandle(String, Function<Channel, IoFuture<T>>) - Constructor for class org.jboss.remoting3.ClientServiceHandle
-
Construct a new instance.
- clone() - Method in class org.jboss.remoting3.security.InetAddressPrincipal
-
Create a clone of this instance.
- close() - Method in class org.jboss.remoting3.AbstractDelegatingMessageInputStream
-
- close() - Method in class org.jboss.remoting3.AbstractDelegatingMessageOutputStream
-
- close() - Method in interface org.jboss.remoting3.Channel
-
Close this channel.
- close() - Method in interface org.jboss.remoting3.HandleableCloseable
-
Close this resource.
- 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.spi.AbstractHandleableCloseable
-
Close this resource.
- close() - Method in class org.jboss.remoting3.util.BlockingInvocation.Response
-
Close this response; closes the message stream (if any).
- 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.
- 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.
- closeComplete() - Method in class org.jboss.remoting3.spi.AbstractHandleableCloseable
-
Call when close is complete.
- 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.
- closingCloseHandler(Closeable) - Static method in class org.jboss.remoting3.spi.SpiUtils
-
A close handler which closes another resource.
- ConfigurationEndpointSupplier - Class in org.jboss.remoting3
-
A configuration-based endpoint supplier.
- ConfigurationEndpointSupplier() - Constructor for class org.jboss.remoting3.ConfigurationEndpointSupplier
-
- 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, SaslClientFactory) - Method in interface org.jboss.remoting3.Endpoint
-
Open a connection with a peer.
- connect(URI, OptionMap, AuthenticationContext) - Method in interface org.jboss.remoting3.Endpoint
-
Open a connection with a peer.
- connect(URI, OptionMap, AuthenticationContext, SaslClientFactory) - Method in interface org.jboss.remoting3.Endpoint
-
Open a connection with a peer.
- connect(URI, InetSocketAddress, OptionMap, AuthenticationContext, SaslClientFactory) - Method in interface org.jboss.remoting3.Endpoint
-
Open a connection with a peer.
- CONNECT - Static variable in class org.jboss.remoting3.security.RemotingPermission
-
- connect(URI, SocketAddress, OptionMap, Result<ConnectionHandlerFactory>, AuthenticationConfiguration, SaslClientFactory) - Method in interface org.jboss.remoting3.spi.ConnectionProvider
-
Open an outbound connection, using the (optionally) given socket addresses as source and destination.
- Connection - Interface in org.jboss.remoting3
-
A connection to a remote peer.
- ConnectionBuilder - Class in org.jboss.remoting3
-
- connectionError(IOException) - Method in class org.jboss.remoting3.remote.RemoteLogger_$logger
-
- connectionError$str() - Method in class org.jboss.remoting3.remote.RemoteLogger_$logger
-
- ConnectionHandler - Interface in org.jboss.remoting3.spi
-
A connection to a foreign endpoint.
- 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.
- ConnectionProvider - Interface in org.jboss.remoting3.spi
-
A connection provider.
- ConnectionProviderContext - Interface in org.jboss.remoting3.spi
-
A context for a connection provider.
- 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.
- ConnectionProviderFactoryBuilder - Class in org.jboss.remoting3
-
- containsIndex(int) - Method in class org.jboss.remoting3.util.InvocationTracker
-
Determine if the tracker contains an entry at the given index.
- CREATE_ENDPOINT - Static variable in class org.jboss.remoting3.security.RemotingPermission
-
- createConnectionAdaptor(OptionMap, SaslAuthenticationFactory) - Method in interface org.jboss.remoting3.spi.ExternalConnectionProvider
-
Create a network server.
- 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.
- createServer(SocketAddress, OptionMap, SaslAuthenticationFactory, SSLContext) - Method in interface org.jboss.remoting3.spi.NetworkServerProvider
-
Create a network server.
- 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_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.
- dumpConnectionState() - Method in interface org.jboss.remoting3.remote.RemoteConnectionProviderMXBean
-
- dumpConnectionStateToString() - Method in interface org.jboss.remoting3.remote.RemoteConnectionProviderMXBean
-
- duplicateMessageId(short, SocketAddress) - Method in class org.jboss.remoting3.remote.RemoteLogger_$logger
-
- duplicateMessageId$str() - Method in class org.jboss.remoting3.remote.RemoteLogger_$logger
-
- duplicateMessageIdException() - Method in class org.jboss.remoting3.remote.RemoteLogger_$logger
-
- duplicateMessageIdException$str() - Method in class org.jboss.remoting3.remote.RemoteLogger_$logger
-
- 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.
- get() - Method in class org.jboss.remoting3.ConfigurationEndpointSupplier
-
- GET_CONNECTION_PEER_IDENTITY - Static variable in class org.jboss.remoting3.security.RemotingPermission
-
- GET_CONNECTION_PROVIDER_INTERFACE - Static variable in class org.jboss.remoting3.security.RemotingPermission
-
- 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.
- getClientService(Connection, OptionMap) - Method in class org.jboss.remoting3.ClientServiceHandle
-
Get or establish the future client service for the given connection.
- getConnection() - Method in interface org.jboss.remoting3.Channel
-
Get the connection associated with this channel.
- getConnection(URI) - Method in interface org.jboss.remoting3.Endpoint
-
Get a possibly pre-existing connection to the destination.
- getConnection() - Method in interface org.jboss.remoting3.spi.ConnectionHandlerContext
-
Get the connection corresponding to this connection handler context.
- getConnectionAnonymousIdentity() - Method in interface org.jboss.remoting3.Connection
-
Get the anonymous peer identity for the connection.
- getConnectionPeerIdentity() - Method in interface org.jboss.remoting3.Connection
-
Get the peer identity for the connection.
- 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.
- getCurrent() - Static method in interface org.jboss.remoting3.Endpoint
-
Get the currently active Remoting endpoint.
- getDelegate() - Method in class org.jboss.remoting3.AbstractDelegatingMessageInputStream
-
- getDelegate() - Method in class org.jboss.remoting3.AbstractDelegatingMessageOutputStream
-
- getEndpoint() - Method in interface org.jboss.remoting3.Connection
-
Get the local endpoint.
- getEndpoint() - Method in interface org.jboss.remoting3.spi.ConnectionProviderContext
-
Get the endpoint.
- 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.
- getIndex() - Method in class org.jboss.remoting3.util.Invocation
-
Get the invocation index.
- getInetAddress() - Method in class org.jboss.remoting3.security.InetAddressPrincipal
-
Get the IP address of this principal.
- getInputStream() - Method in class org.jboss.remoting3.util.BlockingInvocation.Response
-
Get the message input stream.
- getInstanceContextManager() - Method in interface org.jboss.remoting3.Endpoint
-
- getJarName() - Static method in class org.jboss.remoting3.Version
-
Get the name of the JBoss Remoting JAR.
- getLocalAddress() - Method in interface org.jboss.remoting3.Connection
-
Get the local address of this connection, if any.
- getLocalAddress(Class<S>) - Method in interface org.jboss.remoting3.Connection
-
Get the local address of this connection, cast to a specific type, if any.
- getLocalAddress() - Method in interface org.jboss.remoting3.spi.ConnectionHandler
-
Get the local address, if any.
- getLocalIdentity() - Method in interface org.jboss.remoting3.Connection
-
Get the local identity of this inbound connection.
- getLocalIdentity(int) - Method in interface org.jboss.remoting3.Connection
-
Get the local identity associated with the given ID that was previously shared to the peer.
- getLocalIdentity() - Method in interface org.jboss.remoting3.spi.ConnectionHandler
-
Get the local identity corresponding to the peer authentication which was performed on this connection, if it
is an incoming connection.
- getLocalIdentity(int) - Method in interface org.jboss.remoting3.spi.ConnectionHandler
-
Get the local identity associated with the given ID that was previously shared to the peer.
- getName() - Method in interface org.jboss.remoting3.Endpoint
-
Get the name of this endpoint.
- 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.
- 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.
- getOptionMap() - Method in interface org.jboss.remoting3.spi.RegisteredService
-
Get the service option map.
- getParameter() - Method in class org.jboss.remoting3.util.BlockingInvocation.Response
-
Get the passed-in parameter.
- getPeerAddress() - Method in interface org.jboss.remoting3.Connection
-
Get the peer address of this connection, if any.
- getPeerAddress(Class<S>) - Method in interface org.jboss.remoting3.Connection
-
Get the peer address of this connection, cast to a specific type, if any.
- getPeerAddress() - Method in interface org.jboss.remoting3.spi.ConnectionHandler
-
Get the peer address, if any.
- getPeerIdentityContext() - Method in interface org.jboss.remoting3.Connection
-
Get the peer identity context for the connection.
- getPeerIdentityId() - Method in interface org.jboss.remoting3.Connection
-
The the ID number for the peer identity which is currently associated with the calling thread.
- getPeerIdentityId() - Method in interface org.jboss.remoting3.spi.ConnectionHandler
-
The the ID number for the peer identity which is currently associated with the calling thread.
- getPeerURI() - Method in interface org.jboss.remoting3.Connection
-
Get the URI of the remote peer.
- 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 interface org.jboss.remoting3.spi.ConnectionProvider
-
Get the user data associated with this connection provider.
- getRegisteredService(String) - Method in interface org.jboss.remoting3.spi.ConnectionHandlerContext
-
Get a registered service.
- getRemoteEndpointName() - Method in interface org.jboss.remoting3.Connection
-
Get the name of the remote endpoint, if it has one.
- getRemoteEndpointName() - Method in interface org.jboss.remoting3.spi.ConnectionHandler
-
Get the name of the remote endpoint.
- getResponse() - Method in class org.jboss.remoting3.util.BlockingInvocation
-
Get the next queued response, waiting if necessary.
- 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.
- getSslSession() - Method in interface org.jboss.remoting3.Connection
-
Get the underlying
SSLSession
for this connection if one is established.
- 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.
- getVersionString() - Static method in class org.jboss.remoting3.Version
-
Get the version string of JBoss Remoting.
- 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 interface org.jboss.remoting3.spi.ConnectionProviderContext
-
Get the XNIO worker to use for network operations.
- glueStackTraces(Throwable, StackTraceElement[], int, String) - Static method in class org.jboss.remoting3.spi.SpiUtils
-
Glue two stack traces together.
- 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.
- 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.
- invalidMessage(RemoteConnection) - Method in class org.jboss.remoting3.remote.RemoteLogger_$logger
-
- invalidMessage$str() - Method in class org.jboss.remoting3.remote.RemoteLogger_$logger
-
- invalidWorker() - Method in class org.jboss.remoting3.remote.RemoteLogger_$logger
-
- invalidWorker$str() - Method in class org.jboss.remoting3.remote.RemoteLogger_$logger
-
- Invocation - Class in org.jboss.remoting3.util
-
A request-response invocation.
- Invocation(int) - Constructor for class org.jboss.remoting3.util.Invocation
-
Construct a new instance.
- InvocationTracker - Class in org.jboss.remoting3.util
-
An invocation tracker.
- InvocationTracker(Channel, int, IntUnaryOperator) - Constructor for class org.jboss.remoting3.util.InvocationTracker
-
Construct a new instance.
- InvocationTracker(Channel, MessageTracker, IntUnaryOperator) - Constructor for class org.jboss.remoting3.util.InvocationTracker
-
Construct a new instance.
- InvocationTracker(Channel, IntUnaryOperator) - Constructor for class org.jboss.remoting3.util.InvocationTracker
-
Construct a new instance, using the maximum number of messages from the channel.
- InvocationTracker(Channel, int) - Constructor for class org.jboss.remoting3.util.InvocationTracker
-
Construct a new instance.
- InvocationTracker(Channel) - Constructor for class org.jboss.remoting3.util.InvocationTracker
-
Construct a new instance, using the maximum number of messages from the channel.
- isConnected(URI) - Method in interface org.jboss.remoting3.Endpoint
-
Try to ascertain whether there is currently a valid connection to the given URI.
- 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.
- main(String[]) - Static method in class org.jboss.remoting3.Version
-
Print out the current version on System.out
.
- mark(int) - Method in class org.jboss.remoting3.AbstractDelegatingMessageInputStream
-
- markSupported() - Method in class org.jboss.remoting3.AbstractDelegatingMessageInputStream
-
- 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.
- 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.
- MessageInputStream - Class in org.jboss.remoting3
-
An input stream for messages.
- MessageInputStream() - Constructor for class org.jboss.remoting3.MessageInputStream
-
- MessageOutputStream - Class in org.jboss.remoting3
-
An output stream for a message.
- MessageOutputStream() - Constructor for class org.jboss.remoting3.MessageOutputStream
-
- MessageTracker - Class in org.jboss.remoting3.util
-
An outbound message tracker, which can be used to easily avoid message overruns.
- MessageTracker(Channel, int) - Constructor for class org.jboss.remoting3.util.MessageTracker
-
- read() - Method in class org.jboss.remoting3.AbstractDelegatingMessageInputStream
-
- read(byte[]) - Method in class org.jboss.remoting3.AbstractDelegatingMessageInputStream
-
- read(byte[], int, int) - Method in class org.jboss.remoting3.AbstractDelegatingMessageInputStream
-
- readBoolean() - Method in class org.jboss.remoting3.AbstractDelegatingMessageInputStream
-
- readBoolean() - Method in class org.jboss.remoting3.MessageInputStream
-
- readByte() - Method in class org.jboss.remoting3.AbstractDelegatingMessageInputStream
-
- readByte() - Method in class org.jboss.remoting3.MessageInputStream
-
- readChar() - Method in class org.jboss.remoting3.AbstractDelegatingMessageInputStream
-
- readChar() - Method in class org.jboss.remoting3.MessageInputStream
-
- readDouble() - Method in class org.jboss.remoting3.AbstractDelegatingMessageInputStream
-
- readDouble() - Method in class org.jboss.remoting3.MessageInputStream
-
- readFloat() - Method in class org.jboss.remoting3.AbstractDelegatingMessageInputStream
-
- readFloat() - Method in class org.jboss.remoting3.MessageInputStream
-
- readFully(byte[]) - Method in class org.jboss.remoting3.AbstractDelegatingMessageInputStream
-
- readFully(byte[], int, int) - Method in class org.jboss.remoting3.AbstractDelegatingMessageInputStream
-
- readFully(byte[]) - Method in class org.jboss.remoting3.MessageInputStream
-
- readFully(byte[], int, int) - Method in class org.jboss.remoting3.MessageInputStream
-
- readFully(InputStream, byte[]) - Static method in class org.jboss.remoting3.util.StreamUtils
-
- readFully(InputStream, byte[], int, int) - Static method in class org.jboss.remoting3.util.StreamUtils
-
- readInt() - Method in class org.jboss.remoting3.AbstractDelegatingMessageInputStream
-
- readInt() - Method in class org.jboss.remoting3.MessageInputStream
-
- readInt16BE(InputStream) - Static method in class org.jboss.remoting3.util.StreamUtils
-
- readInt16LE(InputStream) - Static method in class org.jboss.remoting3.util.StreamUtils
-
- readInt24BE(InputStream) - Static method in class org.jboss.remoting3.util.StreamUtils
-
- readInt24LE(InputStream) - Static method in class org.jboss.remoting3.util.StreamUtils
-
- readInt32BE(InputStream) - Static method in class org.jboss.remoting3.util.StreamUtils
-
- readInt32LE(InputStream) - Static method in class org.jboss.remoting3.util.StreamUtils
-
- readInt8(InputStream) - Static method in class org.jboss.remoting3.util.StreamUtils
-
- readLine() - Method in class org.jboss.remoting3.AbstractDelegatingMessageInputStream
-
- readLine() - Method in class org.jboss.remoting3.MessageInputStream
-
Not supported.
- readLong() - Method in class org.jboss.remoting3.AbstractDelegatingMessageInputStream
-
- readLong() - Method in class org.jboss.remoting3.MessageInputStream
-
- readPackedSignedInt32(InputStream) - Static method in class org.jboss.remoting3.util.StreamUtils
-
- readPackedUnsignedInt31(InputStream) - Static method in class org.jboss.remoting3.util.StreamUtils
-
- readPackedUnsignedInt32(InputStream) - Static method in class org.jboss.remoting3.util.StreamUtils
-
- readShort() - Method in class org.jboss.remoting3.AbstractDelegatingMessageInputStream
-
- readShort() - Method in class org.jboss.remoting3.MessageInputStream
-
- readUnsignedByte() - Method in class org.jboss.remoting3.AbstractDelegatingMessageInputStream
-
- readUnsignedByte() - Method in class org.jboss.remoting3.MessageInputStream
-
- readUnsignedShort() - Method in class org.jboss.remoting3.AbstractDelegatingMessageInputStream
-
- readUnsignedShort() - Method in class org.jboss.remoting3.MessageInputStream
-
- readUTF() - Method in class org.jboss.remoting3.AbstractDelegatingMessageInputStream
-
- readUTF() - Method in class org.jboss.remoting3.MessageInputStream
-
- 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.
- receiveMessage(Channel.Receiver) - Method in interface org.jboss.remoting3.Channel
-
Initiate processing of the next message, when it comes in.
- REGISTER_SERVICE - Static variable in class org.jboss.remoting3.security.RemotingPermission
-
- RegisteredService - Interface in org.jboss.remoting3.spi
-
A registered service.
- registerService(String, OpenListener, OptionMap) - Method in interface org.jboss.remoting3.Endpoint
-
Register a new service.
- 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.
- rejectedInvalidMechanism(String) - Method in class org.jboss.remoting3.remote.RemoteAuthLogger_$logger
-
- rejectedInvalidMechanism$str() - Method in class org.jboss.remoting3.remote.RemoteAuthLogger_$logger
-
- RemoteAuthLogger_$logger - Class in org.jboss.remoting3.remote
-
Warning this class consists of generated code.
- RemoteAuthLogger_$logger(Logger) - Constructor for class org.jboss.remoting3.remote.RemoteAuthLogger_$logger
-
- 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.
- 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
-
- RemoteLogger_$logger - Class in org.jboss.remoting3.remote
-
Warning this class consists of generated code.
- RemoteLogger_$logger(Logger) - Constructor for class org.jboss.remoting3.remote.RemoteLogger_$logger
-
- 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.
- RemotingOptions - Class in org.jboss.remoting3
-
Common options for Remoting configuration.
- 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 RemotingPermission
object with the specified name.
- RemotingPermission(String, String) - Constructor for class org.jboss.remoting3.security.RemotingPermission
-
Creates a new RemotingPermission
object with the specified name.
- remove() - Method in interface org.jboss.remoting3.HandleableCloseable.Key
-
Remove the registered handler.
- remove(Invocation) - Method in class org.jboss.remoting3.util.InvocationTracker
-
Unconditionally remove an invocation from the map.
- removeAttachment(Attachments.Key<T>) - Method in class org.jboss.remoting3.Attachments
- removeAttachment(Attachments.Key<T>, T) - Method in class org.jboss.remoting3.Attachments
- replaceAttachment(Attachments.Key<T>, T, T) - Method in class org.jboss.remoting3.Attachments
- reset() - Method in class org.jboss.remoting3.AbstractDelegatingMessageInputStream
-
- 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.
- 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.
- 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
.
- 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.
- 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.
- setAuthenticationContext(AuthenticationContext) - Method in class org.jboss.remoting3.ConnectionBuilder
-
- setBindAddress(SocketAddress) - Method in class org.jboss.remoting3.ConnectionBuilder
-
- setClassName(String) - Method in class org.jboss.remoting3.ConnectionProviderFactoryBuilder
-
- setDefaultBindAddress(SocketAddress) - Method in class org.jboss.remoting3.EndpointBuilder
-
- setEndpointName(String) - Method in class org.jboss.remoting3.EndpointBuilder
-
- setImmediate(boolean) - Method in class org.jboss.remoting3.ConnectionBuilder
-
- setModuleName(String) - Method in class org.jboss.remoting3.ConnectionProviderFactoryBuilder
-
- setOption(Option<T>, T) - Method in interface org.jboss.remoting3.Channel
-
Set an option for this channel.
- setSaslClientFactory(SaslClientFactory) - Method in class org.jboss.remoting3.ConnectionBuilder
-
- setXnioWorker(XnioWorker) - Method in class org.jboss.remoting3.EndpointBuilder
-
- setXnioWorkerOptions(OptionMap) - Method in class org.jboss.remoting3.EndpointBuilder
-
- signalResponse(int, int, MessageInputStream, boolean) - Method in class org.jboss.remoting3.util.InvocationTracker
-
Signal the arrival of a response with the given index.
- skip(long) - Method in class org.jboss.remoting3.AbstractDelegatingMessageInputStream
-
- skipBytes(int) - Method in class org.jboss.remoting3.AbstractDelegatingMessageInputStream
-
- skipBytes(int) - Method in class org.jboss.remoting3.MessageInputStream
-
- skipBytes(InputStream, long) - Static method in class org.jboss.remoting3.util.StreamUtils
-
- SpiUtils - Class in org.jboss.remoting3.spi
-
Utility methods for Remoting service providers.
- StreamUtils - Class in org.jboss.remoting3.util
-
- StreamUtils() - Constructor for class org.jboss.remoting3.util.StreamUtils
-
- supportsOption(Option<?>) - Method in interface org.jboss.remoting3.Channel
-
Determine whether an option is supported on this channel.