Package io.jans.as.server.model.net
Class HttpServiceResponse
- java.lang.Object
-
- io.jans.as.server.model.net.HttpServiceResponse
-
- All Implemented Interfaces:
Serializable
public class HttpServiceResponse extends Object implements Serializable
- Author:
- Yuriy Movchan Date: 07/14/2015
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HttpServiceResponse(org.apache.http.client.methods.HttpRequestBase httpRequest, org.apache.http.HttpResponse httpResponse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
closeConnection()
org.apache.http.client.methods.HttpRequestBase
getHttpRequest()
org.apache.http.HttpResponse
getHttpResponse()
-