| Package | Description |
|---|---|
| org.jboss.remoting3 |
The base Remoting 3 API package.
|
| org.jboss.remoting3.remote | |
| org.jboss.remoting3.spi |
Service provider classes and interfaces.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Channel
The most basic level of communications in a Remoting connection.
|
interface |
Connection
A connection to a remote peer.
|
interface |
Endpoint
A potential participant in a JBoss Remoting communications relationship.
|
interface |
Registration
A simple registration handle.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
ConnectionImpl |
(package private) class |
EndpointImpl |
private class |
EndpointImpl.MapRegistration<T> |
(package private) class |
LocalChannel |
(package private) class |
LocalConnectionProvider |
private class |
LocalConnectionProvider.LoopbackConnectionHandler |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
HttpUpgradeConnectionProvider
Connection provider that performs a HTTP upgrade.
|
(package private) class |
RemoteConnectionChannel |
(package private) class |
RemoteConnectionHandler |
(package private) class |
RemoteConnectionProvider |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHandleableCloseable<T extends HandleableCloseable<T>>
A basic implementation of a closeable resource.
|
private static class |
AbstractHandleableCloseable.KeyImpl<T extends HandleableCloseable<T>> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConnectionHandler
A connection to a foreign endpoint.
|
interface |
ConnectionProvider
A connection provider.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHandleableCloseable<T extends HandleableCloseable<T>>
A basic implementation of a closeable resource.
|
| Modifier and Type | Method and Description |
|---|---|
static CloseHandler<java.lang.Object> |
SpiUtils.asyncClosingCloseHandler(HandleableCloseable<?> c)
A close handler which closes another resource asynchronously.
|