Class Http2WriteQueueChannel
java.lang.Object
org.apache.dubbo.remoting.http12.h2.Http2ChannelDelegate
org.apache.dubbo.remoting.http12.h2.command.Http2WriteQueueChannel
- All Implemented Interfaces:
H2StreamChannel,HttpChannel
-
Constructor Summary
ConstructorsConstructorDescriptionHttp2WriteQueueChannel(H2StreamChannel h2StreamChannel, HttpWriteQueue httpWriteQueue) -
Method Summary
Modifier and TypeMethodDescriptionwriteHeader(HttpMetadata httpMetadata) writeMessage(HttpOutputMessage httpOutputMessage) writeResetFrame(long errorCode) Methods inherited from class org.apache.dubbo.remoting.http12.h2.Http2ChannelDelegate
flush, getH2StreamChannel, localAddress, newOutputMessage, remoteAddress, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.dubbo.remoting.http12.h2.H2StreamChannel
newOutputMessage
-
Constructor Details
-
Http2WriteQueueChannel
-
-
Method Details
-
writeHeader
- Specified by:
writeHeaderin interfaceHttpChannel- Overrides:
writeHeaderin classHttp2ChannelDelegate
-
writeMessage
- Specified by:
writeMessagein interfaceHttpChannel- Overrides:
writeMessagein classHttp2ChannelDelegate
-
writeResetFrame
- Specified by:
writeResetFramein interfaceH2StreamChannel- Overrides:
writeResetFramein classHttp2ChannelDelegate
-