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