|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.server.http.AbstractHttpResponse
com.caucho.server.http.HttpResponse
public class HttpResponse
Field Summary |
---|
Fields inherited from class com.caucho.server.http.AbstractHttpResponse |
---|
_headerKeys, _headerValues |
Method Summary | |
---|---|
protected AbstractResponseStream |
createResponseStream()
|
protected WriteStream |
getRawWrite()
|
java.lang.String |
toString()
|
protected void |
writeContinueInt()
Writes the 100 continue response. |
protected boolean |
writeHeadersInt(int length,
boolean isHead)
Implementation to write the HTTP headers. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
protected AbstractResponseStream createResponseStream()
createResponseStream
in class AbstractHttpResponse
protected WriteStream getRawWrite()
protected void writeContinueInt() throws java.io.IOException
writeContinueInt
in class AbstractHttpResponse
java.io.IOException
protected boolean writeHeadersInt(int length, boolean isHead) throws java.io.IOException
writeHeadersInt
in class AbstractHttpResponse
os
- the output stream to write the headers to.length
- if non-negative, the length of the entire request.
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |