Modifier and Type | Class and Description |
---|---|
class |
HttpRequestParser.MultipartParser
Parse data that is sent back from browser when form attribute is
enctype="multipart/form-data".
|
class |
HttpRequestParser.MultipartToken
Class containing one part (of multipart).
|
Modifier and Type | Field and Description |
---|---|
static int |
METHOD_GET
The short type for a GET request.
|
static int |
METHOD_HEAD
The short type for a HEAD request.
|
static int |
METHOD_POST
The 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.
© © Mindus SARL, 2024. All rights reserved.