Package | Description |
---|---|
io.undertow.protocols.ajp | |
io.undertow.protocols.http2 | |
io.undertow.protocols.spdy | |
io.undertow.server.protocol.framed | |
io.undertow.websockets.core |
Modifier and Type | Class and Description |
---|---|
class | AbstractAjpClientStreamSourceChannel |
class | AjpClientResponseStreamSourceChannel |
Modifier and Type | Class and Description |
---|---|
class | AbstractHttp2StreamSourceChannel SPDY 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 | Class and Description |
---|---|
class | SpdyGoAwayStreamSourceChannel A SPDY Ping frame |
class | SpdyPingStreamSourceChannel A SPDY Ping frame |
class | SpdyRstStreamStreamSourceChannel A SPDY Ping frame |
class | SpdySettingsStreamSourceChannel A spdy Settings frame |
class | SpdyStreamSourceChannel SPDY stream source channel |
class | SpdyStreamStreamSourceChannel |
class | SpdySynReplyStreamSourceChannel |
class | SpdySynStreamStreamSourceChannel |
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 |
---|---|
AbstractFramedStreamSourceChannel<?,?,?> | FrameHeaderData.getExistingChannel() |
Modifier and Type | Class and Description |
---|---|
class | StreamSourceFrameChannel Base class for processes Frame bases StreamSourceChannels. |
Copyright © 2015 JBoss by Red Hat. All rights reserved.