Class ImmutableResponseInfo
java.lang.Object
com.github.mizosoft.methanol.internal.extensions.ImmutableResponseInfo
- All Implemented Interfaces:
HttpResponse.ResponseInfo
Implementation of
ResponseInfo.-
Constructor Summary
ConstructorsConstructorDescriptionImmutableResponseInfo(int statusCode, HttpHeaders headers, HttpClient.Version version) -
Method Summary
Modifier and TypeMethodDescriptionstatic HttpResponse.ResponseInfofrom(HttpResponse<?> response) headers()inttoString()version()
-
Constructor Details
-
ImmutableResponseInfo
-
-
Method Details
-
statusCode
public int statusCode()- Specified by:
statusCodein interfaceHttpResponse.ResponseInfo
-
headers
- Specified by:
headersin interfaceHttpResponse.ResponseInfo
-
version
- Specified by:
versionin interfaceHttpResponse.ResponseInfo
-
toString
-
from
-