Uses of Class
io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
Packages that use AbstractFramedStreamSinkChannel
Package
Description
-
Uses of AbstractFramedStreamSinkChannel in io.undertow.protocols.ajp
Subclasses of AbstractFramedStreamSinkChannel in io.undertow.protocols.ajpModifier and TypeClassDescriptionclass
class
class
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.http2Modifier and TypeClassDescriptionclass
class
Headers channelclass
Headers channelclass
Push promise channelclass
//TODO: ackclass
Stream sink channel used for HTTP2 communication. -
Uses of AbstractFramedStreamSinkChannel in io.undertow.server.protocol.framed
Classes in io.undertow.server.protocol.framed with type parameters of type AbstractFramedStreamSinkChannelModifier 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. -
Uses of AbstractFramedStreamSinkChannel in io.undertow.websockets.core
Subclasses of AbstractFramedStreamSinkChannel in io.undertow.websockets.core -
Uses of AbstractFramedStreamSinkChannel in io.undertow.websockets.core.protocol.version07
Modifier and TypeClassDescriptionclass
StreamSinkFrameChannel
implementation for writing WebSocket Frames onWebSocketVersion.V08
connections