Class Http2OutputMessageFrame
java.lang.Object
org.apache.dubbo.remoting.http12.h2.Http2OutputMessageFrame
- All Implemented Interfaces:
AutoCloseable,Http2OutputMessage,Http2StreamFrame,HttpOutputMessage
-
Field Summary
Fields inherited from interface org.apache.dubbo.remoting.http12.HttpOutputMessage
EMPTY_MESSAGE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.dubbo.remoting.http12.h2.Http2OutputMessage
id, name
-
Constructor Details
-
Http2OutputMessageFrame
-
-
Method Details
-
getBody
- Specified by:
getBodyin interfaceHttpOutputMessage
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceHttpOutputMessage- Throws:
IOException
-
isEndStream
public boolean isEndStream()- Specified by:
isEndStreamin interfaceHttp2StreamFrame
-