Uses of Interface
org.apache.hc.core5.http.nio.DataStreamChannel
Packages that use DataStreamChannel
Package
Description
Default implementation of HTTP/1.1 transport based on
the asynchronous (non-blocking) I/O model.
Core HTTP transport APIs based on the asynchronous, event driven I/O model.
HTTP message entity APIs based on the asynchronous (non-blocking) I/O model.
Support classes for the asynchronous I/O model.
Support classes for the asynchronous I/O model that emulate
behavior of the classic (blocking) I/O model.
Default implementation of HTTP/2 transport based on
the asynchronous (non-blocking) I/O model.
-
Uses of DataStreamChannel in org.apache.hc.core5.http.impl.nio
Fields in org.apache.hc.core5.http.impl.nio declared as DataStreamChannelModifier and TypeFieldDescriptionprivate final DataStreamChannelClientHttp1StreamHandler.internalDataChannelprivate final DataStreamChannelServerHttp1StreamHandler.internalDataChannel -
Uses of DataStreamChannel in org.apache.hc.core5.http.nio
Methods in org.apache.hc.core5.http.nio with parameters of type DataStreamChannelModifier and TypeMethodDescriptionvoidAsyncDataProducer.produce(DataStreamChannel channel) Triggered to signal the ability of the underlying data channel to accept more data. -
Uses of DataStreamChannel in org.apache.hc.core5.http.nio.entity
Methods in org.apache.hc.core5.http.nio.entity with parameters of type DataStreamChannelModifier and TypeMethodDescriptionfinal voidAbstractBinAsyncEntityProducer.produce(DataStreamChannel channel) final voidAbstractCharAsyncEntityProducer.produce(DataStreamChannel channel) voidAsyncEntityProducerWrapper.produce(DataStreamChannel channel) final voidBasicAsyncEntityProducer.produce(DataStreamChannel channel) voidDigestingEntityProducer.produce(DataStreamChannel channel) voidFileEntityProducer.produce(DataStreamChannel channel) voidPathEntityProducer.produce(DataStreamChannel dataStreamChannel) -
Uses of DataStreamChannel in org.apache.hc.core5.http.nio.support
Methods in org.apache.hc.core5.http.nio.support with parameters of type DataStreamChannelModifier and TypeMethodDescriptionfinal voidAbstractServerExchangeHandler.produce(DataStreamChannel channel) final voidBasicAsyncServerExpectationDecorator.produce(DataStreamChannel channel) voidBasicClientExchangeHandler.produce(DataStreamChannel channel) voidBasicPushProducer.produce(DataStreamChannel channel) voidBasicRequestProducer.produce(DataStreamChannel channel) voidBasicResponseProducer.produce(DataStreamChannel channel) voidImmediateResponseExchangeHandler.produce(DataStreamChannel channel) -
Uses of DataStreamChannel in org.apache.hc.core5.http.nio.support.classic
Fields in org.apache.hc.core5.http.nio.support.classic declared as DataStreamChannelMethods in org.apache.hc.core5.http.nio.support.classic with parameters of type DataStreamChannelModifier and TypeMethodDescriptionvoidSharedOutputBuffer.flush(DataStreamChannel channel) final voidAbstractClassicEntityProducer.produce(DataStreamChannel channel) final voidAbstractClassicServerExchangeHandler.produce(DataStreamChannel channel) -
Uses of DataStreamChannel in org.apache.hc.core5.http2.impl.nio
Subinterfaces of DataStreamChannel in org.apache.hc.core5.http2.impl.nioClasses in org.apache.hc.core5.http2.impl.nio that implement DataStreamChannelFields in org.apache.hc.core5.http2.impl.nio declared as DataStreamChannelModifier and TypeFieldDescriptionprivate final DataStreamChannelClientH2StreamHandler.dataChannelprivate final DataStreamChannelServerH2StreamHandler.dataChannelprivate final DataStreamChannelServerPushH2StreamHandler.dataChannel -
Uses of DataStreamChannel in org.apache.hc.core5.reactive
Fields in org.apache.hc.core5.reactive declared as DataStreamChannelFields in org.apache.hc.core5.reactive with type parameters of type DataStreamChannelModifier and TypeFieldDescriptionprivate final AtomicReference<DataStreamChannel> ReactiveDataProducer.requestChannelMethods in org.apache.hc.core5.reactive with parameters of type DataStreamChannelModifier and TypeMethodDescriptionvoidReactiveDataProducer.produce(DataStreamChannel channel) voidReactiveEntityProducer.produce(DataStreamChannel channel) voidReactiveServerExchangeHandler.produce(DataStreamChannel channel) (package private) voidReactiveDataProducer.setChannel(DataStreamChannel channel)