| Constructor and Description |
|---|
Request(HttpMethodType methodType,
String urlString,
net.anwiba.commons.utilities.parameter.IParameters parameters,
String userAgent,
net.anwiba.commons.lang.functional.IClosure<InputStream,IOException> inputStreamClosure,
long contentLength,
String encoding,
String mimeType) |
| Modifier and Type | Method and Description |
|---|---|
net.anwiba.commons.lang.functional.IClosure<InputStream,IOException> |
getContent() |
long |
getContentLength() |
String |
getEncoding() |
HttpMethodType |
getMethodType() |
String |
getMimeType() |
net.anwiba.commons.utilities.parameter.IParameters |
getParameters() |
String |
getUriString() |
String |
getUserAgent() |
public Request(HttpMethodType methodType, String urlString, net.anwiba.commons.utilities.parameter.IParameters parameters, String userAgent, net.anwiba.commons.lang.functional.IClosure<InputStream,IOException> inputStreamClosure, long contentLength, String encoding, String mimeType)
public String getUriString()
getUriString in interface IRequestpublic HttpMethodType getMethodType()
getMethodType in interface IRequestpublic net.anwiba.commons.utilities.parameter.IParameters getParameters()
getParameters in interface IRequestpublic long getContentLength()
getContentLength in interface IRequestpublic String getUserAgent()
getUserAgent in interface IRequestpublic net.anwiba.commons.lang.functional.IClosure<InputStream,IOException> getContent()
getContent in interface IRequestpublic String getMimeType()
getMimeType in interface IRequestpublic String getEncoding()
getEncoding in interface IRequestCopyright © 2007–2017 Andreas W. Bartels. All rights reserved.