Class uk.co.demon.cascade.http.HTTPEnvironment

Class uk.co.demon.cascade.http.HTTPEnvironment

java.lang.Object
   |
   +----uk.co.demon.cascade.http.HTTPEnvironment

public class HTTPEnvironment
Object

Variable Index

 o accept
 o authType
 o connection
 o contentLength
 o docRoot
 o fileName
 o gateway
 o host
 o pathInfo
 o pragma
 o queryString
 o referer
 o remoteAddr
 o remoteHost
 o remoteIdent
 o remoteUser
 o requestMethod
 o scriptName
 o serverAdmin
 o serverName
 o serverPort
 o serverProtocol
 o serverSoftware
 o translatedPath
 o userAgent

Constructor Index

 o HTTPEnvironment()

Method Index

 o elements()
 o get(String)
 o keys()
 o put(String, String)
 o toArray()

Variables

 o authType
  public final static String authType
 o contentLength
  public final static String contentLength
 o docRoot
  public final static String docRoot
 o gateway
  public final static String gateway
 o accept
  public final static String accept
 o connection
  public final static String connection
 o host
  public final static String host
 o pragma
  public final static String pragma
 o referer
  public final static String referer
 o userAgent
  public final static String userAgent
 o pathInfo
  public final static String pathInfo
 o translatedPath
  public final static String translatedPath
 o queryString
  public final static String queryString
 o remoteAddr
  public final static String remoteAddr
 o remoteHost
  public final static String remoteHost
 o remoteIdent
  public final static String remoteIdent
 o remoteUser
  public final static String remoteUser
 o requestMethod
  public final static String requestMethod
 o fileName
  public final static String fileName
 o scriptName
  public final static String scriptName
 o serverAdmin
  public final static String serverAdmin
 o serverName
  public final static String serverName
 o serverPort
  public final static String serverPort
 o serverProtocol
  public final static String serverProtocol
 o serverSoftware
  public final static String serverSoftware

Constructors

 o HTTPEnvironment
  public HTTPEnvironment()

Methods

 o put
  public synchronized void put(String key,
                               String value)
 o get
  public String get(String key)
 o keys
  public Enumeration keys()
 o elements
  public Enumeration elements()
 o toArray
  public synchronized String[] toArray()