se.sics.jipv6.http
Class HttpServletRequest

java.lang.Object
  extended by se.sics.jipv6.http.HttpServletRequest

public class HttpServletRequest
extends Object


Constructor Summary
HttpServletRequest(TCPConnection connection, String method, String path)
           
 
Method Summary
 InputStream getInputStream()
           
 String getMethod()
           
 String getPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpServletRequest

public HttpServletRequest(TCPConnection connection,
                          String method,
                          String path)
Method Detail

getMethod

public String getMethod()

getPath

public String getPath()

getInputStream

public InputStream getInputStream()