Uses of Class
io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
-
-
Uses of AbstractFramedStreamSinkChannel in io.undertow.protocols.ajp
Subclasses of AbstractFramedStreamSinkChannel in io.undertow.protocols.ajp Modifier and Type Class Description class
AbstractAjpClientStreamSinkChannel
class
AjpClientRequestClientStreamSinkChannel
AJP stream sink channel that corresponds to a request send from the load balancer to the backend -
Uses of AbstractFramedStreamSinkChannel in io.undertow.protocols.http2
Subclasses of AbstractFramedStreamSinkChannel in io.undertow.protocols.http2 Modifier and Type Class Description class
AbstractHttp2StreamSinkChannel
class
Http2DataStreamSinkChannel
Headers channelclass
Http2HeadersStreamSinkChannel
Headers channelclass
Http2PushPromiseStreamSinkChannel
Push promise channelclass
Http2SettingsStreamSinkChannel
//TODO: ackclass
Http2StreamSinkChannel
-
Uses of AbstractFramedStreamSinkChannel in io.undertow.server.protocol.framed
Classes in io.undertow.server.protocol.framed with type parameters of type AbstractFramedStreamSinkChannel Modifier and Type Class Description class
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. -
Uses of AbstractFramedStreamSinkChannel in io.undertow.websockets.core
Subclasses of AbstractFramedStreamSinkChannel in io.undertow.websockets.core Modifier and Type Class Description class
StreamSinkFrameChannel
-
Uses of AbstractFramedStreamSinkChannel in io.undertow.websockets.core.protocol.version07
Subclasses of AbstractFramedStreamSinkChannel in io.undertow.websockets.core.protocol.version07 Modifier and Type Class Description class
WebSocket07FrameSinkChannel
StreamSinkFrameChannel
implementation for writing WebSocket Frames onWebSocketVersion.V08
connections
-