Uses of Class
io.undertow.server.protocol.framed.AbstractFramedChannel
-
-
Uses of AbstractFramedChannel in io.undertow.protocols.ajp
Subclasses of AbstractFramedChannel in io.undertow.protocols.ajp Modifier and Type Class Description classAjpClientChannelAJP client side channel. -
Uses of AbstractFramedChannel in io.undertow.protocols.http2
Subclasses of AbstractFramedChannel in io.undertow.protocols.http2 Modifier and Type Class Description classHttp2ChannelHTTP2 channel. -
Uses of AbstractFramedChannel in io.undertow.server.protocol.framed
Classes in io.undertow.server.protocol.framed with type parameters of type AbstractFramedChannel 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 types with arguments of type AbstractFramedChannel Modifier and Type Method Description org.xnio.ChannelListener.Setter<? extends AbstractFramedChannel>AbstractFramedChannel. getCloseSetter() -
Uses of AbstractFramedChannel in io.undertow.websockets.core
Subclasses of AbstractFramedChannel in io.undertow.websockets.core Modifier and Type Class Description classWebSocketChannelAConnectedChannelwhich 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 Modifier and Type Class Description classWebSocket07ChannelWebSocketChannelwhich is used forWebSocketVersion.V08 -
Uses of AbstractFramedChannel in io.undertow.websockets.core.protocol.version08
Subclasses of AbstractFramedChannel in io.undertow.websockets.core.protocol.version08 Modifier and Type Class Description classWebSocket08ChannelWebSocketChannelwhich is used forWebSocketVersion.V08 -
Uses of AbstractFramedChannel in io.undertow.websockets.core.protocol.version13
Subclasses of AbstractFramedChannel in io.undertow.websockets.core.protocol.version13 Modifier and Type Class Description classWebSocket13ChannelA WebSocketChannel that handles version 13
-