public interface Request
| Modifier and Type | Interface and Description |
|---|---|
static class |
Request.CacheControlRequest |
static class |
Request.Depth |
static class |
Request.Header |
static class |
Request.Method |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbsolutePath()
Return the path portion of the url.
|
String |
getAbsoluteUrl()
Return the complete URL, including protocol, host and port (if specified)
and path
|
String |
getAcceptEncodingHeader() |
String |
getAcceptHeader() |
Auth |
getAuthorization() |
Long |
getContentLengthHeader() |
String |
getContentTypeHeader() |
int |
getDepthHeader() |
String |
getDestinationHeader() |
String |
getFromAddress() |
String |
getHostHeader() |
String |
getIfHeader() |
Date |
getIfModifiedHeader() |
InputStream |
getInputStream() |
String |
getLockTokenHeader() |
Request.Method |
getMethod() |
String |
getRefererHeader() |
String |
getTimeoutHeader() |
void |
parseRequestParameters(Map<String,String> params,
Map<String,FileItem> files) |
String getFromAddress()
String getLockTokenHeader()
Request.Method getMethod()
Auth getAuthorization()
String getRefererHeader()
String getTimeoutHeader()
String getIfHeader()
Date getIfModifiedHeader()
int getDepthHeader()
String getAbsoluteUrl()
String getAbsolutePath()
String getHostHeader()
String getDestinationHeader()
InputStream getInputStream() throws IOException
IOExceptionvoid parseRequestParameters(Map<String,String> params, Map<String,FileItem> files) throws RequestParseException
RequestParseExceptionString getContentTypeHeader()
Long getContentLengthHeader()
String getAcceptHeader()
String getAcceptEncodingHeader()
Copyright © 2020. All rights reserved.