se.sics.jipv6.http
Class HttpServletResponse

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

public class HttpServletResponse
extends Object


Constructor Summary
HttpServletResponse(TCPConnection c)
           
 
Method Summary
 OutputStream getOutputStream()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpServletResponse

public HttpServletResponse(TCPConnection c)
Method Detail

getOutputStream

public OutputStream getOutputStream()