Uses of Class
io.undertow.protocols.http2.AbstractHttp2StreamSinkChannel
Packages that use AbstractHttp2StreamSinkChannel
-
Uses of AbstractHttp2StreamSinkChannel in io.undertow.protocols.http2
Subclasses of AbstractHttp2StreamSinkChannel in io.undertow.protocols.http2Modifier and TypeClassDescriptionclass
Headers channelclass
Headers channelclass
Push promise channelclass
//TODO: ackclass
Stream sink channel used for HTTP2 communication.Methods in io.undertow.protocols.http2 that return types with arguments of type AbstractHttp2StreamSinkChannelModifier and TypeMethodDescriptionprotected Collection<AbstractFramedStreamSourceChannel<Http2Channel,
AbstractHttp2StreamSourceChannel, AbstractHttp2StreamSinkChannel>> Http2Channel.getReceivers()
Method parameters in io.undertow.protocols.http2 with type arguments of type AbstractHttp2StreamSinkChannelModifier and TypeMethodDescriptionvoid
Http2Channel.sendGoAway
(int status, org.xnio.ChannelExceptionHandler<AbstractHttp2StreamSinkChannel> exceptionHandler) void
Http2Channel.sendPing
(byte[] data, org.xnio.ChannelExceptionHandler<AbstractHttp2StreamSinkChannel> exceptionHandler)