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 classAbstractAjpClientStreamSinkChannelclassAjpClientCPingStreamSinkChannelclassAjpClientRequestClientStreamSinkChannelAJP 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 classAbstractHttp2StreamSinkChannelclassHttp2DataStreamSinkChannelHeaders channelclassHttp2HeadersStreamSinkChannelHeaders channelclassHttp2PushPromiseStreamSinkChannelPush promise channelclassHttp2SettingsStreamSinkChannel//TODO: ackclassHttp2StreamSinkChannelStream 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 AbstractFramedStreamSinkChannel 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. -
Uses of AbstractFramedStreamSinkChannel in io.undertow.websockets.core
Subclasses of AbstractFramedStreamSinkChannel in io.undertow.websockets.core Modifier and Type Class Description classStreamSinkFrameChannel -
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 classWebSocket07FrameSinkChannelStreamSinkFrameChannelimplementation for writing WebSocket Frames onWebSocketVersion.V08connections
-