Class Http2MetadataFrame
java.lang.Object
org.apache.dubbo.remoting.http12.h2.Http2MetadataFrame
- All Implemented Interfaces:
Http2Header,Http2StreamFrame,HttpMetadata,RequestMetadata
-
Constructor Summary
ConstructorsConstructorDescriptionHttp2MetadataFrame(long streamId, HttpHeaders headers, boolean endStream) Http2MetadataFrame(HttpHeaders headers) Http2MetadataFrame(HttpHeaders headers, 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.h2.Http2Header
nameMethods inherited from interface org.apache.dubbo.remoting.http12.HttpMetadata
contentType, header, header
-
Constructor Details
-
Http2MetadataFrame
-
Http2MetadataFrame
-
Http2MetadataFrame
-
-
Method Details
-
headers
- Specified by:
headersin interfaceHttpMetadata
-
method
- Specified by:
methodin interfaceRequestMetadata
-
path
- Specified by:
pathin interfaceRequestMetadata
-
id
public long id()- Specified by:
idin interfaceHttp2StreamFrame
-
isEndStream
public boolean isEndStream()- Specified by:
isEndStreamin interfaceHttp2StreamFrame
-
toString
-