impostor
Class RequestHandler

java.lang.Object
  |
  +--impostor.RequestHandler

final class RequestHandler
extends java.lang.Object

Internal Impostor class


Constructor Summary
protected RequestHandler(java.io.InputStream is)
           
 
Method Summary
protected  java.lang.String getHeaders()
           
protected  java.lang.String getHost()
           
protected  int getPort()
           
protected  java.lang.String getPostString()
           
protected  java.lang.String getRequest()
           
protected  java.lang.String getScheme()
           
protected  boolean isConnect()
           
protected  boolean isGet()
           
protected  boolean isLocal()
           
protected  boolean isPost()
           
protected static java.lang.String readHTTPHeaders(java.io.InputStream is)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestHandler

protected RequestHandler(java.io.InputStream is)
                  throws java.io.IOException
Method Detail

getRequest

protected java.lang.String getRequest()

getHeaders

protected java.lang.String getHeaders()

getPostString

protected java.lang.String getPostString()

getScheme

protected java.lang.String getScheme()

getHost

protected java.lang.String getHost()

getPort

protected int getPort()

isLocal

protected boolean isLocal()

isGet

protected boolean isGet()

isConnect

protected boolean isConnect()

isPost

protected boolean isPost()

readHTTPHeaders

protected static java.lang.String readHTTPHeaders(java.io.InputStream is)
                                           throws java.io.IOException
java.io.IOException