A B C D E F G H I K L N O P R S T V W

A

ATTACHMENT_KEY - Static variable in interface org.apache.http.nio.reactor.IOSession
 
AbstractContentDecoder - class org.apache.http.impl.nio.codecs.AbstractContentDecoder.
 
AbstractContentDecoder(ReadableByteChannel, SessionInputBuffer) - Constructor for class org.apache.http.impl.nio.codecs.AbstractContentDecoder
 
AbstractContentEncoder - class org.apache.http.impl.nio.codecs.AbstractContentEncoder.
 
AbstractContentEncoder() - Constructor for class org.apache.http.impl.nio.codecs.AbstractContentEncoder
 
AbstractIOReactor - class org.apache.http.impl.nio.reactor.AbstractIOReactor.
 
AbstractIOReactor(long) - Constructor for class org.apache.http.impl.nio.reactor.AbstractIOReactor
 
AbstractMultiworkerIOReactor - class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor.
 
AbstractMultiworkerIOReactor(long, int, ThreadFactory) - Constructor for class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
 
acceptable(SelectionKey) - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
 
acceptable(SelectionKey) - Method in class org.apache.http.impl.nio.reactor.BaseIOReactor
 
add(IOSession) - Method in class org.apache.http.impl.nio.reactor.SessionSet
 
addChannel(ChannelEntry) - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
 
addChannel(ChannelEntry) - Method in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
 
assertNotClosed() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
 
assertNotCompleted() - Method in class org.apache.http.impl.nio.codecs.AbstractContentEncoder
 

B

BaseIOReactor - class org.apache.http.impl.nio.reactor.BaseIOReactor.
 
BaseIOReactor(long) - Constructor for class org.apache.http.impl.nio.reactor.BaseIOReactor
 
BufferingHttpClientHandler - class org.apache.http.nio.protocol.BufferingHttpClientHandler.
HTTP client handler implementation that buffers the content of HTTP messages entirely in memory and executes HTTP requests on the main I/O thread.
BufferingHttpClientHandler(HttpProcessor, HttpRequestExecutionHandler, ConnectionReuseStrategy, HttpParams) - Constructor for class org.apache.http.nio.protocol.BufferingHttpClientHandler
 
BufferingHttpServiceHandler - class org.apache.http.nio.protocol.BufferingHttpServiceHandler.
HTTP service handler implementation that buffers the content of HTTP messages entirely in memory and processes HTTP requests on the main I/O thread.
BufferingHttpServiceHandler(HttpProcessor, HttpResponseFactory, ConnectionReuseStrategy, HttpParams) - Constructor for class org.apache.http.nio.protocol.BufferingHttpServiceHandler
 
buffer - Variable in class org.apache.http.impl.nio.codecs.AbstractContentDecoder
 
buffer - Variable in class org.apache.http.nio.util.ExpandableBuffer
 

C

CONTENT_BUFFER_SIZE - Static variable in class org.apache.http.nio.params.HttpNIOParams
Determines the size of the content input / output buffers used to buffer data while receiving / transmitting HTTP messages.
ChannelEntry - class org.apache.http.impl.nio.reactor.ChannelEntry.
 
ChannelEntry(SocketChannel, SessionRequestImpl) - Constructor for class org.apache.http.impl.nio.reactor.ChannelEntry
 
ChannelEntry(SocketChannel) - Constructor for class org.apache.http.impl.nio.reactor.ChannelEntry
 
ChannelQueue - class org.apache.http.impl.nio.reactor.ChannelQueue.
 
ChannelQueue() - Constructor for class org.apache.http.impl.nio.reactor.ChannelQueue
 
ChunkDecoder - class org.apache.http.impl.nio.codecs.ChunkDecoder.
 
ChunkDecoder(ReadableByteChannel, SessionInputBuffer) - Constructor for class org.apache.http.impl.nio.codecs.ChunkDecoder
 
ChunkEncoder - class org.apache.http.impl.nio.codecs.ChunkEncoder.
 
ChunkEncoder(SessionOutputBuffer) - Constructor for class org.apache.http.impl.nio.codecs.ChunkEncoder
 
ConnectingIOReactor - interface org.apache.http.nio.reactor.ConnectingIOReactor.
 
ContentDecoder - interface org.apache.http.nio.ContentDecoder.
Abstract HTTP content decoder.
ContentEncoder - interface org.apache.http.nio.ContentEncoder.
Abstract HTTP content encoder.
ContentInputBuffer - interface org.apache.http.nio.util.ContentInputBuffer.
 
ContentOutputBuffer - interface org.apache.http.nio.util.ContentOutputBuffer.
 
cancel() - Method in interface org.apache.http.nio.reactor.SessionRequest
 
cancelRequest() - Method in class org.apache.http.impl.nio.DefaultNHttpClientConnection
 
cancelRequest() - Method in class org.apache.http.impl.nio.DefaultNHttpServerConnection
 
