Package | Description |
---|---|
org.jboss.remoting3 |
The base Remoting 3 API package.
|
org.jboss.remoting3.spi |
Service provider classes and interfaces.
|
Modifier and Type | Method and Description |
---|---|
org.xnio.IoFuture<Channel> |
Connection.openChannel(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,
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 |
---|---|
static 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(String serviceType,
org.xnio.Result<Channel> result,
org.xnio.OptionMap optionMap)
Open a request handler.
|
Copyright © 2015 JBoss, a division of Red Hat, Inc.. All rights reserved.