|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HTTPURLHandler
Field Summary | |
---|---|
static String |
CONTENT_TYPE_IMAGE_JPEG
|
static String |
CONTENT_TYPE_IMAGE_X_ICON
|
static String |
CONTENT_TYPE_TEXT_HTML
|
static String |
CONTENT_TYPE_TEXT_XML
|
Method Summary | |
---|---|
String |
getContentType()
Returns the content type. |
String |
getEncoding()
Return the encoding to use. |
String |
getPath()
Returns the path handled by this handler. |
void |
handleRequest(String path,
Map parameters,
OutputStream os)
Handles the specified request. |
Field Detail |
---|
static final String CONTENT_TYPE_TEXT_HTML
static final String CONTENT_TYPE_TEXT_XML
static final String CONTENT_TYPE_IMAGE_JPEG
static final String CONTENT_TYPE_IMAGE_X_ICON
Method Detail |
---|
String getPath()
String getContentType()
String getEncoding()
void handleRequest(String path, Map parameters, OutputStream os) throws IOException
The
- full path being handled.parameters
- A Map of the parameters in the request.os
- The OutputStream to write the result to.
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |