Modifier and Type | Class and Description |
---|---|
class |
AbstractAjpClientStreamSinkChannel |
class |
AjpClientRequestClientStreamSinkChannel
AJP stream sink channel that corresponds to a request send from the load balancer to the backend
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHttp2StreamSinkChannel |
class |
Http2DataStreamSinkChannel
Headers channel
|
class |
Http2HeadersStreamSinkChannel
Headers channel
|
class |
Http2PushPromiseStreamSinkChannel
Push promise channel
|
class |
Http2SettingsStreamSinkChannel
//TODO: ack
|
class |
Http2StreamSinkChannel |
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 | Class and Description |
---|---|
class |
StreamSinkFrameChannel |
Modifier and Type | Class and Description |
---|---|
class |
WebSocket07FrameSinkChannel
StreamSinkFrameChannel implementation for writing WebSocket Frames on WebSocketVersion.V08 connections |
Copyright © 2017 JBoss by Red Hat. All rights reserved.