Modifier and Type | Class and Description |
---|---|
class |
AjpClientChannel
AJP client side channel.
|
Modifier and Type | Class and Description |
---|---|
class |
Http2Channel
HTTP2 channel.
|
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
ConnectedChannel which 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.
|
interface |
FramePriority<C extends AbstractFramedChannel<C,R,S>,R extends AbstractFramedStreamSourceChannel<C,R,S>,S extends AbstractFramedStreamSinkChannel<C,R,S>>
Interface that can be used to determine where to insert a given frame into the pending frame queue.
|
Modifier and Type | Method and Description |
---|---|
ChannelListener.Setter<? extends AbstractFramedChannel> |
AbstractFramedChannel.getCloseSetter() |
Modifier and Type | Class and Description |
---|---|
class |
WebSocketChannel
A
ConnectedChannel which can be used to send and receive WebSocket Frames. |
Modifier and Type | Class and Description |
---|---|
class |
WebSocket07Channel
WebSocketChannel which is used for WebSocketVersion.V08 |
Modifier and Type | Class and Description |
---|---|
class |
WebSocket08Channel
WebSocketChannel which is used for WebSocketVersion.V08 |
Modifier and Type | Class and Description |
---|---|
class |
WebSocket13Channel
A WebSocketChannel that handles version 13
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.