| 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 | Class and Description |
|---|---|
(package private) class |
LocalChannel |
| Modifier and Type | Method and Description |
|---|---|
org.xnio.IoFuture<Channel> |
ConnectionImpl.openChannel(java.lang.String serviceType,
org.xnio.OptionMap optionMap) |
org.xnio.IoFuture<Channel> |
Connection.openChannel(java.lang.String serviceType,
org.xnio.OptionMap optionMap)
Open a channel to a remote service on this connection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OpenListener.channelOpened(Channel channel)
Notification that a new channel has been opened for this service.
|
void |
Channel.Receiver.handleEnd(Channel channel)
Handle an end-of-input condition on a channel.
|
void |
Channel.Receiver.handleError(Channel channel,
java.io.IOException error)
Handle an error condition on the channel.
|
void |
Channel.Receiver.handleMessage(Channel channel,
MessageInputStream message)
Handle an incoming message.
|
| Modifier and Type | Method and Description |
|---|---|
org.xnio.Cancellable |
LocalConnectionProvider.LoopbackConnectionHandler.open(java.lang.String serviceType,
org.xnio.Result<Channel> result,
org.xnio.OptionMap optionMap) |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
RemoteConnectionChannel |
| Modifier and Type | Field and Description |
|---|---|
private org.xnio.Result<Channel> |
PendingChannel.result |
| Modifier and Type | Method and Description |
|---|---|
(package private) org.xnio.Result<Channel> |
PendingChannel.getResult() |
| Modifier and Type | Method and Description |
|---|---|
org.xnio.Cancellable |
RemoteConnectionHandler.open(java.lang.String serviceType,
org.xnio.Result<Channel> result,
org.xnio.OptionMap optionMap) |
| Constructor and Description |
|---|
PendingChannel(int id,
int outboundWindowSize,
int inboundWindowSize,
int outboundMessageCount,
int inboundMessageCount,
long outboundMessageSize,
long inboundMessageSize,
org.xnio.Result<Channel> result) |
| Modifier and Type | Field and Description |
|---|---|
private Channel |
SpiUtils.ServiceOpenTask.newChannel |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Runnable |
SpiUtils.getServiceOpenTask(Channel newChannel,
OpenListener listener)
Get an executor task for opening a service.
|
| Modifier and Type | Method and Description |
|---|---|
org.xnio.Cancellable |
ConnectionHandler.open(java.lang.String serviceType,
org.xnio.Result<Channel> result,
org.xnio.OptionMap optionMap)
Open a request handler.
|
| Constructor and Description |
|---|
ServiceOpenTask(OpenListener listener,
Channel newChannel) |