public interface IRequest
| Modifier and Type | Method and Description |
|---|---|
IAuthentication |
getAuthentication() |
IClosure<InputStream,IOException> |
getContent() |
long |
getContentLength() |
String |
getEncoding() |
String |
getHost() |
HttpMethodType |
getMethodType() |
String |
getMimeType() |
IParameters |
getParameters() |
int |
getPort() |
IParameters |
getProperties() |
String |
getUriString() |
String |
getUserAgent() |
HttpMethodType getMethodType()
String getUriString()
IAuthentication getAuthentication()
IParameters getParameters()
long getContentLength()
IClosure<InputStream,IOException> getContent()
String getMimeType()
String getEncoding()
String getUserAgent()
IParameters getProperties()
String getHost()
int getPort()
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.