Skip navigation links
JBoss Remoting 5.0.0.Beta19
A B C D E F G H I K M N O P R S T U V W 

A

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, SaslAuthenticationFactory) - 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.
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.
authenticate(AuthenticationConfiguration) - Method in class org.jboss.remoting3.ConnectionPeerIdentityContext
Perform an 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.
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.

B

BlockingInvocation - Class in org.jboss.remoting3.util
A blocking invocation.
BlockingInvocation(int) - Constructor for class org.jboss.remoting3.util.BlockingInvocation
Construct a new instance.
BlockingInvocation.Response - Class in org.jboss.remoting3.util
An invocation response for a blocking invocation.
BUFFER_REGION_SIZE - Static variable in class org.jboss.remoting3.RemotingOptions
The size of allocated buffer regions.
build() - Method in class org.jboss.remoting3.EndpointBuilder
 
builder() - Static method in interface org.jboss.remoting3.Endpoint
Create a new endpoint builder.

C

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.
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.
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, AuthenticationContext) - Method in interface org.jboss.remoting3.Endpoint
Open a connection with a peer.
connect(URI, InetSocketAddress, OptionMap, AuthenticationContext) - Method in interface org.jboss.remoting3.Endpoint
Open a connection with a peer.
connect(URI, InetSocketAddress, OptionMap, SSLContext, AuthenticationConfiguration) - 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, SSLContext, UnaryOperator<SaslClientFactory>, Collection<String>) - 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.
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.
ConnectionPeerIdentity - Class in org.jboss.remoting3
A connection peer identity.
ConnectionPeerIdentityContext - Class in org.jboss.remoting3
A peer identity context for a connection which supports remote authentication-based identity multiplexing.
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.

D

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.
dispose() - Method in class org.jboss.remoting3.RejectingSaslServer
 
dumpConnectionState() - Method in interface org.jboss.remoting3.remote.RemoteConnectionProviderMXBean
 
dumpConnectionStateToString() - Method in interface org.jboss.remoting3.remote.RemoteConnectionProviderMXBean
 
DuplicateRegistrationException - Exception in org.jboss.remoting3
An exception which is thrown when a provider is registered under a name which is already registered.
DuplicateRegistrationException() - Constructor for exception org.jboss.remoting3.DuplicateRegistrationException
Constructs a DuplicateRegistrationException with no detail message.
DuplicateRegistrationException(String) - Constructor for exception org.jboss.remoting3.DuplicateRegistrationException
Constructs a DuplicateRegistrationException with the specified detail message.
DuplicateRegistrationException(Throwable) - Constructor for exception org.jboss.remoting3.DuplicateRegistrationException
Constructs a DuplicateRegistrationException with the specified cause.
DuplicateRegistrationException(String, Throwable) - Constructor for exception org.jboss.remoting3.DuplicateRegistrationException
Constructs a DuplicateRegistrationException with the specified detail message and cause.

E

EMPTY_PASSWORD - Static variable in class org.jboss.remoting3.security.PasswordClientCallbackHandler
An empty password array.
Endpoint - Interface in org.jboss.remoting3
A potential participant in a JBoss Remoting communications relationship.
ENDPOINT_CONTEXT_MANAGER - Static variable in interface org.jboss.remoting3.Endpoint
The context manager for Remoting endpoints.
EndpointBuilder - Class in org.jboss.remoting3
A builder for a Remoting endpoint.
EndpointConfigurator - Interface in org.jboss.remoting3.spi
An interface which allows external configuration to take place if no endpoint configuration is present in the global configuration file.
equals(Object) - Method in class org.jboss.remoting3.security.InetAddressPrincipal
Determine whether this instance is equal to another.
equals(InetAddressPrincipal) - Method in class org.jboss.remoting3.security.InetAddressPrincipal
Determine whether this instance is equal to another.
evaluateResponse(byte[]) - Method in class org.jboss.remoting3.RejectingSaslServer
 
ExternalConnectionProvider - Interface in org.jboss.remoting3.spi
A provider interface that allows connections that have already been accepted to be converted to remoting connections.

F

finalize() - Method in class org.jboss.remoting3.spi.AbstractHandleableCloseable
Finalize this closeable instance.
flush() - Method in class org.jboss.remoting3.AbstractDelegatingMessageOutputStream
 
flush() - Method in class org.jboss.remoting3.MessageOutputStream
Flush this message stream.
forName(String) - Static method in class org.jboss.remoting3.security.RemotingPermission
Get the permission with the given name.

