All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class novocode.netforge.http.Request

java.lang.Object
   |
   +----java.util.Dictionary
           |
           +----java.util.Hashtable
                   |
                   +----novocode.netforge.http.Request

public final class Request
extends Hashtable

Variable Index

 o authMethod
 o authUser
 o baseName
 o encodedOptions
 o encodedURI
 o ENT_ALLOW
 o ENT_CENC
 o ENT_CLEN
 o ENT_CTYPE
 o ENT_EXP
 o ENT_LMOD
 o GEN_DATE
 o GEN_PRAGMA
 o httpVersionMajor
 o httpVersionMinor
 o in
 o localName
 o name
 o out
 o REQ_AUTH
 o REQ_FROM
 o REQ_IFMODS
 o REQ_REF
 o REQ_UA
 o requestMethod

Constructor Index

 o Request()
Create an empty request
 o Request(Request)
Create a copy of an existing request with the same HTTP version, headers, connection and streams

Method Index

 o get(String)
 o getConnection()
 o getIfModifiedSince()
 o getInt(String)
 o getLocalNameParts()
 o retry(String)
 o setURI(String)

Variables

 o GEN_DATE
 public static final String GEN_DATE
 o GEN_PRAGMA
 public static final String GEN_PRAGMA
 o REQ_AUTH
 public static final String REQ_AUTH
 o REQ_FROM
 public static final String REQ_FROM
 o REQ_IFMODS
 public static final String REQ_IFMODS
 o REQ_REF
 public static final String REQ_REF
 o REQ_UA
 public static final String REQ_UA
 o ENT_ALLOW
 public static final String ENT_ALLOW
 o ENT_CENC
 public static final String ENT_CENC
 o ENT_CLEN
 public static final String ENT_CLEN
 o ENT_CTYPE
 public static final String ENT_CTYPE
 o ENT_EXP
 public static final String ENT_EXP
 o ENT_LMOD
 public static final String ENT_LMOD
 o httpVersionMajor
 public int httpVersionMajor
 o httpVersionMinor
 public int httpVersionMinor
 o name
 public String name
 o localName
 public String localName
 o baseName
 public String baseName
 o encodedOptions
 public String encodedOptions
 o encodedURI
 public String encodedURI
 o requestMethod
 public String requestMethod
 o authMethod
 public String authMethod
 o authUser
 public String authUser
 o in
 public InputStream in
 o out
 public OutputStream out

Constructors

 o Request
 public Request()
Create an empty request

 o Request
 public Request(Request req)
Create a copy of an existing request with the same HTTP version, headers, connection and streams

Methods

 o setURI
 public void setURI(String uri)
 o getConnection
 public Connection getConnection()
 o getIfModifiedSince
 public long getIfModifiedSince()
 o get
 public String get(String key)
 o getInt
 public int getInt(String key) throws NumberFormatException
 o getLocalNameParts
 public String[] getLocalNameParts()
 o retry
 public void retry(String location)

All Packages  Class Hierarchy  This Package  Previous  Next  Index