cancelRequest() - Method in interface org.apache.http.nio.NHttpClientConnection
Cancels pending HTTP request if it failed the target server expections (the target server responded with non 1xx status code during the 'expect: continue' handshake.
cancelRequest() - Method in interface org.apache.http.nio.NHttpServerConnection
Cancels pending HTTP request if it failed the target server expections (the target server responded with non 1xx status code during the 'expect: continue' handshake).
cancelled(SessionRequest) - Method in interface org.apache.http.nio.reactor.SessionRequestCallback
 
capacity() - Method in class org.apache.http.nio.util.ExpandableBuffer
 
channel - Variable in class org.apache.http.impl.nio.codecs.AbstractContentDecoder
 
channel() - Method in interface org.apache.http.nio.reactor.IOSession
 
clear() - Method in class org.apache.http.impl.nio.reactor.SessionSet
 
clear() - Method in class org.apache.http.nio.util.ExpandableBuffer
 
clearEvent(int) - Method in interface org.apache.http.nio.reactor.IOSession
 
close() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
 
close() - Method in interface org.apache.http.nio.reactor.IOSession
 
closed - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
 
closed(NHttpClientConnection) - Method in interface org.apache.http.nio.NHttpClientHandler
Triggered when the connection is closed.
closed(NHttpServerConnection) - Method in interface org.apache.http.nio.NHttpServiceHandler
Triggered when the connection is closed.
closed(NHttpClientConnection) - Method in class org.apache.http.nio.protocol.BufferingHttpClientHandler
 
closed(NHttpServerConnection) - Method in class org.apache.http.nio.protocol.BufferingHttpServiceHandler
 
closed(NHttpServerConnection) - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
 
complete() - Method in class org.apache.http.impl.nio.codecs.AbstractContentEncoder
 
complete() - Method in class org.apache.http.impl.nio.codecs.ChunkEncoder
 
complete() - Method in interface org.apache.http.nio.ContentEncoder
Terminates the content stream.
completed - Variable in class org.apache.http.impl.nio.codecs.AbstractContentDecoder
 
completed - Variable in class org.apache.http.impl.nio.codecs.AbstractContentEncoder
 
completed(SessionRequest) - Method in interface org.apache.http.nio.reactor.SessionRequestCallback
 
connect(SocketAddress, SocketAddress, Object, SessionRequestCallback) - Method in class org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor
 
connect(SocketAddress, SocketAddress, Object, SessionRequestCallback) - Method in interface org.apache.http.nio.reactor.ConnectingIOReactor
 
connectable(SelectionKey) - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
 
connectable(SelectionKey) - Method in class org.apache.http.impl.nio.reactor.BaseIOReactor
 
connected(IOSession) - Method in class org.apache.http.impl.nio.DefaultClientIOEventDispatch
 
connected(IOSession) - Method in class org.apache.http.impl.nio.DefaultServerIOEventDispatch
 
connected(NHttpClientConnection, Object) - Method in interface org.apache.http.nio.NHttpClientHandler
Triggered when a new outgoing connection is created.
connected(NHttpServerConnection) - Method in interface org.apache.http.nio.NHttpServiceHandler
Triggered when a new incoming connection is created.
connected(NHttpClientConnection, Object) - Method in class org.apache.http.nio.protocol.BufferingHttpClientHandler
 
connected(NHttpServerConnection) - Method in class org.apache.http.nio.protocol.BufferingHttpServiceHandler
 
connected(NHttpServerConnection) - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
 
connected(IOSession) - Method in interface org.apache.http.nio.reactor.IOEventDispatch
 
connectionClosed(InetAddress) - Method in interface org.apache.http.nio.protocol.EventListener
 
connectionOpen(InetAddress) - Method in interface org.apache.http.nio.protocol.EventListener
 
connectionTimeout(InetAddress) - Method in interface org.apache.http.nio.protocol.EventListener
 
consumeContent(ContentDecoder) - Method in interface org.apache.http.nio.util.ContentInputBuffer
 
consumeContent(ContentDecoder) - Method in class org.apache.http.nio.util.SharedInputBuffer
 
consumeContent(ContentDecoder) - Method in class org.apache.http.nio.util.SimpleInputBuffer
 
consumeInput(NHttpClientHandler) - Method in class org.apache.http.impl.nio.DefaultNHttpClientConnection
 
consumeInput(NHttpServiceHandler) - Method in class org.apache.http.impl.nio.DefaultNHttpServerConnection
 
contentDecoder - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
 
contentEncoder - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
 
context - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
 
createMessage(CharArrayBuffer) - Method in class org.apache.http.impl.nio.codecs.HttpMessageParser
 
createMessage(CharArrayBuffer) - Method in class org.apache.http.impl.nio.codecs.HttpRequestParser
 
createMessage(CharArrayBuffer) - Method in class org.apache.http.impl.nio.codecs.HttpResponseParser
 

D

DefaultClientIOEventDispatch - class org.apache.http.impl.nio.DefaultClientIOEventDispatch.
 
DefaultClientIOEventDispatch(NHttpClientHandler, HttpParams) - Constructor for class org.apache.http.impl.nio.DefaultClientIOEventDispatch
 
DefaultConnectingIOReactor - class org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor.
 
DefaultConnectingIOReactor(int, ThreadFactory, HttpParams) - Constructor for class org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor
 
DefaultConnectingIOReactor(int, HttpParams) - Constructor for class org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor
 
DefaultListeningIOReactor - class org.apache.http.impl.nio.reactor.DefaultListeningIOReactor.
 
DefaultListeningIOReactor(int, ThreadFactory, HttpParams) - Constructor for class org.apache.http.impl.nio.reactor.DefaultListeningIOReactor
 
DefaultListeningIOReactor(int, HttpParams) - Constructor for class org.apache.http.impl.nio.reactor.DefaultListeningIOReactor
 
DefaultNHttpClientConnection - class org.apache.http.impl.nio.DefaultNHttpClientConnection.
 
DefaultNHttpClientConnection(IOSession, HttpResponseFactory, HttpParams) - Constructor for class org.apache.http.impl.nio.DefaultNHttpClientConnection
 
DefaultNHttpServerConnection - class org.apache.http.impl.nio.DefaultNHttpServerConnection.
 
DefaultNHttpServerConnection(IOSession, HttpRequestFactory, HttpParams) - Constructor for class org.apache.http.impl.nio.DefaultNHttpServerConnection
 
DefaultServerIOEventDispatch - class org.apache.http.impl.nio.DefaultServerIOEventDispatch.
 
DefaultServerIOEventDispatch(NHttpServiceHandler, HttpParams) - Constructor for class org.apache.http.impl.nio.DefaultServerIOEventDispatch
 
disconnected(IOSession) - Method in class org.apache.http.impl.nio.DefaultClientIOEventDispatch
 
disconnected(IOSession) - Method in class org.apache.http.impl.nio.DefaultServerIOEventDispatch
 
disconnected(IOSession) - Method in interface org.apache.http.nio.reactor.IOEventDispatch
 

E

EventListener - interface org.apache.http.nio.protocol.EventListener.
Event listener used by HTTP protocol layer to report fatal exceptions and events that may need to be logged.
EventMask - interface org.apache.http.nio.reactor.EventMask.
 
ExpandableBuffer - class org.apache.http.nio.util.ExpandableBuffer.
 
ExpandableBuffer(int) - Constructor for class org.apache.http.nio.util.ExpandableBuffer
 
ensureCapacity(int) - Method in class org.apache.http.nio.util.ExpandableBuffer
 
eventDispatch - Variable in class org.apache.http.impl.nio.reactor.AbstractIOReactor
 
exception(NHttpClientConnection, IOException) - Method in interface org.apache.http.nio.NHttpClientHandler
Triggered when an I/O error occurrs while reading from or writing to the underlying channel.
exception(NHttpClientConnection, HttpException) - Method in interface org.apache.http.nio.NHttpClientHandler
Triggered when an HTTP protocol violation occurs while receiving an HTTP response.
exception(NHttpServerConnection, IOException) - Method in interface org.apache.http.nio.NHttpServiceHandler
Triggered when an I/O error occurrs while reading from or writing to the underlying channel.
exception(NHttpServerConnection, HttpException) - Method in interface org.apache.http.nio.NHttpServiceHandler
Triggered when an HTTP protocol violation occurs while receiving an HTTP request.
exception(NHttpClientConnection, HttpException) - Method in class org.apache.http.nio.protocol.BufferingHttpClientHandler
 
exception(NHttpClientConnection, IOException) - Method in class org.apache.http.nio.protocol.BufferingHttpClientHandler
 
exception(NHttpServerConnection, HttpException) - Method in class org.apache.http.nio.protocol.BufferingHttpServiceHandler
 
exception(NHttpServerConnection, IOException) - Method in class org.apache.http.nio.protocol.BufferingHttpServiceHandler
 
exception(NHttpServerConnection, HttpException) - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
 
exception(NHttpServerConnection, IOException) - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
 
execute(IOEventDispatch) - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
 
execute(IOEventDispatch) - Method in class org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor
 
execute(IOEventDispatch) - Method in class org.apache.http.impl.nio.reactor.DefaultListeningIOReactor
 
execute(IOEventDispatch) - Method in interface org.apache.http.nio.reactor.IOReactor
 
expand() - Method in class org.apache.http.nio.util.ExpandableBuffer
 

F

failed(SessionRequest) - Method in interface org.apache.http.nio.reactor.SessionRequestCallback
 
fatalIOException(IOException) - Method in interface org.apache.http.nio.protocol.EventListener
 
fatalProtocolException(HttpException) - Method in interface org.apache.http.nio.protocol.EventListener
 
fill(ReadableByteChannel) - Method in class org.apache.http.impl.nio.reactor.SessionInputBuffer
 
fillBuffer(ReadableByteChannel) - Method in class org.apache.http.impl.nio.codecs.HttpMessageParser
 
flush(WritableByteChannel) - Method in class org.apache.http.impl.nio.reactor.SessionOutputBuffer
 
flush() - Method in interface org.apache.http.nio.util.ContentOutputBuffer
 
flush() - Method in class org.apache.http.nio.util.SharedOutputBuffer
 
flush() - Method in class org.apache.http.nio.util.SimpleOutputBuffer
 

G

getAttachment() - Method in class org.apache.http.impl.nio.reactor.ChannelEntry
 
getAttachment() - Method in interface org.apache.http.nio.reactor.SessionRequest
 
getAttribute(String) - Method in interface org.apache.http.nio.reactor.IOSession
 
getChannel() - Method in class org.apache.http.impl.nio.reactor.ChannelEntry
 
getConnectTimeout() - Method in interface org.apache.http.nio.reactor.SessionRequest
 
getContentBufferSize(HttpParams) - Static method in class org.apache.http.nio.params.HttpNIOParams
 
getContext() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
 
getContext() - Method in interface org.apache.http.nio.NHttpConnection
Returns an HTTP execution context associated with this connection.
getEventMask() - Method in interface org.apache.http.nio.reactor.IOSession
 
getException() - Method in interface org.apache.http.nio.reactor.SessionRequest
 
getFooters() - Method in class org.apache.http.impl.nio.codecs.ChunkDecoder
 
getHttpRequest() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
 
getHttpRequest() - Method in interface org.apache.http.nio.NHttpConnection
Returns the current HTTP request if one is being received / transmitted.
getHttpResponse() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
 
getHttpResponse() - Method in interface org.apache.http.nio.NHttpConnection
Returns the current HTTP response if one is being received / transmitted.
getLastReadTime() - Method in class org.apache.http.impl.nio.reactor.SessionHandle
 
getLastWriteTime() - Method in class org.apache.http.impl.nio.reactor.SessionHandle
 
getLocalAddress() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
 
getLocalAddress() - Method in interface org.apache.http.nio.reactor.IOSession
 
getLocalAddress() - Method in interface org.apache.http.nio.reactor.SessionRequest
 
getLocalPort() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
 
getMode() - Method in class org.apache.http.nio.util.ExpandableBuffer
 
getParams() - Method in class org.apache.http.nio.protocol.BufferingHttpServiceHandler
 
getParams() - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
 
getRemoteAddress() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
 
getRemoteAddress() - Method in interface org.apache.http.nio.reactor.IOSession
 
getRemoteAddress() - Method in interface org.apache.http.nio.reactor.SessionRequest
 
getRemotePort() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
 
getRequestTime() - Method in class org.apache.http.impl.nio.reactor.SessionRequestHandle
 
getSession() - Method in class org.apache.http.impl.nio.reactor.SessionHandle
 
getSession() - Method in interface org.apache.http.nio.reactor.SessionRequest
 
getSessionRequest() - Method in class org.apache.http.impl.nio.reactor.ChannelEntry
 
getSessionRequest() - Method in class org.apache.http.impl.nio.reactor.SessionRequestHandle
 
getSocketTimeout() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
 
getSocketTimeout() - Method in interface org.apache.http.nio.reactor.IOSession
 
getStartedTime() - Method in class org.apache.http.impl.nio.reactor.SessionHandle
 

H

HttpMessageParser - class org.apache.http.impl.nio.codecs.HttpMessageParser.
 
HttpMessageParser(SessionInputBuffer) - Constructor for class org.apache.http.impl.nio.codecs.HttpMessageParser
 
HttpNIOParams - class org.apache.http.nio.params.HttpNIOParams.
This class implements an adaptor around the HttpParams interface to simplify manipulation of the HTTP NIO specific parameters.
HttpRequestExecutionHandler - interface org.apache.http.nio.protocol.HttpRequestExecutionHandler.
HTTP request execution handler can be used by client-side protocol handlers to trigger the submission of a new HTTP request and the processing of an HTTP response.
HttpRequestParser - class org.apache.http.impl.nio.codecs.HttpRequestParser.
 
HttpRequestParser(SessionInputBuffer, HttpRequestFactory) - Constructor for class org.apache.http.impl.nio.codecs.HttpRequestParser
 
HttpResponseParser - class org.apache.http.impl.nio.codecs.HttpResponseParser.
 
HttpResponseParser(SessionInputBuffer, HttpResponseFactory) - Constructor for class org.apache.http.impl.nio.codecs.HttpResponseParser
 
handle(IOException) - Method in interface org.apache.http.nio.reactor.IOReactorExceptionHandler
This method is expected to examine the I/O exception passed as a parameter and decide whether it is safe to continue execution of the i/O reactor
handleResponse(HttpResponse, HttpContext) - Method in interface org.apache.http.nio.protocol.HttpRequestExecutionHandler
Triggered when an HTTP response is ready to be processed.
hasBufferedInput - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
 
hasBufferedInput() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
 
hasBufferedInput() - Method in interface org.apache.http.nio.reactor.IOSession
 
hasBufferedInput() - Method in interface org.apache.http.nio.reactor.SessionBufferStatus
 
hasBufferedOutput - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
 
hasBufferedOutput() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
 
hasBufferedOutput() - Method in interface org.apache.http.nio.reactor.IOSession
 
hasBufferedOutput() - Method in interface org.apache.http.nio.reactor.SessionBufferStatus
 
hasData() - Method in class org.apache.http.nio.util.ExpandableBuffer
 

I

INPUT_MODE - Static variable in class org.apache.http.nio.util.ExpandableBuffer
 
IOControl - interface org.apache.http.nio.IOControl.
Connection input/output control interface.
IOEventDispatch - interface org.apache.http.nio.reactor.IOEventDispatch.
 
IOReactor - interface org.apache.http.nio.reactor.IOReactor.
 
IOReactorException - exception org.apache.http.nio.reactor.IOReactorException.
I/O exception that can be thrown by an I/O reactor.
IOReactorException(String, IOException) - Constructor for class org.apache.http.nio.reactor.IOReactorException
 
IOReactorException(String) - Constructor for class org.apache.http.nio.reactor.IOReactorException
 
IOReactorExceptionHandler - interface org.apache.http.nio.reactor.IOReactorExceptionHandler.
Abstract exception handler intended to deal with potentially recoverable I/O exceptions thrown by an I/O reactor
IOSession - interface org.apache.http.nio.reactor.IOSession.
 
IdentityDecoder - class org.apache.http.impl.nio.codecs.IdentityDecoder.
 
IdentityDecoder(ReadableByteChannel, SessionInputBuffer) - Constructor for class org.apache.http.impl.nio.codecs.IdentityDecoder
 
IdentityEncoder - class org.apache.http.impl.nio.codecs.IdentityEncoder.
 
IdentityEncoder(WritableByteChannel) - Constructor for class org.apache.http.impl.nio.codecs.IdentityEncoder
 
inbuf - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
 
incomingContentStrategy - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
 
initalizeContext(HttpContext, Object) - Method in interface org.apache.http.nio.protocol.HttpRequestExecutionHandler
Triggered when a new connection has been established and the HTTP context needs to be initialized.
inputReady(IOSession) - Method in class org.apache.http.impl.nio.DefaultClientIOEventDispatch
 
inputReady(IOSession) - Method in class org.apache.http.impl.nio.DefaultServerIOEventDispatch
 
inputReady(NHttpClientConnection, ContentDecoder) - Method in interface org.apache.http.nio.NHttpClientHandler
Triggered when the underlying channel is ready for reading a new portion of the response entity through the corresponding content decoder.
inputReady(NHttpServerConnection, ContentDecoder) - Method in interface org.apache.http.nio.NHttpServiceHandler
Triggered when the underlying channel is ready for reading a new portion of the request entity through the corresponding content decoder.
inputReady(NHttpClientConnection, ContentDecoder) - Method in class org.apache.http.nio.protocol.BufferingHttpClientHandler
 
inputReady(NHttpServerConnection, ContentDecoder) - Method in class org.apache.http.nio.protocol.BufferingHttpServiceHandler
 
inputReady(NHttpServerConnection, ContentDecoder) - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
 
inputReady(IOSession) - Method in interface org.apache.http.nio.reactor.IOEventDispatch
 
isClosed() - Method in interface org.apache.http.nio.reactor.IOSession
 
isCompleted() - Method in class org.apache.http.impl.nio.codecs.AbstractContentDecoder
 
isCompleted() - Method in class org.apache.http.impl.nio.codecs.AbstractContentEncoder
 
isCompleted() - Method in interface org.apache.http.nio.ContentDecoder
Returns true if the entity has been received in its entirety.
isCompleted() - Method in interface org.apache.http.nio.ContentEncoder
Returns true if the entity has been transferred in its entirety.
isCompleted() - Method in interface org.apache.http.nio.reactor.SessionRequest
 
isEmpty() - Method in class org.apache.http.impl.nio.reactor.SessionSet
 
isEndOfStream() - Method in class org.apache.http.nio.util.SharedInputBuffer
 
isEndOfStream() - Method in class org.apache.http.nio.util.SimpleInputBuffer
 
isOpen() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
 
isRequestSubmitted() - Method in class org.apache.http.impl.nio.DefaultNHttpClientConnection
 
isRequestSubmitted() - Method in interface org.apache.http.nio.NHttpClientConnection
Returns true if an HTTP request has been submitted to the target server.
isResponseSubmitted() - Method in class org.apache.http.impl.nio.DefaultNHttpServerConnection
 
isResponseSubmitted() - Method in interface org.apache.http.nio.NHttpServerConnection
Returns true if an HTTP response has been submitted to the client.
isShutdown() - Method in class org.apache.http.nio.util.SharedInputBuffer
 
isStale() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
 
iterator() - Method in class org.apache.http.impl.nio.reactor.SessionSet
 

K

keyCancelled(SelectionKey) - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
 
keyCancelled(SelectionKey) - Method in class org.apache.http.impl.nio.reactor.BaseIOReactor
 
keyCreated(SelectionKey, IOSession) - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
 
keyCreated(SelectionKey, IOSession) - Method in class org.apache.http.impl.nio.reactor.BaseIOReactor
 

L

LengthDelimitedDecoder - class org.apache.http.impl.nio.codecs.LengthDelimitedDecoder.
 
LengthDelimitedDecoder(ReadableByteChannel, SessionInputBuffer, long) - Constructor for class org.apache.http.impl.nio.codecs.LengthDelimitedDecoder
 
LengthDelimitedEncoder - class org.apache.http.impl.nio.codecs.LengthDelimitedEncoder.
 
LengthDelimitedEncoder(WritableByteChannel, long) - Constructor for class org.apache.http.impl.nio.codecs.LengthDelimitedEncoder
 
ListeningIOReactor - interface org.apache.http.nio.reactor.ListeningIOReactor.
 
length() - Method in class org.apache.http.nio.util.ExpandableBuffer
 
lineBuffer - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
 
listen(SocketAddress) - Method in class org.apache.http.impl.nio.reactor.DefaultListeningIOReactor
 
listen(SocketAddress) - Method in interface org.apache.http.nio.reactor.ListeningIOReactor
 

N

NHttpClientConnection - interface org.apache.http.nio.NHttpClientConnection.
Abstract non-blocking client-side HTTP connection.
NHttpClientHandler - interface org.apache.http.nio.NHttpClientHandler.
Abstract client-side HTTP event handler.
NHttpConnection - interface org.apache.http.nio.NHttpConnection.
Abstract non-blocking HTTP connection interface.
NHttpConnectionBase - class org.apache.http.impl.nio.NHttpConnectionBase.
 
NHttpConnectionBase(IOSession, HttpParams) - Constructor for class org.apache.http.impl.nio.NHttpConnectionBase
 
NHttpServerConnection - interface org.apache.http.nio.NHttpServerConnection.
Abstract non-blocking server-side HTTP connection.
NHttpServiceHandler - interface org.apache.http.nio.NHttpServiceHandler.
Abstract server-side HTTP event handler.

O

OUTPUT_MODE - Static variable in class org.apache.http.nio.util.ExpandableBuffer
 
org.apache.http.impl.nio - package org.apache.http.impl.nio
 
org.apache.http.impl.nio.codecs - package org.apache.http.impl.nio.codecs
 
org.apache.http.impl.nio.reactor - package org.apache.http.impl.nio.reactor
NIO based implementations of HttpCore interfaces.
org.apache.http.nio - package org.apache.http.nio
 
org.apache.http.nio.params - package org.apache.http.nio.params
 
org.apache.http.nio.protocol - package org.apache.http.nio.protocol
 
org.apache.http.nio.reactor - package org.apache.http.nio.reactor
API for event driven NIO based on Doug Lea's reactor pattern.
org.apache.http.nio.util - package org.apache.http.nio.util
 
outbuf - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
 
outgoingContentStrategy - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
 
outputReady(IOSession) - Method in class org.apache.http.impl.nio.DefaultClientIOEventDispatch
 
outputReady(IOSession) - Method in class org.apache.http.impl.nio.DefaultServerIOEventDispatch
 
outputReady(NHttpClientConnection, ContentEncoder) - Method in interface org.apache.http.nio.NHttpClientHandler
Triggered when the underlying channel is ready for writing a next portion of the request entity through the corresponding content encoder.
outputReady(NHttpServerConnection, ContentEncoder) - Method in interface org.apache.http.nio.NHttpServiceHandler
Triggered when the underlying channel is ready for writing a next portion of the response entity through the corresponding content encoder.
outputReady(NHttpClientConnection, ContentEncoder) - Method in class org.apache.http.nio.protocol.BufferingHttpClientHandler
 
outputReady(NHttpServerConnection, ContentEncoder) - Method in class org.apache.http.nio.protocol.BufferingHttpServiceHandler
 
outputReady(NHttpServerConnection, ContentEncoder) - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
 
outputReady(IOSession) - Method in interface org.apache.http.nio.reactor.IOEventDispatch
 

P

parse() - Method in class org.apache.http.impl.nio.codecs.HttpMessageParser
 
pop() - Method in class org.apache.http.impl.nio.reactor.ChannelQueue
 
pop() - Method in class org.apache.http.impl.nio.reactor.SessionQueue
 
pop() - Method in class org.apache.http.impl.nio.reactor.SessionRequestQueue
 
prepareDecoder(HttpMessage) - Method in class org.apache.http.impl.nio.NHttpConnectionBase
 
prepareEncoder(HttpMessage) - Method in class org.apache.http.impl.nio.NHttpConnectionBase
 
prepareSocket(Socket) - Method in class org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor
 
prepareSocket(Socket) - Method in class org.apache.http.impl.nio.reactor.DefaultListeningIOReactor
 
produceContent(ContentEncoder) - Method in interface org.apache.http.nio.util.ContentOutputBuffer
 
produceContent(ContentEncoder) - Method in class org.apache.http.nio.util.SharedOutputBuffer
 
produceContent(ContentEncoder) - Method in class org.apache.http.nio.util.SimpleOutputBuffer
 
produceOutput(NHttpClientHandler) - Method in class org.apache.http.impl.nio.DefaultNHttpClientConnection
 
produceOutput(NHttpServiceHandler) - Method in class org.apache.http.impl.nio.DefaultNHttpServerConnection
 
push(ChannelEntry) - Method in class org.apache.http.impl.nio.reactor.ChannelQueue
 
push(IOSession) - Method in class org.apache.http.impl.nio.reactor.SessionQueue
 
push(SessionRequestImpl) - Method in class org.apache.http.impl.nio.reactor.SessionRequestQueue
 

R

READ - Static variable in interface org.apache.http.nio.reactor.EventMask
 
READ_WRITE - Static variable in interface org.apache.http.nio.reactor.EventMask
 
read(ByteBuffer) - Method in class org.apache.http.impl.nio.codecs.ChunkDecoder
 
read(ByteBuffer) - Method in class org.apache.http.impl.nio.codecs.IdentityDecoder
 
read(ByteBuffer) - Method in class org.apache.http.impl.nio.codecs.LengthDelimitedDecoder
 
read() - Method in class org.apache.http.impl.nio.reactor.SessionInputBuffer
 
read(ByteBuffer, int) - Method in class org.apache.http.impl.nio.reactor.SessionInputBuffer
 
read(ByteBuffer) - Method in class org.apache.http.impl.nio.reactor.SessionInputBuffer
 
read(ByteBuffer) - Method in interface org.apache.http.nio.ContentDecoder
Reads a portion of content from the underlying channel
read(byte[], int, int) - Method in interface org.apache.http.nio.util.ContentInputBuffer
 
read() - Method in interface org.apache.http.nio.util.ContentInputBuffer
 
read() - Method in class org.apache.http.nio.util.SharedInputBuffer
 
read(byte[], int, int) - Method in class org.apache.http.nio.util.SharedInputBuffer
 
read(byte[]) - Method in class org.apache.http.nio.util.SharedInputBuffer
 
read() - Method in class org.apache.http.nio.util.SimpleInputBuffer
 
read(byte[], int, int) - Method in class org.apache.http.nio.util.SimpleInputBuffer
 
read(byte[]) - Method in class org.apache.http.nio.util.SimpleInputBuffer
 
readLine(CharArrayBuffer, boolean) - Method in class org.apache.http.impl.nio.reactor.SessionInputBuffer
 
readLine(boolean) - Method in class org.apache.http.impl.nio.reactor.SessionInputBuffer
 
readable(SelectionKey) - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
 
readable(SelectionKey) - Method in class org.apache.http.impl.nio.reactor.BaseIOReactor
 
remove(IOSession) - Method in class org.apache.http.impl.nio.reactor.SessionSet
 
removeAttribute(String) - Method in interface org.apache.http.nio.reactor.IOSession
 
request - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
 
requestInput() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
 
requestInput() - Method in interface org.apache.http.nio.IOControl
Requests event notifications to be triggered when the underlying channel is ready for input oprtations.
requestOutput() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
 
requestOutput() - Method in interface org.apache.http.nio.IOControl
Requests event notifications to be triggered when the underlying channel is ready for output oprtations.
requestReady(NHttpClientConnection) - Method in interface org.apache.http.nio.NHttpClientHandler
Triggered when the connection is ready to send an HTTP request.
requestReady(NHttpClientConnection) - Method in class org.apache.http.nio.protocol.BufferingHttpClientHandler
 
requestReceived(NHttpServerConnection) - Method in interface org.apache.http.nio.NHttpServiceHandler
Triggered when a new HTTP request is received.
requestReceived(NHttpServerConnection) - Method in class org.apache.http.nio.protocol.BufferingHttpServiceHandler
 
requestReceived(NHttpServerConnection) - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
 
reset() - Method in class org.apache.http.impl.nio.codecs.HttpMessageParser
 
reset(HttpParams) - Method in class org.apache.http.impl.nio.reactor.SessionInputBuffer
 
reset(HttpParams) - Method in class org.apache.http.impl.nio.reactor.SessionOutputBuffer
 
reset() - Method in interface org.apache.http.nio.util.ContentInputBuffer
 
reset() - Method in interface org.apache.http.nio.util.ContentOutputBuffer
 
reset() - Method in class org.apache.http.nio.util.SharedInputBuffer
 
reset() - Method in class org.apache.http.nio.util.SharedOutputBuffer
 
reset() - Method in class org.apache.http.nio.util.SimpleInputBuffer
 
reset() - Method in class org.apache.http.nio.util.SimpleOutputBuffer
 
resetLastRead() - Method in class org.apache.http.impl.nio.reactor.SessionHandle
 
resetLastWrite() - Method in class org.apache.http.impl.nio.reactor.SessionHandle
 
response - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
 
responseReady(NHttpServerConnection) - Method in interface org.apache.http.nio.NHttpServiceHandler
Triggered when the connection is ready to send an HTTP response.
responseReady(NHttpServerConnection) - Method in class org.apache.http.nio.protocol.BufferingHttpServiceHandler
 
responseReady(NHttpServerConnection) - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
 
responseReceived(NHttpClientConnection) - Method in interface org.apache.http.nio.NHttpClientHandler
Triggered when an HTTP response is received.
responseReceived(NHttpClientConnection) - Method in class org.apache.http.nio.protocol.BufferingHttpClientHandler
 

S

SessionBufferStatus - interface org.apache.http.nio.reactor.SessionBufferStatus.
Interface to query the status of session I/O buffers.
SessionClosedCallback - interface org.apache.http.impl.nio.reactor.SessionClosedCallback.
 
SessionHandle - class org.apache.http.impl.nio.reactor.SessionHandle.
 
SessionHandle(IOSession) - Constructor for class org.apache.http.impl.nio.reactor.SessionHandle
 
SessionInputBuffer - class org.apache.http.impl.nio.reactor.SessionInputBuffer.
 
SessionInputBuffer(int, int) - Constructor for class org.apache.http.impl.nio.reactor.SessionInputBuffer
 
SessionOutputBuffer - class org.apache.http.impl.nio.reactor.SessionOutputBuffer.
 
SessionOutputBuffer(int, int) - Constructor for class org.apache.http.impl.nio.reactor.SessionOutputBuffer
 
SessionQueue - class org.apache.http.impl.nio.reactor.SessionQueue.
 
SessionQueue() - Constructor for class org.apache.http.impl.nio.reactor.SessionQueue
 
SessionRequest - interface org.apache.http.nio.reactor.SessionRequest.
 
SessionRequestCallback - interface org.apache.http.nio.reactor.SessionRequestCallback.
 
SessionRequestHandle - class org.apache.http.impl.nio.reactor.SessionRequestHandle.
 
SessionRequestHandle(SessionRequestImpl) - Constructor for class org.apache.http.impl.nio.reactor.SessionRequestHandle
 
SessionRequestQueue - class org.apache.http.impl.nio.reactor.SessionRequestQueue.
 
SessionRequestQueue() - Constructor for class org.apache.http.impl.nio.reactor.SessionRequestQueue
 
SessionSet - class org.apache.http.impl.nio.reactor.SessionSet.
 
SessionSet() - Constructor for class org.apache.http.impl.nio.reactor.SessionSet
 
SharedInputBuffer - class org.apache.http.nio.util.SharedInputBuffer.
 
SharedInputBuffer(int, IOControl) - Constructor for class org.apache.http.nio.util.SharedInputBuffer
 
SharedOutputBuffer - class org.apache.http.nio.util.SharedOutputBuffer.
 
SharedOutputBuffer(int, IOControl) - Constructor for class org.apache.http.nio.util.SharedOutputBuffer
 
SimpleInputBuffer - class org.apache.http.nio.util.SimpleInputBuffer.
 
SimpleInputBuffer(int) - Constructor for class org.apache.http.nio.util.SimpleInputBuffer
 
SimpleOutputBuffer - class org.apache.http.nio.util.SimpleOutputBuffer.
 
SimpleOutputBuffer(int) - Constructor for class org.apache.http.nio.util.SimpleOutputBuffer
 
session - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
 
sessionClosed(IOSession) - Method in interface org.apache.http.impl.nio.reactor.SessionClosedCallback
 
setAttribute(String, Object) - Method in interface org.apache.http.nio.reactor.IOSession
 
setBufferStatus(SessionBufferStatus) - Method in interface org.apache.http.nio.reactor.IOSession
 
setConnectTimeout(int) - Method in interface org.apache.http.nio.reactor.SessionRequest
 
setContentBufferSize(HttpParams, int) - Static method in class org.apache.http.nio.params.HttpNIOParams
 
setEvent(int) - Method in interface org.apache.http.nio.reactor.IOSession
 
setEventListener(EventListener) - Method in class org.apache.http.nio.protocol.BufferingHttpClientHandler
 
setEventListener(EventListener) - Method in class org.apache.http.nio.protocol.BufferingHttpServiceHandler
 
setEventListener(EventListener) - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
 
setEventMask(int) - Method in interface org.apache.http.nio.reactor.IOSession
 
setExceptionHandler(IOReactorExceptionHandler) - Method in class org.apache.http.impl.nio.reactor.DefaultListeningIOReactor
 
setExpectationVerifier(HttpExpectationVerifier) - Method in class org.apache.http.nio.protocol.BufferingHttpServiceHandler
 
setExpectationVerifier(HttpExpectationVerifier) - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
 
setHandlerResolver(HttpRequestHandlerResolver) - Method in class org.apache.http.nio.protocol.BufferingHttpServiceHandler
 
setHandlerResolver(HttpRequestHandlerResolver) - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
 
setInputMode() - Method in class org.apache.http.nio.util.ExpandableBuffer
 
setOutputMode() - Method in class org.apache.http.nio.util.ExpandableBuffer
 
setSocketTimeout(int) - Method in class org.apache.http.impl.nio.NHttpConnectionBase
 
setSocketTimeout(int) - Method in interface org.apache.http.nio.reactor.IOSession
 
shutdown() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
 
shutdown() - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
 
shutdown() - Method in class org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor
 
shutdown() - Method in class org.apache.http.impl.nio.reactor.DefaultListeningIOReactor
 
shutdown() - Method in interface org.apache.http.nio.reactor.IOReactor
 
shutdown() - Method in class org.apache.http.nio.util.SharedInputBuffer
 
shutdown() - Method in class org.apache.http.nio.util.SharedOutputBuffer
 
shutdown() - Method in class org.apache.http.nio.util.SimpleInputBuffer
 
shutdown() - Method in class org.apache.http.nio.util.SimpleOutputBuffer
 
startWorkers(IOEventDispatch) - Method in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
 
stopWorkers(int) - Method in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
 
submitRequest(HttpRequest) - Method in class org.apache.http.impl.nio.DefaultNHttpClientConnection
 
submitRequest(HttpRequest) - Method in interface org.apache.http.nio.NHttpClientConnection
Submits the HTTP request to the target server.
submitRequest(HttpContext) - Method in interface org.apache.http.nio.protocol.HttpRequestExecutionHandler
Triggered when the underlying connection is ready to send a new HTTP request to the target host.
submitResponse(HttpResponse) - Method in class org.apache.http.impl.nio.DefaultNHttpServerConnection
 
submitResponse(HttpResponse) - Method in interface org.apache.http.nio.NHttpServerConnection
Submits the HTTP response to the client.
suspendInput() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
 
suspendInput() - Method in interface org.apache.http.nio.IOControl
Suspends event notifications about the underlying channel being ready for input operations.
suspendOutput() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
 
suspendOutput() - Method in interface org.apache.http.nio.IOControl
Suspends event notifications about the underlying channel being ready for output operations.

T

TIMEOUT_CHECK_INTERVAL - Static variable in class org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor
 
TIMEOUT_CHECK_INTERVAL - Static variable in class org.apache.http.impl.nio.reactor.DefaultListeningIOReactor
 
ThrottlingHttpServiceHandler - class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.
HTTP service handler implementation that allocates content buffers of limited size upon initialization and is capable of controlling the frequency of I/O events in order to guarantee those content buffers do not ever get overflown.
ThrottlingHttpServiceHandler(HttpProcessor, HttpResponseFactory, ConnectionReuseStrategy, Executor, HttpParams) - Constructor for class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
 
timeout(IOSession) - Method in class org.apache.http.impl.nio.DefaultClientIOEventDispatch
 
timeout(IOSession) - Method in class org.apache.http.impl.nio.DefaultServerIOEventDispatch
 
timeout(NHttpClientConnection) - Method in interface org.apache.http.nio.NHttpClientHandler
Triggered when no input is detected on this connection over the maximum period of inactivity.
timeout(NHttpServerConnection) - Method in interface org.apache.http.nio.NHttpServiceHandler
Triggered when no input is detected on this connection over the maximum period of inactivity.
timeout(NHttpClientConnection) - Method in class org.apache.http.nio.protocol.BufferingHttpClientHandler
 
timeout(NHttpServerConnection) - Method in class org.apache.http.nio.protocol.BufferingHttpServiceHandler
 
timeout(NHttpServerConnection) - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
 
timeout(IOSession) - Method in interface org.apache.http.nio.reactor.IOEventDispatch
 
timeout(SessionRequest) - Method in interface org.apache.http.nio.reactor.SessionRequestCallback
 
timeoutCheck(SelectionKey, long) - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
 
timeoutCheck(SelectionKey, long) - Method in class org.apache.http.impl.nio.reactor.BaseIOReactor
 
toString() - Method in class org.apache.http.impl.nio.DefaultNHttpClientConnection
 
toString() - Method in class org.apache.http.impl.nio.DefaultNHttpServerConnection
 
toString() - Method in class org.apache.http.impl.nio.codecs.ChunkDecoder
 
toString() - Method in class org.apache.http.impl.nio.codecs.ChunkEncoder
 
toString() - Method in class org.apache.http.impl.nio.codecs.IdentityDecoder
 
toString() - Method in class org.apache.http.impl.nio.codecs.IdentityEncoder
 
toString() - Method in class org.apache.http.impl.nio.codecs.LengthDelimitedDecoder
 
toString() - Method in class org.apache.http.impl.nio.codecs.LengthDelimitedEncoder
 

V

validate(Set) - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
 
validate(Set) - Method in class org.apache.http.impl.nio.reactor.BaseIOReactor
 
verifyWorkers() - Method in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
 

W

WRITE - Static variable in interface org.apache.http.nio.reactor.EventMask
 
waitFor() - Method in interface org.apache.http.nio.reactor.SessionRequest
 
waitForData() - Method in class org.apache.http.nio.util.SharedInputBuffer
 
writable(SelectionKey) - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
 
writable(SelectionKey) - Method in class org.apache.http.impl.nio.reactor.BaseIOReactor
 
write(ByteBuffer) - Method in class org.apache.http.impl.nio.codecs.ChunkEncoder
 
write(ByteBuffer) - Method in class org.apache.http.impl.nio.codecs.IdentityEncoder
 
write(ByteBuffer) - Method in class org.apache.http.impl.nio.codecs.LengthDelimitedEncoder
 
write(ByteBuffer) - Method in class org.apache.http.impl.nio.reactor.SessionOutputBuffer
 
write(ByteBuffer) - Method in interface org.apache.http.nio.ContentEncoder
Writes a portion of entity content to the underlying channel.
write(byte[], int, int) - Method in interface org.apache.http.nio.util.ContentOutputBuffer
 
write(int) - Method in interface org.apache.http.nio.util.ContentOutputBuffer
 
write(byte[], int, int) - Method in class org.apache.http.nio.util.SharedOutputBuffer
 
write(byte[]) - Method in class org.apache.http.nio.util.SharedOutputBuffer
 
write(int) - Method in class org.apache.http.nio.util.SharedOutputBuffer
 
write(byte[], int, int) - Method in class org.apache.http.nio.util.SimpleOutputBuffer
 
write(byte[]) - Method in class org.apache.http.nio.util.SimpleOutputBuffer
 
write(int) - Method in class org.apache.http.nio.util.SimpleOutputBuffer
 
writeCompleted() - Method in interface org.apache.http.nio.util.ContentOutputBuffer
 
writeCompleted() - Method in class org.apache.http.nio.util.SharedOutputBuffer
 
writeCompleted() - Method in class org.apache.http.nio.util.SimpleOutputBuffer
 
writeLine(CharArrayBuffer) - Method in class org.apache.http.impl.nio.reactor.SessionOutputBuffer
 
writeLine(String) - Method in class org.apache.http.impl.nio.reactor.SessionOutputBuffer
 

A B C D E F G H I K L N O P R S T V W

Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.