G

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
 
getAnonymousIdentity() - Method in class org.jboss.remoting3.ConnectionPeerIdentityContext
Get the anonymous identity for this context.
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.
getAuthorizationID() - Method in class org.jboss.remoting3.RejectingSaslServer
 
getClientService(Connection, OptionMap) - Method in class org.jboss.remoting3.ClientServiceHandle
Get or establish the future client service for the given connection.
getConfiguredEndpoint() - Method in interface org.jboss.remoting3.spi.EndpointConfigurator
Get the configured Remoting endpoint.
getConnection() - Method in interface org.jboss.remoting3.Channel
Get the connection associated with this channel.
getConnection() - Method in class org.jboss.remoting3.ConnectionPeerIdentity
Get the connection of this identity.
getConnection(URI) - Method in interface org.jboss.remoting3.Endpoint
Get a possibly pre-existing connection to the destination.
getConnection(URI, String, String) - Method in interface org.jboss.remoting3.Endpoint
Get a possibly pre-existing connection to the destination.
getConnection(URI, SSLContext, AuthenticationConfiguration) - Method in interface org.jboss.remoting3.Endpoint
Get a possibly pre-existing connection to the destination.
getConnection(URI, SSLContext, AuthenticationConfiguration, AuthenticationConfiguration) - 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.
getConnectionIfExists(URI, SSLContext, AuthenticationConfiguration, AuthenticationConfiguration) - Method in interface org.jboss.remoting3.Endpoint
Get a pre-existing connection to the destination.
getConnectionIfExists(URI, String, String) - Method in interface org.jboss.remoting3.Endpoint
Get a pre-existing connection to the destination.
getConnectionIfExists(URI) - Method in interface org.jboss.remoting3.Endpoint
Get a pre-existing connection to the destination.
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.
getCurrentIdentity() - Method in class org.jboss.remoting3.ConnectionPeerIdentityContext
Get the current identity.
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.
getId() - Method in class org.jboss.remoting3.ConnectionPeerIdentity
Get the ID to use for this identity.
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
Get the context manager for Remoting endpoints (Endpoint.ENDPOINT_CONTEXT_MANAGER).
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.
getMechanismName() - Method in class org.jboss.remoting3.RejectingSaslServer
 
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.
getNegotiatedProperty(String) - Method in class org.jboss.remoting3.RejectingSaslServer
 
getOfferedMechanisms() - Method in interface org.jboss.remoting3.spi.ConnectionHandler
Get the available SASL mechanisms.
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.
getPeerURI() - Method in interface org.jboss.remoting3.Connection
Get the URI of the remote peer.
getPrincipal() - Method in interface org.jboss.remoting3.Connection
Get the local principal that was authenticated to the peer.
getProtocol() - Method in interface org.jboss.remoting3.Connection
Get the protocol of this connection.
getProtocol() - Method in interface org.jboss.remoting3.spi.ConnectionProviderContext
Get the protocol of this connection provider.
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.
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.

H

handle(Callback[]) - Method in class org.jboss.remoting3.security.PasswordClientCallbackHandler
Handle the array of given callbacks.
HandleableCloseable<T> - Interface in org.jboss.remoting3
A Remoting resource that can be closed.
HandleableCloseable.Key - Interface in org.jboss.remoting3
A key which may be used to remove this handler.
handleClose(T, IOException) - Method in interface org.jboss.remoting3.CloseHandler
Receive a notification that the resource was closed.
handleClosed() - Method in class org.jboss.remoting3.util.BlockingInvocation
 
handleClosed() - Method in class org.jboss.remoting3.util.Invocation
Handle closure of the channel.
handleEnd(Channel) - Method in interface org.jboss.remoting3.Channel.Receiver
Handle an end-of-input condition on a channel.
handleError(Channel, IOException) - Method in interface org.jboss.remoting3.Channel.Receiver
Handle an error condition on the channel.
handleException(IOException) - Method in class org.jboss.remoting3.util.BlockingInvocation
 
handleException(IOException) - Method in class org.jboss.remoting3.util.Invocation
Handle a failure that occurred on the channel while the invocation was outstanding.
handleMessage(Channel, MessageInputStream) - Method in interface org.jboss.remoting3.Channel.Receiver
Handle an incoming message.
handleResponse(int, MessageInputStream) - Method in class org.jboss.remoting3.util.BlockingInvocation
 
