public abstract class HttpHandlerType
extends java.lang.Object
HTTP handler types.
Modifier and Type | Field and Description |
---|---|
static int |
EXTERNAL_HANDLER
An external handler replaces all external functionality of
HttpRequest.send and HttpRequest.close , and is used in place of those functions. |
static int |
INTERNAL_HANDLER
An internal handler replaces the platform-specific internal functionality of
HttpRequest.send and HttpRequest.close , and is called by those functions. |
Constructor and Description |
---|
HttpHandlerType() |
public static final int EXTERNAL_HANDLER
An external handler replaces all external functionality of HttpRequest.send
and HttpRequest.close
, and is used in place of those functions.
public static final int INTERNAL_HANDLER
An internal handler replaces the platform-specific internal functionality of HttpRequest.send
and HttpRequest.close
, and is called by those functions.