Class DefaultHttp1Request
java.lang.Object
org.apache.dubbo.remoting.http12.h1.DefaultHttp1Request
- All Implemented Interfaces:
AutoCloseable,Http1Request,HttpInputMessage,HttpMetadata,RequestMetadata
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultHttp1Request(RequestMetadata httpMetadata, HttpInputMessage httpInputMessage) -
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.HttpMetadata
contentType, header, header
-
Constructor Details
-
DefaultHttp1Request
-
-
Method Details
-
getBody
- Specified by:
getBodyin interfaceHttpInputMessage
-
headers
- Specified by:
headersin interfaceHttpMetadata
-
method
- Specified by:
methodin interfaceRequestMetadata
-
path
- Specified by:
pathin interfaceRequestMetadata
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceHttpInputMessage- Throws:
IOException
-
toString
-