Package | Description |
---|---|
org.jboss.remoting3.remote | |
org.xnio |
The main API package for XNIO.
|
org.xnio.channels |
Modifier and Type | Class and Description |
---|---|
class |
RemotingMessageChannel
This class is alternative to
FramedMessageChannel to fix
REM3-259 issue. |
Modifier and Type | Method and Description |
---|---|
static <C extends ConnectedChannel> |
ChannelListeners.openListenerAdapter(ChannelListener<? super C> openListener)
Create an open listener adapter which automatically accepts connections and invokes an open listener.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AcceptingChannel<C extends ConnectedChannel>
A channel which can accept inbound connections from remote endpoints.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConnectedMessageChannel
A channel that sends and receives messages to a connected peer.
|
interface |
ConnectedSslStreamChannel
A TLS-encapsulated connected stream channel.
|
interface |
ConnectedStreamChannel
A stream channel that is a connection between a local and remote endpoint.
|
Modifier and Type | Class and Description |
---|---|
class |
FramedMessageChannel
A connected message channel providing a SASL-style framing layer over a stream channel where each message is prepended
by a four-byte length field.
|
Modifier and Type | Method and Description |
---|---|
static <C extends ConnectedChannel,A extends AcceptingChannel<C>> |
Channels.acceptBlocking(A channel)
Simple utility method to execute a blocking accept on an accepting channel.
|
static <C extends ConnectedChannel,A extends AcceptingChannel<C>> |
Channels.acceptBlocking(A channel,
long time,
TimeUnit unit)
Simple utility method to execute a blocking accept on an accepting channel, with a timeout.
|
Modifier and Type | Method and Description |
---|---|
ChannelListener.Setter<? extends ConnectedChannel> |
ConnectedChannel.getCloseSetter()
Get the setter which can be used to change the close listener for this channel.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.