|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static int |
CONNECT
the HTTP CONNECT type |
static int |
DELETE
the HTTP DELETE type |
static int |
GET
the HTTP GET type |
static int |
HEAD
the HTTP HEAD type |
static String |
HEADER_ACCEPT
the Accept header |
static String |
HEADER_ACCEPT_ENCODING
the Accept-Encoding header |
static String |
HEADER_ACCEPT_LANGUAGE
the Accept-Language header |
static String |
HEADER_CACHE_CONTROL
the Cache-Control header |
static String |
HEADER_CONNECTION
the Connection header |
static String |
HEADER_CONTENT_LENGTH
the Content-Length header |
static String |
HEADER_CONTENT_TYPE
the Content-Type header |
static String |
HEADER_COOKIE
the Cookie header |
static String |
HEADER_HOST
the Host header |
static String |
HEADER_SET_COOKIE
the Set-Cookie header |
static String |
HEADER_USER_AGENT
the User-Agent header |
static int |
OPTIONS
the HTTP OPTIONS type |
static int |
POST
the HTTP POST type |
static int |
PUT
the HTTP PUT type |
static int |
TRACE
the HTTP TRACE type |
static int |
UNSUPPORTED
the HTTP UNSUPPORTED type |
Method Summary | |
Object |
getAttribute(String name)
|
int |
getContentLength()
|
String |
getContentType()
|
String |
getHeader(String name)
|
InputStream |
getInputStream()
|
int |
getMethod()
|
String |
getParameter(String name)
|
Map |
getParameters()
|
URI |
getURI()
|
void |
setAttribute(String name,
Object value)
|
Field Detail |
public static final int OPTIONS
public static final int GET
public static final int HEAD
public static final int POST
public static final int PUT
public static final int DELETE
public static final int TRACE
public static final int CONNECT
public static final int UNSUPPORTED
public static final String HEADER_ACCEPT
public static final String HEADER_ACCEPT_ENCODING
public static final String HEADER_ACCEPT_LANGUAGE
public static final String HEADER_CONTENT_TYPE
public static final String HEADER_CONTENT_LENGTH
public static final String HEADER_CONNECTION
public static final String HEADER_CACHE_CONTROL
public static final String HEADER_HOST
public static final String HEADER_USER_AGENT
public static final String HEADER_SET_COOKIE
public static final String HEADER_COOKIE
Method Detail |
public String getHeader(String name)
public URI getURI()
public int getContentLength()
public String getContentType()
public InputStream getInputStream() throws IOException
IOException
public int getMethod()
public String getParameter(String name)
public Map getParameters()
public Object getAttribute(String name)
public void setAttribute(String name, Object value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |