org.apache.http.impl.nio.reactor
Class SessionOutputBuffer
java.lang.Object
org.apache.http.nio.util.ExpandableBuffer
org.apache.http.impl.nio.reactor.SessionOutputBuffer
- public class SessionOutputBuffer
- extends ExpandableBuffer
Method Summary |
int |
flush(java.nio.channels.WritableByteChannel channel)
|
void |
reset(org.apache.http.params.HttpParams params)
|
void |
write(java.nio.ByteBuffer src)
|
void |
writeLine(org.apache.http.util.CharArrayBuffer linebuffer)
|
void |
writeLine(java.lang.String s)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionOutputBuffer
public SessionOutputBuffer(int buffersize,
int linebuffersize)
reset
public void reset(org.apache.http.params.HttpParams params)
flush
public int flush(java.nio.channels.WritableByteChannel channel)
throws java.io.IOException
- Throws:
java.io.IOException
write
public void write(java.nio.ByteBuffer src)
writeLine
public void writeLine(org.apache.http.util.CharArrayBuffer linebuffer)
writeLine
public void writeLine(java.lang.String s)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.