public interface IRequest
| 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() |
HttpMethodType getMethodType()
String getUriString()
net.anwiba.commons.utilities.parameter.IParameters getParameters()
long getContentLength()
net.anwiba.commons.lang.functional.IClosure<InputStream,IOException> getContent()
String getMimeType()
String getEncoding()
String getUserAgent()
Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.