Uses of Interface
org.apache.hc.core5.http.nio.DataStreamChannel
-
Packages that use DataStreamChannel Package Description org.apache.hc.core5.http.impl.nio Default implementation of HTTP/1.1 transport based on the asynchronous (non-blocking) I/O model.org.apache.hc.core5.http.nio Core HTTP transport APIs based on the asynchronous, event driven I/O model.org.apache.hc.core5.http.nio.entity HTTP message entity APIs based on the asynchronous (non-blocking) I/O model.org.apache.hc.core5.http.nio.support Support classes for the asynchronous I/O model.org.apache.hc.core5.http.nio.support.classic Support classes for the asynchronous I/O model that emulate behavior of the classic (blocking) I/O model.org.apache.hc.core5.http2.impl.nio Default implementation of HTTP/2 transport based on the asynchronous (non-blocking) I/O model.org.apache.hc.core5.reactive -
-
Uses of DataStreamChannel in org.apache.hc.core5.http.impl.nio
Fields in org.apache.hc.core5.http.impl.nio declared as DataStreamChannel Modifier and Type Field Description private DataStreamChannelClientHttp1StreamHandler. internalDataChannelprivate DataStreamChannelServerHttp1StreamHandler. internalDataChannel -
Uses of DataStreamChannel in org.apache.hc.core5.http.nio
Methods in org.apache.hc.core5.http.nio with parameters of type DataStreamChannel Modifier and Type Method Description voidAsyncDataProducer. 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 DataStreamChannel Modifier and Type Method Description voidAbstractBinAsyncEntityProducer. produce(DataStreamChannel channel)voidAbstractCharAsyncEntityProducer. produce(DataStreamChannel channel)voidAsyncEntityProducerWrapper. produce(DataStreamChannel channel)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 DataStreamChannel Modifier and Type Method Description voidAbstractServerExchangeHandler. produce(DataStreamChannel channel)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 DataStreamChannel Modifier and Type Field Description private DataStreamChannelSharedOutputBuffer. dataStreamChannelMethods in org.apache.hc.core5.http.nio.support.classic with parameters of type DataStreamChannel Modifier and Type Method Description voidSharedOutputBuffer. flush(DataStreamChannel channel)voidAbstractClassicEntityProducer. produce(DataStreamChannel channel)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.nio Modifier and Type Interface Description (package private) interfaceH2StreamChannelClasses in org.apache.hc.core5.http2.impl.nio that implement DataStreamChannel Modifier and Type Class Description private classAbstractH2StreamMultiplexer.H2StreamChannelImplFields in org.apache.hc.core5.http2.impl.nio declared as DataStreamChannel Modifier and Type Field Description private DataStreamChannelClientH2StreamHandler. dataChannelprivate DataStreamChannelServerH2StreamHandler. dataChannelprivate DataStreamChannelServerPushH2StreamHandler. dataChannel -
Uses of DataStreamChannel in org.apache.hc.core5.reactive
Fields in org.apache.hc.core5.reactive declared as DataStreamChannel Modifier and Type Field Description private DataStreamChannelReactiveServerExchangeHandler. channelFields in org.apache.hc.core5.reactive with type parameters of type DataStreamChannel Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<DataStreamChannel>ReactiveDataProducer. requestChannelMethods in org.apache.hc.core5.reactive with parameters of type DataStreamChannel Modifier and Type Method Description voidReactiveDataProducer. produce(DataStreamChannel channel)voidReactiveEntityProducer. produce(DataStreamChannel channel)voidReactiveServerExchangeHandler. produce(DataStreamChannel channel)(package private) voidReactiveDataProducer. setChannel(DataStreamChannel channel)
-