Class Http2InputMessageFrame
java.lang.Object
org.apache.dubbo.remoting.http12.h2.Http2InputMessageFrame
- All Implemented Interfaces:
AutoCloseable,Http2InputMessage,Http2StreamFrame,HttpInputMessage
-
Constructor Summary
ConstructorsConstructorDescriptionHttp2InputMessageFrame(long streamId, InputStream body, boolean endStream) Http2InputMessageFrame(InputStream body, boolean endStream) -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.dubbo.remoting.http12.HttpInputMessage
close
-
Constructor Details
-
Http2InputMessageFrame
-
Http2InputMessageFrame
-
-
Method Details
-
getBody
- Specified by:
getBodyin interfaceHttpInputMessage
-
name
- Specified by:
namein interfaceHttp2StreamFrame
-
id
public long id()- Specified by:
idin interfaceHttp2StreamFrame
-
isEndStream
public boolean isEndStream()- Specified by:
isEndStreamin interfaceHttp2StreamFrame
-
toString
-