All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.atp.daemon.AtpRequestImpl

java.lang.Object
   |
   +----com.ibm.atp.daemon.AtpRequestImpl

public final class AtpRequestImpl
extends Object
implements AtpRequest

Constructor Index

 o AtpRequestImpl(InputStream)

Method Index

 o getAgentId()
 o getAgentLanguage()
 o getAgentSystem()
 o getInputStream()
 o getMethod()
 o getRequestLine()
 o getRequestParameter(String)
 o getRequestParameter(String, String)
 o getRequestURI()
 o parseHeaders()

Constructors

 o AtpRequestImpl
 public AtpRequestImpl(InputStream in) throws IOException

Methods

 o getRequestURI
 public URL getRequestURI()
 o getRequestLine
 public String getRequestLine()
 o getMethod
 public int getMethod()
 o getAgentSystem
 public String getAgentSystem()
 o getAgentLanguage
 public String getAgentLanguage()
 o getAgentId
 public String getAgentId()
 o getRequestParameter
 public String getRequestParameter(String key)
 o getRequestParameter
 public String getRequestParameter(String key,
                                   String defValue)
 o getInputStream
 public InputStream getInputStream()
 o parseHeaders
 public void parseHeaders() throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index