Package | Description |
---|---|
org.jboss.remoting3.remote | |
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 | Class and Description |
---|---|
class |
TranslatingSuspendableChannel<C extends SuspendableChannel,W extends SuspendableChannel>
An abstract wrapped channel.
|
class |
TranslatingSuspendableChannel<C extends SuspendableChannel,W extends SuspendableChannel>
An abstract wrapped channel.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BoundMultipointMessageChannel
A multipoint datagram channel.
|
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.
|
interface |
MessageChannel
A channel that sends and receives whole messages.
|
interface |
MulticastMessageChannel
A multicast-capable point-to-multipoint channel.
|
interface |
MultipointMessageChannel
A point-to-multipoint message channel.
|
interface |
StreamChannel
A stream channel.
|
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.
|
class |
TranslatingSuspendableChannel<C extends SuspendableChannel,W extends SuspendableChannel>
An abstract wrapped channel.
|
Modifier and Type | Field and Description |
---|---|
protected W |
TranslatingSuspendableChannel.channel
The wrapped channel.
|
Modifier and Type | Method and Description |
---|---|
ChannelListener.Setter<? extends SuspendableChannel> |
SuspendableChannel.getCloseSetter()
Get the setter which can be used to change the close listener for this channel.
|
ChannelListener.Setter<? extends SuspendableChannel> |
SuspendableChannel.getReadSetter()
Get the setter which can be used to change the read listener for this channel.
|
ChannelListener.Setter<? extends SuspendableChannel> |
SuspendableChannel.getWriteSetter()
Get the setter which can be used to change the write listener for this channel.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.