Uses of Interface
org.apache.http.nio.IOControl
Packages that use IOControl
Package
Description
Default implementations of HTTP connections for asynchronous,
even driven communication.
Core HTTP component APIs and primitives for asynchronous, event
driven communication.
Core HTTP entity implementations with support for
asynchronous, event driven communication.
Core HTTP protocol execution framework and HTTP protocol handlers
for asynchronous, event driven communication.
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 IOControlModifier and TypeClassDescriptionclassDefault implementation of theNHttpClientConnectioninterface.classDefault implementation of theNHttpServerConnectioninterface.classThis 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.nioModifier and TypeInterfaceDescriptioninterfaceAbstract non-blocking client-side HTTP connection interface.interfaceDeprecated.(4.2) no longer usedinterfaceAbstract non-blocking HTTP connection interface.interfaceAbstract non-blocking server-side HTTP connection interface.interfaceDeprecated.(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 IOControlModifier and TypeMethodDescriptionvoidBufferingNHttpEntity.consumeContent(ContentDecoder decoder, IOControl ioControl) Deprecated.voidConsumingNHttpEntity.consumeContent(ContentDecoder decoder, IOControl ioControl) Deprecated.Notification that content is available to be read from the decoder.voidConsumingNHttpEntityTemplate.consumeContent(ContentDecoder decoder, IOControl ioControl) Deprecated.voidContentListener.contentAvailable(ContentDecoder decoder, IOControl ioControl) Deprecated.Notification that content is available to be read from the decoder.voidSkipContentListener.contentAvailable(ContentDecoder decoder, IOControl ioControl) Deprecated.voidEntityAsyncContentProducer.produceContent(ContentEncoder encoder, IOControl ioControl) voidHttpAsyncContentProducer.produceContent(ContentEncoder encoder, IOControl ioControl) Invoked to write out a chunk of content to theContentEncoder.voidNByteArrayEntity.produceContent(ContentEncoder encoder, IOControl ioControl) voidNFileEntity.produceContent(ContentEncoder encoder, IOControl ioControl) voidNHttpEntityWrapper.produceContent(ContentEncoder encoder, IOControl ioControl) Deprecated.voidNStringEntity.produceContent(ContentEncoder encoder, IOControl ioControl) voidProducingNHttpEntity.produceContent(ContentEncoder encoder, IOControl ioControl) Deprecated.Notification that content should be written to the encoder. -
Uses of IOControl in org.apache.http.nio.protocol
Fields in org.apache.http.nio.protocol declared as IOControlModifier and TypeFieldDescriptionprivate final IOControlAsyncNHttpServiceHandler.ResponseTriggerImpl.iocontrolMethods in org.apache.http.nio.protocol with parameters of type IOControlModifier and TypeMethodDescriptionfinal voidAbstractAsyncRequestConsumer.consumeContent(ContentDecoder decoder, IOControl ioControl) final voidAbstractAsyncResponseConsumer.consumeContent(ContentDecoder decoder, IOControl ioControl) voidBasicAsyncClientExchangeHandler.consumeContent(ContentDecoder decoder, IOControl ioControl) voidBasicAsyncRequestExecutionHandler.consumeContent(ContentDecoder decoder, IOControl ioControl) Deprecated.voidHttpAsyncClientExchangeHandler.consumeContent(ContentDecoder decoder, IOControl ioControl) Invoked to process a chunk of content from theContentDecoder.voidHttpAsyncRequestConsumer.consumeContent(ContentDecoder decoder, IOControl ioControl) Invoked to process a chunk of content from theContentDecoder.voidHttpAsyncResponseConsumer.consumeContent(ContentDecoder decoder, IOControl ioControl) Invoked to process a chunk of content from theContentDecoder.voidNullNHttpEntity.consumeContent(ContentDecoder decoder, IOControl ioControl) Deprecated.voidNullRequestConsumer.consumeContent(ContentDecoder decoder, IOControl ioControl) voidPipeliningClientExchangeHandler.consumeContent(ContentDecoder decoder, IOControl ioControl) protected abstract voidAbstractAsyncRequestConsumer.onContentReceived(ContentDecoder decoder, IOControl ioControl) Invoked to process a chunk of content from theContentDecoder.protected abstract voidAbstractAsyncResponseConsumer.onContentReceived(ContentDecoder decoder, IOControl ioControl) Invoked to process a chunk of content from theContentDecoder.protected voidBasicAsyncRequestConsumer.onContentReceived(ContentDecoder decoder, IOControl ioControl) protected voidBasicAsyncResponseConsumer.onContentReceived(ContentDecoder decoder, IOControl ioControl) voidBasicAsyncClientExchangeHandler.produceContent(ContentEncoder encoder, IOControl ioControl) voidBasicAsyncRequestExecutionHandler.produceContent(ContentEncoder encoder, IOControl ioControl) Deprecated.voidBasicAsyncRequestProducer.produceContent(ContentEncoder encoder, IOControl ioControl) voidBasicAsyncResponseProducer.produceContent(ContentEncoder encoder, IOControl ioControl) voidErrorResponseProducer.produceContent(ContentEncoder encoder, IOControl ioControl) voidHttpAsyncClientExchangeHandler.produceContent(ContentEncoder encoder, IOControl ioControl) Invoked to write out a chunk of content to theContentEncoder.voidHttpAsyncRequestProducer.produceContent(ContentEncoder encoder, IOControl ioControl) Invoked to write out a chunk of content to theContentEncoder.voidHttpAsyncResponseProducer.produceContent(ContentEncoder encoder, IOControl ioControl) Invoked to write out a chunk of content to theContentEncoder.voidPipeliningClientExchangeHandler.produceContent(ContentEncoder encoder, IOControl ioControl) Constructors in org.apache.http.nio.protocol with parameters of type IOControlModifierConstructorDescriptionClientConnState(int bufsize, IOControl ioControl, ByteBufferAllocator allocator) ResponseTriggerImpl(AsyncNHttpServiceHandler.ServerConnState connState, IOControl iocontrol) ServerConnState(int bufsize, IOControl ioControl, ByteBufferAllocator allocator) -
Uses of IOControl in org.apache.http.nio.util
Fields in org.apache.http.nio.util declared as IOControlModifier and TypeFieldDescriptionprivate IOControlSharedInputBuffer.ioControlprivate IOControlSharedOutputBuffer.ioControlMethods in org.apache.http.nio.util with parameters of type IOControlModifier and TypeMethodDescriptionintSharedInputBuffer.consumeContent(ContentDecoder decoder, IOControl ioControl) intSharedOutputBuffer.produceContent(ContentEncoder encoder, IOControl ioControl) Constructors in org.apache.http.nio.util with parameters of type IOControlModifierConstructorDescriptionSharedInputBuffer(int bufferSize, IOControl ioControl, ByteBufferAllocator allocator) Deprecated.SharedOutputBuffer(int bufferSize, IOControl ioControl, ByteBufferAllocator allocator) Deprecated.