Package | Description |
---|---|
io.undertow.protocols.ajp | |
io.undertow.protocols.http2 | |
io.undertow.server.protocol.framed | |
io.undertow.websockets.core |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractAjpClientStreamSourceChannel |
|
class |
AjpClientResponseStreamSourceChannel |
Modifier and Type | Method | Description |
---|---|---|
protected Collection<AbstractFramedStreamSourceChannel<AjpClientChannel,AbstractAjpClientStreamSourceChannel,AbstractAjpClientStreamSinkChannel>> |
AjpClientChannel.getReceivers() |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractHttp2StreamSourceChannel |
HTTP2 stream source channel
|
class |
Http2GoAwayStreamSourceChannel |
A HTTP2 go away frame
|
class |
Http2PingStreamSourceChannel |
A HTTP2 Ping frame
|
class |
Http2PushPromiseStreamSourceChannel |
A HTTP2 push promise frame
|
class |
Http2RstStreamStreamSourceChannel |
A HTTP2 RST Stream channel
|
class |
Http2SettingsStreamSourceChannel |
A HTTP2 Settings frame
|
class |
Http2StreamSourceChannel |
Modifier and Type | Method | Description |
---|---|---|
protected Collection<AbstractFramedStreamSourceChannel<Http2Channel,AbstractHttp2StreamSourceChannel,AbstractHttp2StreamSinkChannel>> |
Http2Channel.getReceivers() |
Modifier and Type | Class | 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 | Description |
---|---|---|
AbstractFramedStreamSourceChannel<?,?,?> |
FrameHeaderData.getExistingChannel() |
Modifier and Type | Method | Description |
---|---|---|
protected abstract Collection<AbstractFramedStreamSourceChannel<C,R,S>> |
AbstractFramedChannel.getReceivers() |
Modifier and Type | Class | Description |
---|---|---|
class |
StreamSourceFrameChannel |
Base class for processes Frame bases StreamSourceChannels.
|
Modifier and Type | Method | Description |
---|---|---|
protected Collection<AbstractFramedStreamSourceChannel<WebSocketChannel,StreamSourceFrameChannel,StreamSinkFrameChannel>> |
WebSocketChannel.getReceivers() |
Copyright © 2018. All rights reserved.