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 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 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 TypeClassDescriptionclassAConnectedChannelwhich 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 TypeClassDescriptionclassA WebSocketChannel that handles version 13