handleResponse(int, MessageInputStream) - Method in class org.jboss.remoting3.util.Invocation
Handle a response on this invocation.
hashCode() - Method in class org.jboss.remoting3.security.InetAddressPrincipal
Get the hash code for this instance.
HEARTBEAT_INTERVAL - Static variable in class org.jboss.remoting3.RemotingOptions
The interval to use for connection heartbeat, in milliseconds.
HttpUpgradeConnectionProviderFactory - Class in org.jboss.remoting3.remote
A ConnectionProviderFactory for the remote protocol that initiates the connection via a HTTP Upgrade
HttpUpgradeConnectionProviderFactory() - Constructor for class org.jboss.remoting3.remote.HttpUpgradeConnectionProviderFactory
Construct a new instance.

I

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.
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.
isComplete() - Method in class org.jboss.remoting3.RejectingSaslServer
 
isOpen() - Method in interface org.jboss.remoting3.HandleableCloseable
Read the status of this resource.
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.

K

Key(Class<T>) - Constructor for class org.jboss.remoting3.Attachments.Key
Construct a new instance.

M

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.
mergeOptionsIntoAuthenticationConfiguration(OptionMap, AuthenticationConfiguration) - Static method in class org.jboss.remoting3.RemotingOptions
Merge the given option map into the given authentication configuration, and return the result.
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
 

N

NetworkServerProvider - Interface in org.jboss.remoting3.spi
A provider interface implemented by connection providers which can be connected to across the network.
NO_PROVIDER_INTERFACES - Static variable in interface org.jboss.remoting3.spi.ConnectionProvider
The object to use when a connection provider has no provider interfaces.
NotOpenException - Exception in org.jboss.remoting3
The resource is not open.
NotOpenException() - Constructor for exception org.jboss.remoting3.NotOpenException
Constructs a NotOpenException with no detail message.
NotOpenException(String) - Constructor for exception org.jboss.remoting3.NotOpenException
Constructs a NotOpenException with the specified detail message.
NotOpenException(Throwable) - Constructor for exception org.jboss.remoting3.NotOpenException
Constructs a NotOpenException with the specified cause.
NotOpenException(String, Throwable) - Constructor for exception org.jboss.remoting3.NotOpenException
Constructs a NotOpenException with the specified detail message and cause.

O

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.
OpenListener - Interface in org.jboss.remoting3
A listener for new channels.
openMessage() - Method in class org.jboss.remoting3.util.MessageTracker
Open a message, blocking if necessary.
openMessageUninterruptibly() - Method in class org.jboss.remoting3.util.MessageTracker
Open a message, blocking if necessary, and deferring any interrupts which occur while blocking.
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.
org.jboss.remoting3.util - package org.jboss.remoting3.util
 
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.

P

PasswordClientCallbackHandler - Class in org.jboss.remoting3.security
A callback handler which performs client authentication steps.
PasswordClientCallbackHandler(String, String, char[]) - Constructor for class org.jboss.remoting3.security.PasswordClientCallbackHandler
Create a new instance.
ProtocolException - Exception in org.jboss.remoting3
Indicates a wire protocol problem.
ProtocolException() - Constructor for exception org.jboss.remoting3.ProtocolException
Constructs a ProtocolException with no detail message.
ProtocolException(String) - Constructor for exception org.jboss.remoting3.ProtocolException
Constructs a ProtocolException with the specified detail message.
ProtocolException(Throwable) - Constructor for exception org.jboss.remoting3.ProtocolException
Constructs a ProtocolException with the specified cause.
ProtocolException(String, Throwable) - Constructor for exception org.jboss.remoting3.ProtocolException
Constructs a ProtocolException with the specified detail message and cause.
putIfAbsent(Invocation) - Method in class org.jboss.remoting3.util.InvocationTracker
Put an invocation into the tracker if there is none with the corresponding ID.

