Class Http2ChannelDelegate
java.lang.Object
org.apache.dubbo.remoting.http12.h2.Http2ChannelDelegate
- All Implemented Interfaces:
H2StreamChannel,HttpChannel
- Direct Known Subclasses:
Http2WriteQueueChannel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidflush()newOutputMessage(boolean endStream) toString()writeHeader(HttpMetadata httpMetadata) writeMessage(HttpOutputMessage httpOutputMessage) writeResetFrame(long errorCode) Methods 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
-
Http2ChannelDelegate
-
-
Method Details
-
getH2StreamChannel
-
writeHeader
- Specified by:
writeHeaderin interfaceHttpChannel
-
writeMessage
- Specified by:
writeMessagein interfaceHttpChannel
-
remoteAddress
- Specified by:
remoteAddressin interfaceHttpChannel
-
localAddress
- Specified by:
localAddressin interfaceHttpChannel
-
flush
public void flush()- Specified by:
flushin interfaceHttpChannel
-
writeResetFrame
- Specified by:
writeResetFramein interfaceH2StreamChannel
-
newOutputMessage
- Specified by:
newOutputMessagein interfaceH2StreamChannel
-
toString
-