org.apache.coyote.http11
Class InternalAprOutputBuffer.SocketOutputBuffer
java.lang.Object
org.apache.coyote.http11.InternalAprOutputBuffer.SocketOutputBuffer
- All Implemented Interfaces:
- OutputBuffer
- Enclosing class:
- InternalAprOutputBuffer
protected class InternalAprOutputBuffer.SocketOutputBuffer
- extends Object
- implements OutputBuffer
This class is an output buffer which will write data to an output
stream.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InternalAprOutputBuffer.SocketOutputBuffer
protected InternalAprOutputBuffer.SocketOutputBuffer()
doWrite
public int doWrite(ByteChunk chunk,
Response res)
throws IOException
- Write chunk.
- Specified by:
doWrite
in interface OutputBuffer
- Parameters:
chunk
- data to writeres
- used to allow buffers that can be shared by multiple responses.
- Throws:
IOException
Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.