Interface | Description |
---|---|
Attachable |
An entity which can hold attachments.
|
Channel |
The most basic level of communications in a Remoting connection.
|
Channel.Receiver |
A handler for an incoming message.
|
CloseHandler<T> |
A handler which is notified of a resource close.
|
Connection |
A connection to a remote peer.
|
Endpoint |
A potential participant in a JBoss Remoting communications relationship.
|
EndpointMXBean |
An MBean for examining the state of an endpoint.
|
HandleableCloseable<T> |
A Remoting resource that can be closed.
|
HandleableCloseable.Key |
A key which may be used to remove this handler.
|
OpenListener |
A listener for new channels.
|
Registration |
A simple registration handle.
|
Class | Description |
---|---|
AbstractDelegatingMessageInputStream | |
AbstractDelegatingMessageOutputStream |
An abstract base class for message output streams which delegate to an underlying stream.
|
Attachments |
A set of attachments for an entity.
|
Attachments.Key<T> |
An attachment key.
|
ClientServiceHandle<T> |
A handle for helping service protocol providers to create and maintain a single channel per connection.
|
ConfigurationEndpointSupplier |
A configuration-based endpoint supplier.
|
ConnectionPeerIdentity |
A connection peer identity.
|
ConnectionPeerIdentityContext |
A peer identity context for a connection which supports remote authentication-based identity multiplexing.
|
ConnectionProviderFactoryBuilder | |
EndpointBuilder |
A builder for a Remoting endpoint.
|
MessageInputStream |
An input stream for messages.
|
MessageOutputStream |
An output stream for a message.
|
RejectingSaslServer |
A SASL server which rejects all authentication attempts.
|
RemotingOptions |
Common options for Remoting configuration.
|
ToConnectionFuture | |
Version |
The version of Remoting.
|
Exception | Description |
---|---|
ChannelBusyException | |
ChannelClosedException |
An exception indicating that the channel within a connection was closed asynchronously.
|
DuplicateRegistrationException |
An exception which is thrown when a provider is registered under a name which is already registered.
|
MessageCancelledException |
An exception indicating that the sending side cancelled the message before completing it; the receiving side
should act accordingly.
|
NotOpenException |
The resource is not open.
|
ProtocolException |
Indicates a wire protocol problem.
|
RemotingException |
A general Remoting exception.
|
ServiceNotFoundException |
Service not found.
|
ServiceOpenException |
An exception relating to service opening has occurred.
|
ServiceRegistrationException |
A service registration exception, thrown when registering a service fails for some reason.
|
UnknownURISchemeException |
Unknown URI scheme.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.