Package ch.squaredesk.nova.comm.http
Class RequestInfo
- java.lang.Object
-
- ch.squaredesk.nova.comm.http.RequestInfo
-
public class RequestInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description Map<String,String>headersHttpRequestMethodrequestMethod
-
Constructor Summary
Constructors Constructor Description RequestInfo(HttpRequestMethod requestMethod)RequestInfo(HttpRequestMethod requestMethod, Map<String,String> headers)
-
-
-
Field Detail
-
requestMethod
public final HttpRequestMethod requestMethod
-
-
Constructor Detail
-
RequestInfo
public RequestInfo(HttpRequestMethod requestMethod)
-
RequestInfo
public RequestInfo(HttpRequestMethod requestMethod, Map<String,String> headers)
-
-