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 TypeClassDescriptionclassclassMethods 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 TypeClassDescriptionclassHTTP2 stream source channelclassA HTTP2 go away frameclassA HTTP2 Ping frameclassA HTTP2 push promise frameclassA HTTP2 RST Stream channelclassA HTTP2 Settings frameclassMethods 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 TypeClassDescriptionclassAbstractFramedChannel<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 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 TypeClassDescriptionclassBase 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()