Uses of Class
io.undertow.server.protocol.framed.AbstractFramedChannel
Packages that use AbstractFramedChannel
Package
Description
-
Uses of AbstractFramedChannel in io.undertow.protocols.ajp
Subclasses of AbstractFramedChannel in io.undertow.protocols.ajp -
Uses of AbstractFramedChannel in io.undertow.protocols.http2
Subclasses of AbstractFramedChannel in io.undertow.protocols.http2 -
Uses of AbstractFramedChannel in io.undertow.server.protocol.framed
Classes in io.undertow.server.protocol.framed with type parameters of type AbstractFramedChannelModifier 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 types with arguments of type AbstractFramedChannelModifier and TypeMethodDescriptionorg.xnio.ChannelListener.Setter<? extends AbstractFramedChannel>
AbstractFramedChannel.getCloseSetter()
-
Uses of AbstractFramedChannel in io.undertow.websockets.core
Subclasses of AbstractFramedChannel in io.undertow.websockets.coreModifier and TypeClassDescriptionclass
AConnectedChannel
which can be used to send and receive WebSocket Frames. -
Uses of AbstractFramedChannel in io.undertow.websockets.core.protocol.version07
Subclasses of AbstractFramedChannel in io.undertow.websockets.core.protocol.version07 -
Uses of AbstractFramedChannel in io.undertow.websockets.core.protocol.version08
Subclasses of AbstractFramedChannel in io.undertow.websockets.core.protocol.version08 -
Uses of AbstractFramedChannel in io.undertow.websockets.core.protocol.version13
Subclasses of AbstractFramedChannel in io.undertow.websockets.core.protocol.version13Modifier and TypeClassDescriptionclass
A WebSocketChannel that handles version 13