SK.gnome.dwarf.http
Class HTTPConstants

java.lang.Object
  extended bySK.gnome.dwarf.Constants
      extended bySK.gnome.dwarf.tcpip.TCPIPConstants
          extended bySK.gnome.dwarf.http.HTTPConstants

public class HTTPConstants
extends SK.gnome.dwarf.tcpip.TCPIPConstants

Provides global HTTP constants.


Field Summary
static java.lang.String HTTP_DEFAULT_RUNTIME_SERVLET_PATH
          Default servlet path prefix for the runtime loaded servlets.
static int HTTP_DEFAULT_SESSION_TIMEOUT
          Default session expiration time in seconds.
static java.lang.String HTTP_DOCUMENT_TYPE
          Document type used in the system messages.
static int HTTP_REQUEST_BODY_LIMIT
          Maximum size in bytes of the request entity body to be stored in the operational memory.
static int HTTP_REQUEST_HEADER_LENGTH
          Maximum length of the request header.
static int HTTP_REQUEST_URI_LENGTH
          Maximum length of the request URI.
static java.lang.String HTTP_REQUIRED_DWARF_VERSION
          The required framework version.
static int HTTP_RESPONSE_BUFFER_SIZE
          Default response buffer size in bytes.
static java.lang.String HTTP_TRACE
          String identifier for HTTP protocol tracing messages.
 
Fields inherited from class SK.gnome.dwarf.tcpip.TCPIPConstants
TCPIP_DEFAULT_BACKLOG_SIZE, TCPIP_DEFAULT_HANDLER_TIMEOUT, TCPIP_DEFAULT_MAX_HANDLERS, TCPIP_DEFAULT_MIN_HANDLERS, TCPIP_DEFAULT_QUEUE_SIZE, TCPIP_DEFAULT_REGISTRATION_QUEUE_SIZE, TCPIP_DEFAULT_UDP_PACKET_SIZE, TCPIP_MAX_UDP_PACKET_SIZE
 
Fields inherited from class SK.gnome.dwarf.Constants
DEFAULT_CACHE_INTERVAL, DEFAULT_CONSOLE_TIMEOUT, DEFAULT_SHUTDOWN_TIMEOUT, LS, PLATFORM_DETAILS
 
Constructor Summary
HTTPConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HTTP_REQUIRED_DWARF_VERSION

public static final java.lang.String HTTP_REQUIRED_DWARF_VERSION
The required framework version.

Value: "1.2"

See Also:
Constant Field Values

HTTP_TRACE

public static final java.lang.String HTTP_TRACE
String identifier for HTTP protocol tracing messages.

Value: "http_trace"

See Also:
Constant Field Values

HTTP_DOCUMENT_TYPE

public static final java.lang.String HTTP_DOCUMENT_TYPE
Document type used in the system messages.

Value: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">

See Also:
Constant Field Values

HTTP_DEFAULT_SESSION_TIMEOUT

public static final int HTTP_DEFAULT_SESSION_TIMEOUT
Default session expiration time in seconds.

Value: 600

See Also:
Constant Field Values

HTTP_RESPONSE_BUFFER_SIZE

public static final int HTTP_RESPONSE_BUFFER_SIZE
Default response buffer size in bytes.

Value: 8192

See Also:
Constant Field Values

HTTP_DEFAULT_RUNTIME_SERVLET_PATH

public static final java.lang.String HTTP_DEFAULT_RUNTIME_SERVLET_PATH
Default servlet path prefix for the runtime loaded servlets.

Value: "/servlet"

See Also:
Constant Field Values

HTTP_REQUEST_URI_LENGTH

public static final int HTTP_REQUEST_URI_LENGTH
Maximum length of the request URI.

Value: 1024

See Also:
Constant Field Values

HTTP_REQUEST_HEADER_LENGTH

public static final int HTTP_REQUEST_HEADER_LENGTH
Maximum length of the request header.

Value: 2048

See Also:
Constant Field Values

HTTP_REQUEST_BODY_LIMIT

public static final int HTTP_REQUEST_BODY_LIMIT
Maximum size in bytes of the request entity body to be stored in the operational memory.

Value: 32768

See Also:
Constant Field Values
Constructor Detail

HTTPConstants

public HTTPConstants()


Copyright (c) 1999-2005, Gnome Ltd. All rights reserved.