Uses of Class
io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
-
Packages that use AbstractFramedStreamSourceChannel Package Description io.undertow.protocols.ajp io.undertow.protocols.http2 io.undertow.server.protocol.framed io.undertow.websockets.core -
-
Uses of AbstractFramedStreamSourceChannel in io.undertow.protocols.ajp
Subclasses of AbstractFramedStreamSourceChannel in io.undertow.protocols.ajp Modifier and Type Class Description classAbstractAjpClientStreamSourceChannelclassAjpClientResponseStreamSourceChannelMethods in io.undertow.protocols.ajp that return types with arguments of type AbstractFramedStreamSourceChannel Modifier and Type Method Description protected java.util.Collection<AbstractFramedStreamSourceChannel<AjpClientChannel,AbstractAjpClientStreamSourceChannel,AbstractAjpClientStreamSinkChannel>>AjpClientChannel. getReceivers() -
Uses of AbstractFramedStreamSourceChannel in io.undertow.protocols.http2
Subclasses of AbstractFramedStreamSourceChannel in io.undertow.protocols.http2 Modifier and Type Class Description classAbstractHttp2StreamSourceChannelHTTP2 stream source channelclassHttp2GoAwayStreamSourceChannelA HTTP2 go away frameclassHttp2PingStreamSourceChannelA HTTP2 Ping frameclassHttp2PushPromiseStreamSourceChannelA HTTP2 push promise frameclassHttp2RstStreamStreamSourceChannelA HTTP2 RST Stream channelclassHttp2SettingsStreamSourceChannelA HTTP2 Settings frameclassHttp2StreamSourceChannelMethods in io.undertow.protocols.http2 that return types with arguments of type AbstractFramedStreamSourceChannel Modifier and Type Method Description protected java.util.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 AbstractFramedStreamSourceChannel Modifier and Type Class Description classAbstractFramedChannel<C extends AbstractFramedChannel<C,R,S>,R extends AbstractFramedStreamSourceChannel<C,R,S>,S extends AbstractFramedStreamSinkChannel<C,R,S>>AConnectedChannelwhich can be used to send and receive Frames.classAbstractFramedStreamSinkChannel<C extends AbstractFramedChannel<C,R,S>,R extends AbstractFramedStreamSourceChannel<C,R,S>,S extends AbstractFramedStreamSinkChannel<C,R,S>>Framed Stream Sink Channel.classAbstractFramedStreamSourceChannel<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.interfaceFramePriority<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 AbstractFramedStreamSourceChannel Modifier and Type Method Description AbstractFramedStreamSourceChannel<?,?,?>FrameHeaderData. getExistingChannel()Methods in io.undertow.server.protocol.framed that return types with arguments of type AbstractFramedStreamSourceChannel Modifier and Type Method Description protected abstract java.util.Collection<AbstractFramedStreamSourceChannel<C,R,S>>AbstractFramedChannel. getReceivers() -
Uses of AbstractFramedStreamSourceChannel in io.undertow.websockets.core
Subclasses of AbstractFramedStreamSourceChannel in io.undertow.websockets.core Modifier and Type Class Description classStreamSourceFrameChannelBase class for processes Frame bases StreamSourceChannels.Methods in io.undertow.websockets.core that return types with arguments of type AbstractFramedStreamSourceChannel Modifier and Type Method Description protected java.util.Collection<AbstractFramedStreamSourceChannel<WebSocketChannel,StreamSourceFrameChannel,StreamSinkFrameChannel>>WebSocketChannel. getReceivers()
-