|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface WebServiceContainer.Request
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 |
getContextPath()
|
String |
getHeader(String name)
|
InputStream |
getInputStream()
|
int |
getMethod()
|
String |
getParameter(String name)
|
Map |
getParameters()
|
String |
getRemoteAddr()
|
URI |
getURI()
|
void |
setAttribute(String name,
Object value)
|
Field Detail |
---|
static final int OPTIONS
static final int GET
static final int HEAD
static final int POST
static final int PUT
static final int DELETE
static final int TRACE
static final int CONNECT
static final int UNSUPPORTED
static final String HEADER_ACCEPT
static final String HEADER_ACCEPT_ENCODING
static final String HEADER_ACCEPT_LANGUAGE
static final String HEADER_CONTENT_TYPE
static final String HEADER_CONTENT_LENGTH
static final String HEADER_CONNECTION
static final String HEADER_CACHE_CONTROL
static final String HEADER_HOST
static final String HEADER_USER_AGENT
static final String HEADER_SET_COOKIE
static final String HEADER_COOKIE
Method Detail |
---|
String getHeader(String name)
URI getURI()
int getContentLength()
String getContentType()
InputStream getInputStream() throws IOException
IOException
int getMethod()
String getParameter(String name)
Map getParameters()
Object getAttribute(String name)
void setAttribute(String name, Object value)
String getRemoteAddr()
String getContextPath()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |