javalightserver.bundled.httpd
Class HttpResponse

java.lang.Object
  extended by javalightserver.bundled.httpd.HttpResponse

public class HttpResponse
extends java.lang.Object


Constructor Summary
HttpResponse(int ResponseCode, HttpStream httpStream)
          Standard HttpResponse ctor
 
Method Summary
 byte[] buffer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpResponse

public HttpResponse(int ResponseCode,
                    HttpStream httpStream)
Standard HttpResponse ctor

Method Detail

buffer

public byte[] buffer()