| Package | Description | 
|---|---|
| io.undertow.channels | |
| io.undertow.protocols.ajp | |
| io.undertow.protocols.http2 | |
| io.undertow.server | |
| io.undertow.server.protocol.ajp | |
| io.undertow.server.protocol.framed | |
| io.undertow.server.protocol.http | |
| io.undertow.server.protocol.http2 | |
| io.undertow.websockets.core | |
| io.undertow.websockets.core.function | |
| io.undertow.websockets.core.protocol.version07 | |
| io.undertow.websockets.core.protocol.version08 | |
| io.undertow.websockets.core.protocol.version13 | |
| org.jboss.remoting3 | The base Remoting 3 API package. | 
| org.xnio | The main API package for XNIO. | 
| org.xnio.channels | The core XNIO channel API. | 
| org.xnio.conduits | The XNIO conduit SPI. | 
| org.xnio.ssl | Utility classes for using and implementing SSL within XNIO providers. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DetachableStreamSinkChannelStream sink channel. | 
| class  | DetachableStreamSourceChannelA stream source channel that can be marked as detached. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractAjpClientStreamSinkChannel | 
| class  | AbstractAjpClientStreamSourceChannel | 
| class  | AjpClientChannelAJP client side channel. | 
| class  | AjpClientRequestClientStreamSinkChannelAJP stream sink channel that corresponds to a request send from the load balancer to the backend | 
| class  | AjpClientResponseStreamSourceChannel | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractHttp2StreamSinkChannel | 
| class  | AbstractHttp2StreamSourceChannelHTTP2 stream source channel | 
| class  | Http2ChannelHTTP2 channel. | 
| class  | Http2DataStreamSinkChannelHeaders channel | 
| class  | Http2GoAwayStreamSourceChannelA HTTP2 go away frame | 
| class  | Http2HeadersStreamSinkChannelHeaders channel | 
| class  | Http2PingStreamSourceChannelA HTTP2 Ping frame | 
| class  | Http2PushPromiseStreamSinkChannelPush promise channel | 
| class  | Http2PushPromiseStreamSourceChannelA HTTP2 push promise frame | 
| class  | Http2RstStreamStreamSourceChannelA HTTP2 RST Stream channel | 
| class  | Http2SettingsStreamSinkChannel//TODO: ack | 
| class  | Http2SettingsStreamSourceChannelA HTTP2 Settings frame | 
| class  | Http2StreamSinkChannel | 
| class  | Http2StreamSourceChannel | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractServerConnection | 
| class  | ServerConnectionA server connection. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AjpServerConnectionA server-side AJP connection. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractFramedChannel<C extends AbstractFramedChannel<C,R,S>,R extends AbstractFramedStreamSourceChannel<C,R,S>,S extends AbstractFramedStreamSinkChannel<C,R,S>>A  ConnectedChannelwhich can be used to send and receive Frames. | 
| class  | AbstractFramedStreamSinkChannel<C extends AbstractFramedChannel<C,R,S>,R extends AbstractFramedStreamSourceChannel<C,R,S>,S extends AbstractFramedStreamSinkChannel<C,R,S>>Framed Stream Sink Channel. | 
| class  | AbstractFramedStreamSourceChannel<C extends AbstractFramedChannel<C,R,S>,R extends AbstractFramedStreamSourceChannel<C,R,S>,S extends AbstractFramedStreamSinkChannel<C,R,S>>Source channel, used to receive framed messages. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HttpServerConnectionA server-side HTTP connection. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | Http2ServerConnectionA server connection. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | StreamSinkFrameChannel | 
| class  | StreamSourceFrameChannelBase class for processes Frame bases StreamSourceChannels. | 
| class  | WebSocketChannelA  ConnectedChannelwhich can be used to send and receive WebSocket Frames. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ChannelFunctionStreamSourceChannel | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WebSocket07ChannelWebSocketChannelwhich is used forWebSocketVersion.V08 | 
| class  | WebSocket07FrameSinkChannelStreamSinkFrameChannelimplementation for writing WebSocket Frames onWebSocketVersion.V08connections | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WebSocket08ChannelWebSocketChannelwhich is used forWebSocketVersion.V08 | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WebSocket13ChannelA WebSocketChannel that handles version 13 | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ChannelThe most basic level of communications in a Remoting connection. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ConnectionThe base for all connections. | 
| class  | MessageConnectionA message-oriented connection between peers. | 
| class  | StreamConnectionA connection between peers. | 
| class  | XnioWorkerA worker for I/O channel notification. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | AcceptingChannel<C extends ConnectedChannel>A channel which can accept inbound connections from remote endpoints. | 
| interface  | BoundChannelA channel that is bound to a local address. | 
| interface  | BoundMultipointMessageChannelA multipoint datagram channel. | 
| interface  | CloseableChannelA channel which is closeable. | 
| interface  | ConnectedChannelA channel that has a local and peer endpoint address. | 
| interface  | ConnectedMessageChannelA channel that sends and receives messages to a connected peer. | 
| interface  | ConnectedSslStreamChannelA TLS-encapsulated connected stream channel. | 
| interface  | ConnectedStreamChannelA stream channel that is a connection between a local and remote endpoint. | 
| interface  | MessageChannelA channel that sends and receives whole messages. | 
| interface  | MulticastMessageChannelA multicast-capable point-to-multipoint channel. | 
| interface  | MultipointMessageChannelA point-to-multipoint message channel. | 
| interface  | ReadableMessageChannelA channel that can receive messages. | 
| interface  | ReadableMultipointMessageChannelThe readable side of a multipoint message channel. | 
| interface  | SimpleAcceptingChannel<C extends CloseableChannel>A channel which can accept connections. | 
| interface  | SslChannelA channel which can use SSL/TLS to negotiate a security layer. | 
| interface  | StreamChannelA stream channel. | 
| interface  | StreamSinkChannelA stream sink channel. | 
| interface  | StreamSourceChannelA stream source channel. | 
| interface  | SuspendableAcceptChannelA suspendable accept channel. | 
| interface  | SuspendableChannelA suspendable bidirectional channel. | 
| interface  | SuspendableReadChannelA suspendable readable channel. | 
| interface  | SuspendableWriteChannelA suspendable writable channel. | 
| interface  | WritableMessageChannelA channel that can send messages. | 
| interface  | WritableMultipointMessageChannelThe writable side of a multipoint message channel. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AssembledChannelA closeable view over a read and write side of a suspendable channel. | 
| class  | AssembledConnectedChannelA closeable, connected view over a read and write side of a suspendable channel, at least one of which is connected. | 
| class  | AssembledConnectedMessageChannelA connected bidirectional message channel assembled from a readable and writable message channel. | 
| class  | AssembledConnectedSslStreamChannelA connected SSL stream channel assembled from a stream source and stream sink. | 
| class  | AssembledConnectedStreamChannelA connected stream channel assembled from a stream source and stream sink. | 
| class  | AssembledMessageChannelA bidirectional message channel assembled from a readable and writable message channel. | 
| class  | AssembledSslChannelAn assembled SSL channel. | 
| class  | AssembledStreamChannelA stream channel assembled from a stream source and stream sink. | 
| class  | EmptyStreamSourceChannelA stream source channel which is always empty. | 
| class  | FixedLengthStreamSinkChannelA channel which writes a fixed amount of data. | 
| class  | FixedLengthStreamSourceChannelA channel which reads data of a fixed length and calls a finish listener. | 
| class  | FramedMessageChannelDeprecated. 
 This class is deprecated; use conduits instead. | 
