Uses of Interface
org.apache.http.io.SessionOutputBuffer
| Package | Description |
|---|---|
| org.apache.http.impl |
Default implementations for interfaces in
org.apache.http. |
| org.apache.http.impl.conn | |
| org.apache.http.impl.entity |
Default implementations for interfaces in
org.apache.http.entity. |
| org.apache.http.impl.io |
Default implementations for interfaces in
org.apache.http.io. |
-
Uses of SessionOutputBuffer in org.apache.http.impl
Methods in org.apache.http.impl that return SessionOutputBuffer Modifier and Type Method Description protected SessionOutputBufferSocketHttpServerConnection. createHttpDataTransmitter(Socket socket, int buffersize, HttpParams params)protected SessionOutputBufferSocketHttpClientConnection. createSessionOutputBuffer(Socket socket, int buffersize, HttpParams params)Methods in org.apache.http.impl with parameters of type SessionOutputBuffer Modifier and Type Method Description protected HttpMessageWriterAbstractHttpClientConnection. createRequestWriter(SessionOutputBuffer buffer, HttpParams params)protected HttpMessageWriterAbstractHttpServerConnection. createResponseWriter(SessionOutputBuffer buffer, HttpParams params)protected voidAbstractHttpClientConnection. init(SessionInputBuffer inbuffer, SessionOutputBuffer outbuffer, HttpParams params)protected voidAbstractHttpServerConnection. init(SessionInputBuffer inbuffer, SessionOutputBuffer outbuffer, HttpParams params) -
Uses of SessionOutputBuffer in org.apache.http.impl.conn
Classes in org.apache.http.impl.conn that implement SessionOutputBuffer Modifier and Type Class Description classLoggingSessionOutputBufferLogs all data written to the wire LOG.Methods in org.apache.http.impl.conn that return SessionOutputBuffer Modifier and Type Method Description protected SessionOutputBufferDefaultClientConnection. createSessionOutputBuffer(Socket socket, int buffersize, HttpParams params)Constructors in org.apache.http.impl.conn with parameters of type SessionOutputBuffer Constructor Description LoggingSessionOutputBuffer(SessionOutputBuffer out, Wire wire)Create an instance that wraps the specified session output buffer. -
Uses of SessionOutputBuffer in org.apache.http.impl.entity
Methods in org.apache.http.impl.entity with parameters of type SessionOutputBuffer Modifier and Type Method Description protected OutputStreamEntitySerializer. doSerialize(SessionOutputBuffer outbuffer, HttpMessage message)voidEntitySerializer. serialize(SessionOutputBuffer outbuffer, HttpMessage message, HttpEntity entity) -
Uses of SessionOutputBuffer in org.apache.http.impl.io
Classes in org.apache.http.impl.io that implement SessionOutputBuffer Modifier and Type Class Description classAbstractSessionOutputBufferAbstract base class for session output buffers that stream data to anOutputStream.classSocketOutputBufferSocketbound session output buffer.Fields in org.apache.http.impl.io declared as SessionOutputBuffer Modifier and Type Field Description protected SessionOutputBufferAbstractMessageWriter. sessionBufferConstructors in org.apache.http.impl.io with parameters of type SessionOutputBuffer Constructor Description AbstractMessageWriter(SessionOutputBuffer buffer, LineFormatter formatter, HttpParams params)ChunkedOutputStream(SessionOutputBuffer out)Wraps a session output buffer and chunks the output.ChunkedOutputStream(SessionOutputBuffer out, int bufferSize)Wraps a session output buffer and chunks the output.ContentLengthOutputStream(SessionOutputBuffer out, long contentLength)Creates a new length limited streamHttpRequestWriter(SessionOutputBuffer buffer, LineFormatter formatter, HttpParams params)HttpResponseWriter(SessionOutputBuffer buffer, LineFormatter formatter, HttpParams params)IdentityOutputStream(SessionOutputBuffer out)