|
||||||||||
| 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 |
|---|
_calendar, _cb, _contentLength, _footerKeys, _footerValues, _headerBuffer, _headerCodes, _headerKeys, _headerValues, HEADER_CACHE_CONTROL, HEADER_CONNECTION, HEADER_CONTENT_LENGTH, HEADER_CONTENT_TYPE, HEADER_DATE, HEADER_SERVER |
| 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 AbstractHttpResponseprotected WriteStream getRawWrite()
protected void writeContinueInt()
throws java.io.IOException
writeContinueInt in class AbstractHttpResponsejava.io.IOException
protected boolean writeHeadersInt(int length,
boolean isHead)
throws java.io.IOException
writeHeadersInt in class AbstractHttpResponseos - the output stream to write the headers to.length - if non-negative, the length of the entire request.
java.io.IOExceptionpublic 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 | |||||||||