R

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.
receiveAuthChallenge(int, byte[]) - Method in interface org.jboss.remoting3.spi.ConnectionHandlerContext
Receive an authentication challenge.
receiveAuthDelete(int) - Method in interface org.jboss.remoting3.spi.ConnectionHandlerContext
Receive an authentication delete message.
receiveAuthDeleteAck(int) - Method in interface org.jboss.remoting3.spi.ConnectionHandlerContext
Receive an authentication delete acknowledgement message.
receiveAuthReject(int) - Method in interface org.jboss.remoting3.spi.ConnectionHandlerContext
Receive an authentication reject message.
receiveAuthRequest(int, String, byte[]) - Method in interface org.jboss.remoting3.spi.ConnectionHandlerContext
Receive an authentication request.
receiveAuthResponse(int, byte[]) - Method in interface org.jboss.remoting3.spi.ConnectionHandlerContext
Receive an authentication response.
receiveAuthSuccess(int, byte[]) - Method in interface org.jboss.remoting3.spi.ConnectionHandlerContext
Receive an authentication complete message.
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.
RejectingSaslServer - Class in org.jboss.remoting3
A SASL server which rejects all authentication attempts.
RejectingSaslServer() - Constructor for class org.jboss.remoting3.RejectingSaslServer
Construct a new instance.
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
A ConnectionProviderFactory for the remote protocol.
RemoteConnectionProviderFactory() - Constructor for class org.jboss.remoting3.remote.RemoteConnectionProviderFactory
Construct a new instance.
RemoteConnectionProviderMXBean - Interface in org.jboss.remoting3.remote
 
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
 

S

safeHandleClose(CloseHandler<? super T>, T, IOException) - Static method in class org.jboss.remoting3.spi.SpiUtils
Safely handle a close notification.
SASL_PROTOCOL - Static variable in class org.jboss.remoting3.RemotingOptions
Where a SaslServer or SaslClient are created by default the protocol specified it 'remoting', this Option can be used to override this.
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.
sendAuthChallenge(int, byte[]) - Method in interface org.jboss.remoting3.spi.ConnectionHandler
Send an authentication challenge.
sendAuthDelete(int) - Method in interface org.jboss.remoting3.spi.ConnectionHandler
Send an authentication delete message.
sendAuthDeleteAck(int) - Method in interface org.jboss.remoting3.spi.ConnectionHandler
Send an authentication delete acknowledgement message.
sendAuthReject(int) - Method in interface org.jboss.remoting3.spi.ConnectionHandler
Send an authentication reject message.
sendAuthRequest(int, String, byte[]) - Method in interface org.jboss.remoting3.spi.ConnectionHandler
Send an authentication request.
sendAuthResponse(int, byte[]) - Method in interface org.jboss.remoting3.spi.ConnectionHandler
Send an authentication response.
sendAuthSuccess(int, byte[]) - Method in interface org.jboss.remoting3.spi.ConnectionHandler
Send an authentication complete message.
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.
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
 
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.
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.
supportsRemoteAuth() - Method in interface org.jboss.remoting3.Connection
Determine if the remote authentication protocol is supported by this connection.
supportsRemoteAuth() - Method in interface org.jboss.remoting3.spi.ConnectionHandler
Determine if the connection handler supports the remote authentication protocol.

T

toString() - Method in class org.jboss.remoting3.security.InetAddressPrincipal
Get a human-readable representation of this principal.
TRANSMIT_WINDOW_SIZE - Static variable in class org.jboss.remoting3.RemotingOptions
The maximum window size of the transmit direction for connection channels, in bytes.

U

UnknownURISchemeException - Exception in org.jboss.remoting3
Unknown URI scheme.
UnknownURISchemeException() - Constructor for exception org.jboss.remoting3.UnknownURISchemeException
Constructs a UnknownURISchemeException with no detail message.
UnknownURISchemeException(String) - Constructor for exception org.jboss.remoting3.UnknownURISchemeException
Constructs a UnknownURISchemeException with the specified detail message.
UnknownURISchemeException(Throwable) - Constructor for exception org.jboss.remoting3.UnknownURISchemeException
Constructs a UnknownURISchemeException with the specified cause.
UnknownURISchemeException(String, Throwable) - Constructor for exception org.jboss.remoting3.UnknownURISchemeException
Constructs a UnknownURISchemeException with the specified detail message and cause.
unwrap(byte[], int, int) - Method in class org.jboss.remoting3.RejectingSaslServer
 

V

Version - Class in org.jboss.remoting3
The version of Remoting.
VERSION - Static variable in class org.jboss.remoting3.Version
Deprecated.

W

withName(String) - Method in class org.jboss.remoting3.security.RemotingPermission
Create a new permission which is identical to this one, except with a new name.
wrap(byte[], int, int) - Method in class org.jboss.remoting3.RejectingSaslServer
 
write(int) - Method in class org.jboss.remoting3.AbstractDelegatingMessageOutputStream
 
write(byte[]) - Method in class org.jboss.remoting3.AbstractDelegatingMessageOutputStream
 
write(byte[], int, int) - Method in class org.jboss.remoting3.AbstractDelegatingMessageOutputStream
 
writeBoolean(boolean) - Method in class org.jboss.remoting3.AbstractDelegatingMessageOutputStream
 
writeBoolean(boolean) - Method in class org.jboss.remoting3.MessageOutputStream
writeByte(int) - Method in class org.jboss.remoting3.AbstractDelegatingMessageOutputStream
 
writeByte(int) - Method in class org.jboss.remoting3.MessageOutputStream
writeBytes(String) - Method in class org.jboss.remoting3.AbstractDelegatingMessageOutputStream
 
writeBytes(String) - Method in class org.jboss.remoting3.MessageOutputStream
writeChar(int) - Method in class org.jboss.remoting3.AbstractDelegatingMessageOutputStream
 
writeChar(int) - Method in class org.jboss.remoting3.MessageOutputStream
writeChars(String) - Method in class org.jboss.remoting3.AbstractDelegatingMessageOutputStream
 
writeChars(String) - Method in class org.jboss.remoting3.MessageOutputStream
writeDouble(double) - Method in class org.jboss.remoting3.AbstractDelegatingMessageOutputStream
 
writeDouble(double) - Method in class org.jboss.remoting3.MessageOutputStream
writeFloat(float) - Method in class org.jboss.remoting3.AbstractDelegatingMessageOutputStream
 
writeFloat(float) - Method in class org.jboss.remoting3.MessageOutputStream
writeInt(int) - Method in class org.jboss.remoting3.AbstractDelegatingMessageOutputStream
 
writeInt(int) - Method in class org.jboss.remoting3.MessageOutputStream
writeInt16BE(OutputStream, int) - Static method in class org.jboss.remoting3.util.StreamUtils
 
writeInt16BE(OutputStream, long) - Static method in class org.jboss.remoting3.util.StreamUtils
 
writeInt16LE(OutputStream, int) - Static method in class org.jboss.remoting3.util.StreamUtils
 
writeInt16LE(OutputStream, long) - Static method in class org.jboss.remoting3.util.StreamUtils
 
writeInt24BE(OutputStream, int) - Static method in class org.jboss.remoting3.util.StreamUtils
 
writeInt24BE(OutputStream, long) - Static method in class org.jboss.remoting3.util.StreamUtils
 
writeInt24LE(OutputStream, int) - Static method in class org.jboss.remoting3.util.StreamUtils
 
writeInt24LE(OutputStream, long) - Static method in class org.jboss.remoting3.util.StreamUtils
 
writeInt32BE(OutputStream, int) - Static method in class org.jboss.remoting3.util.StreamUtils
 
writeInt32BE(OutputStream, long) - Static method in class org.jboss.remoting3.util.StreamUtils
 
writeInt32LE(OutputStream, int) - Static method in class org.jboss.remoting3.util.StreamUtils
 
writeInt32LE(OutputStream, long) - Static method in class org.jboss.remoting3.util.StreamUtils
 
writeInt8(OutputStream, int) - Static method in class org.jboss.remoting3.util.StreamUtils
 
writeInt8(OutputStream, long) - Static method in class org.jboss.remoting3.util.StreamUtils
 
writeLong(long) - Method in class org.jboss.remoting3.AbstractDelegatingMessageOutputStream
 
writeLong(long) - Method in class org.jboss.remoting3.MessageOutputStream
writeMessage() - Method in interface org.jboss.remoting3.Channel
Write a new message on to this channel, blocking if necessary.
writePackedUnsignedInt31(OutputStream, int) - Static method in class org.jboss.remoting3.util.StreamUtils
 
writePackedUnsignedInt32(OutputStream, int) - Static method in class org.jboss.remoting3.util.StreamUtils
 
writeShort(int) - Method in class org.jboss.remoting3.AbstractDelegatingMessageOutputStream
 
writeShort(int) - Method in class org.jboss.remoting3.MessageOutputStream
writeShutdown() - Method in interface org.jboss.remoting3.Channel
Send an end-of-messages signal to the remote side.
writeUTF(String) - Method in class org.jboss.remoting3.AbstractDelegatingMessageOutputStream
 
writeUTF(String) - Method in class org.jboss.remoting3.MessageOutputStream
A B C D E F G H I K M N O P R S T U V W 
Skip navigation links
JBoss Remoting 5.0.0.Beta19

Copyright © 2017 JBoss, a division of Red Hat, Inc.. All rights reserved.