Package com.envimate.httpmate.client
Class RawClientResponse
- java.lang.Object
-
- com.envimate.httpmate.client.RawClientResponse
-
public final class RawClientResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description RawClientResponse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStreamcontent()Optional<String>contentType()Optional<String>header(String key)Map<String,String>headers()static RawClientResponserawClientResponse(int statusCode, Map<String,String> headers, InputStream content)intstatusCode()
-
-
-
Method Detail
-
rawClientResponse
public static RawClientResponse rawClientResponse(int statusCode, Map<String,String> headers, InputStream content)
-
statusCode
public int statusCode()
-
content
public InputStream content()
-
-