Uses of Interface
org.apache.http.nio.IOControl
-
Packages that use IOControl Package Description org.apache.http.impl.nio Default implementations of HTTP connections for asynchronous, even driven communication.org.apache.http.nio Core HTTP component APIs and primitives for asynchronous, event driven communication.org.apache.http.nio.entity Core HTTP entity implementations with support for asynchronous, event driven communication.org.apache.http.nio.protocol Core HTTP protocol execution framework and HTTP protocol handlers for asynchronous, event driven communication.org.apache.http.nio.util Core utility classes for asynchronous, event driven communication. -
-
Uses of IOControl in org.apache.http.impl.nio
Classes in org.apache.http.impl.nio that implement IOControl Modifier and Type Class Description classDefaultNHttpClientConnectionDefault implementation of theNHttpClientConnectioninterface.classDefaultNHttpServerConnectionDefault implementation of theNHttpServerConnectioninterface.classNHttpConnectionBaseThis class serves as a base for allNHttpConnectionimplementations and provides functionality common to both client and server HTTP connections. -
Uses of IOControl in org.apache.http.nio
Subinterfaces of IOControl in org.apache.http.nio Modifier and Type Interface Description interfaceNHttpClientConnectionAbstract non-blocking client-side HTTP connection interface.interfaceNHttpClientIOTargetDeprecated.(4.2) no longer usedinterfaceNHttpConnectionAbstract non-blocking HTTP connection interface.interfaceNHttpServerConnectionAbstract non-blocking server-side HTTP connection interface.interfaceNHttpServerIOTargetDeprecated.(4.2) no longer used -
Uses of IOControl in org.apache.http.nio.entity
Methods in org.apache.http.nio.entity with parameters of type IOControl Modifier and Type Method Description voidBufferingNHttpEntity. consumeContent(ContentDecoder decoder, IOControl ioctrl)Deprecated.voidConsumingNHttpEntity. consumeContent(ContentDecoder decoder, IOControl ioctrl)Deprecated.Notification that content is available to be read from the decoder.voidConsumingNHttpEntityTemplate. consumeContent(ContentDecoder decoder, IOControl ioctrl)Deprecated.voidContentListener. contentAvailable(ContentDecoder decoder, IOControl ioctrl)Deprecated.Notification that content is available to be read from the decoder.voidSkipContentListener. contentAvailable(ContentDecoder decoder, IOControl ioctrl)Deprecated.voidEntityAsyncContentProducer. produceContent(ContentEncoder encoder, IOControl ioctrl)voidHttpAsyncContentProducer. produceContent(ContentEncoder encoder, IOControl ioctrl)Invoked to write out a chunk of content to theContentEncoder.voidNByteArrayEntity. produceContent(ContentEncoder encoder, IOControl ioctrl)voidNFileEntity. produceContent(ContentEncoder encoder, IOControl ioctrl)voidNHttpEntityWrapper. produceContent(ContentEncoder encoder, IOControl ioctrl)Deprecated.voidNStringEntity. produceContent(ContentEncoder encoder, IOControl ioctrl)voidProducingNHttpEntity. produceContent(ContentEncoder encoder, IOControl ioctrl)Deprecated.Notification that content should be written to the encoder. -
Uses of IOControl in org.apache.http.nio.protocol
Methods in org.apache.http.nio.protocol with parameters of type IOControl Modifier and Type Method Description voidAbstractAsyncRequestConsumer. consumeContent(ContentDecoder decoder, IOControl ioctrl)voidAbstractAsyncResponseConsumer. consumeContent(ContentDecoder decoder, IOControl ioctrl)voidBasicAsyncClientExchangeHandler. consumeContent(ContentDecoder decoder, IOControl ioctrl)voidBasicAsyncRequestExecutionHandler. consumeContent(ContentDecoder decoder, IOControl ioctrl)Deprecated.voidHttpAsyncClientExchangeHandler. consumeContent(ContentDecoder decoder, IOControl ioctrl)Invoked to process a chunk of content from theContentDecoder.voidHttpAsyncRequestConsumer. consumeContent(ContentDecoder decoder, IOControl ioctrl)Invoked to process a chunk of content from theContentDecoder.voidHttpAsyncResponseConsumer. consumeContent(ContentDecoder decoder, IOControl ioctrl)Invoked to process a chunk of content from theContentDecoder.voidPipeliningClientExchangeHandler. consumeContent(ContentDecoder decoder, IOControl ioctrl)protected abstract voidAbstractAsyncRequestConsumer. onContentReceived(ContentDecoder decoder, IOControl ioctrl)Invoked to process a chunk of content from theContentDecoder.protected abstract voidAbstractAsyncResponseConsumer. onContentReceived(ContentDecoder decoder, IOControl ioctrl)Invoked to process a chunk of content from theContentDecoder.protected voidBasicAsyncRequestConsumer. onContentReceived(ContentDecoder decoder, IOControl ioctrl)protected voidBasicAsyncResponseConsumer. onContentReceived(ContentDecoder decoder, IOControl ioctrl)voidBasicAsyncClientExchangeHandler. produceContent(ContentEncoder encoder, IOControl ioctrl)voidBasicAsyncRequestExecutionHandler. produceContent(ContentEncoder encoder, IOControl ioctrl)Deprecated.voidBasicAsyncRequestProducer. produceContent(ContentEncoder encoder, IOControl ioctrl)voidBasicAsyncResponseProducer. produceContent(ContentEncoder encoder, IOControl ioctrl)voidErrorResponseProducer. produceContent(ContentEncoder encoder, IOControl ioctrl)voidHttpAsyncClientExchangeHandler. produceContent(ContentEncoder encoder, IOControl ioctrl)Invoked to write out a chunk of content to theContentEncoder.voidHttpAsyncRequestProducer. produceContent(ContentEncoder encoder, IOControl ioctrl)Invoked to write out a chunk of content to theContentEncoder.voidHttpAsyncResponseProducer. produceContent(ContentEncoder encoder, IOControl ioctrl)Invoked to write out a chunk of content to theContentEncoder.voidPipeliningClientExchangeHandler. produceContent(ContentEncoder encoder, IOControl ioctrl) -
Uses of IOControl in org.apache.http.nio.util
Methods in org.apache.http.nio.util with parameters of type IOControl Modifier and Type Method Description intSharedInputBuffer. consumeContent(ContentDecoder decoder, IOControl ioctrl)intSharedOutputBuffer. produceContent(ContentEncoder encoder, IOControl ioctrl)Constructors in org.apache.http.nio.util with parameters of type IOControl Constructor Description SharedInputBuffer(int buffersize, IOControl ioctrl, ByteBufferAllocator allocator)Deprecated.SharedOutputBuffer(int buffersize, IOControl ioctrl, ByteBufferAllocator allocator)Deprecated.
-