| class  | NullStreamSinkChannelA bit-bucket stream sink channel. | 
| class  | PushBackStreamChannelA stream source channel which can have data pushed back into it. | 
| class  | SplitStreamSinkChannelA half-duplex (write side) wrapper for a full-duplex channel. | 
| class  | SplitStreamSourceChannelA half-duplex (read side) wrapper for a full-duplex channel. | 
| class  | TranslatingSuspendableChannel<C extends SuspendableChannel,W extends SuspendableChannel>Deprecated. 
 This class is deprecated; use conduits instead. | 
| Modifier and Type | Field and Description | 
|---|---|
| static Configurable | Configurable. EMPTYAn empty configurable instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | Channels. getOption(Configurable configurable,
         Option<Boolean> option,
         boolean defaultValue)Get an option value from a configurable target. | 
| static int | Channels. getOption(Configurable configurable,
         Option<Integer> option,
         int defaultValue)Get an option value from a configurable target. | 
| static long | Channels. getOption(Configurable configurable,
         Option<Long> option,
         long defaultValue)Get an option value from a configurable target. | 
| static <T> T | Channels. getOption(Configurable configurable,
         Option<T> option,
         T defaultValue)Get an option value from a configurable target. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ConduitReadableMessageChannelA readable message channel which is backed by a message source conduit. | 
| class  | ConduitStreamSinkChannelA stream sink channel which wraps a stream sink conduit. | 
| class  | ConduitStreamSourceChannelA stream source channel which wraps a stream source conduit. | 
| class  | ConduitWritableMessageChannelA writable message channel which is backed by a message sink conduit. | 
| Constructor and Description | 
|---|
| ConduitReadableMessageChannel(Configurable configurable,
                             MessageSourceConduit conduit)Construct a new instance. | 
| ConduitStreamSinkChannel(Configurable configurable,
                        StreamSinkConduit conduit)Construct a new instance. | 
| ConduitStreamSourceChannel(Configurable configurable,
                          StreamSourceConduit conduit)Construct a new instance. | 
| ConduitWritableMessageChannel(Configurable configurable,
                             MessageSinkConduit conduit)Construct a new instance. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JsseSslConnection | 
| class  | JsseSslStreamConnectionStreamConnection with SSL support. | 
| class  | SslConnectionA stream connection which can use SSL/TLS to negotiate a security layer. | 
Copyright © 2017 JBoss by Red Hat. All rights reserved.