| Modifier and Type | Class and Description |
|---|---|
static class | HttpRequestParser.MultipartParserParse data that is sent back from browser when form attribute is enctype="multipart/form-data". |
static class | HttpRequestParser.MultipartTokenClass containing one part (of multipart). |
| Modifier and Type | Field and Description |
|---|---|
static int | METHOD_GETThe short type for a GET request. |
static int | METHOD_HEADThe short type for a HEAD request. |
static int | METHOD_POSTThe short type for a POST request. |
| Constructor and Description |
|---|
HttpRequestParser(ClientSessionManager csm, HttpWebServer webServer, ServerSocketInterface ssi, ISocket socket, int firstChar, se.entra.phantom.server.http.HttpAuthentication aHttpAuthentication, boolean isBusy, String id)Creates a new instance of the request and waits for a thread to be created. |
| Modifier and Type | Method and Description |
|---|---|
int | getRequestMethod()Returns the request type (METHOD_GET, METHOD_HEAD, METHOD_POST). |
void | run()The actual HTTP request is handled here. |
public static final int METHOD_GET
public static final int METHOD_HEAD
public static final int METHOD_POST
public HttpRequestParser(ClientSessionManager csm, HttpWebServer webServer, ServerSocketInterface ssi, ISocket socket, int firstChar, se.entra.phantom.server.http.HttpAuthentication aHttpAuthentication, boolean isBusy, String id)
Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© 2026 Mindus SARL. All rights reserved.