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 TypeClassDescriptionclassHeaders channelclassHeaders channelclassPush promise channelclass//TODO: ackclassStream 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 TypeMethodDescriptionvoidHttp2Channel.sendGoAway(int status, org.xnio.ChannelExceptionHandler<AbstractHttp2StreamSinkChannel> exceptionHandler) voidHttp2Channel.sendPing(byte[] data, org.xnio.ChannelExceptionHandler<AbstractHttp2StreamSinkChannel> exceptionHandler)