Uses of Class
io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
Packages that use AbstractFramedStreamSourceChannel
Package
Description
-
Uses of AbstractFramedStreamSourceChannel in io.undertow.protocols.ajp
Subclasses of AbstractFramedStreamSourceChannel in io.undertow.protocols.ajpModifier and TypeClassDescriptionclass
class
Methods in io.undertow.protocols.ajp that return types with arguments of type AbstractFramedStreamSourceChannelModifier and TypeMethodDescriptionprotected Collection<AbstractFramedStreamSourceChannel<AjpClientChannel,
AbstractAjpClientStreamSourceChannel, AbstractAjpClientStreamSinkChannel>> AjpClientChannel.getReceivers()
-
Uses of AbstractFramedStreamSourceChannel in io.undertow.protocols.http2
Subclasses of AbstractFramedStreamSourceChannel in io.undertow.protocols.http2Modifier and TypeClassDescriptionclass
HTTP2 stream source channelclass
A HTTP2 go away frameclass
A HTTP2 Ping frameclass
A HTTP2 push promise frameclass
A HTTP2 RST Stream channelclass
A HTTP2 Settings frameclass
Methods in io.undertow.protocols.http2 that return types with arguments of type AbstractFramedStreamSourceChannelModifier and TypeMethodDescriptionprotected Collection<AbstractFramedStreamSourceChannel<Http2Channel,
AbstractHttp2StreamSourceChannel, AbstractHttp2StreamSinkChannel>> Http2Channel.getReceivers()
-
Uses of AbstractFramedStreamSourceChannel in io.undertow.server.protocol.framed
Classes in io.undertow.server.protocol.framed with type parameters of type AbstractFramedStreamSourceChannelModifier and TypeClassDescriptionclass
AbstractFramedChannel<C extends AbstractFramedChannel<C,
R, S>, R extends AbstractFramedStreamSourceChannel<C, R, S>, S extends AbstractFramedStreamSinkChannel<C, R, S>> AConnectedChannel
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.Methods in io.undertow.server.protocol.framed that return AbstractFramedStreamSourceChannelMethods in io.undertow.server.protocol.framed that return types with arguments of type AbstractFramedStreamSourceChannelModifier and TypeMethodDescriptionprotected abstract Collection<AbstractFramedStreamSourceChannel<C,
R, S>> AbstractFramedChannel.getReceivers()
-
Uses of AbstractFramedStreamSourceChannel in io.undertow.websockets.core
Subclasses of AbstractFramedStreamSourceChannel in io.undertow.websockets.coreModifier and TypeClassDescriptionclass
Base class for processes Frame bases StreamSourceChannels.Methods in io.undertow.websockets.core that return types with arguments of type AbstractFramedStreamSourceChannelModifier and TypeMethodDescriptionprotected Collection<AbstractFramedStreamSourceChannel<WebSocketChannel,
StreamSourceFrameChannel, StreamSinkFrameChannel>> WebSocketChannel.getReceivers()