impostor
Class RequestHandler
java.lang.Object
|
+--impostor.RequestHandler
- final class RequestHandler
- extends java.lang.Object
Internal Impostor class
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestHandler
protected RequestHandler(java.io.InputStream is)
throws java.io.IOException
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