|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tomcat.core.Response | +--org.apache.tomcat.modules.server.JNIResponseAdapter
Fields inherited from class org.apache.tomcat.core.Response |
---|
characterEncoding, commited, contentLanguage, contentType, DEFAULT_CHAR_ENCODING, DEFAULT_CONTENT_TYPE, DEFAULT_LOCALE, errorException, errorURI, headers, included, locale, LOCALE_DEFAULT, oBuffer, request, responseFacade, sm, status, usingStream, usingWriter |
Constructor Summary | |
---|---|
JNIResponseAdapter(JNIConnectionHandler h)
|
Method Summary | |
---|---|
void |
doWrite(byte[] buf,
int pos,
int count)
Write a chunk of bytes. |
void |
endHeaders()
Signal that we're done with the headers, and body will follow. |
protected void |
setRequestAttr(long s,
long l)
|
Methods inherited from class org.apache.tomcat.core.Response |
---|
addHeader, containsHeader, finish, flushBuffer, getBuffer, getBufferSize, getCharacterEncoding, getContentLength, getContentType, getErrorException, getErrorURI, getFacade, getLocale, getMimeHeaders, getRequest, getStatus, init, isBufferCommitted, isExceptionPresent, isIncluded, isUsingStream, isUsingWriter, notifyEndHeaders, recycle, reset, resetBuffer, setBufferCommitted, setBufferSize, setContentLength, setContentType, setErrorException, setErrorURI, setFacade, setHeader, setIncluded, setLocale, setRequest, setStatus, setUsingStream, setUsingWriter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JNIResponseAdapter(JNIConnectionHandler h)
Method Detail |
protected void setRequestAttr(long s, long l) throws java.io.IOException
public void endHeaders() throws java.io.IOException
Response
endHeaders
in class Response
public void doWrite(byte[] buf, int pos, int count) throws java.io.IOException
Response
doWrite
in class Response
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |