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 DataStreamChannel
ClientHttp1StreamHandler. internalDataChannel
private DataStreamChannel
ServerHttp1StreamHandler. 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 void
AsyncDataProducer. 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 void
AbstractBinAsyncEntityProducer. produce(DataStreamChannel channel)
void
AbstractCharAsyncEntityProducer. produce(DataStreamChannel channel)
void
AsyncEntityProducerWrapper. produce(DataStreamChannel channel)
void
BasicAsyncEntityProducer. produce(DataStreamChannel channel)
void
DigestingEntityProducer. produce(DataStreamChannel channel)
void
FileEntityProducer. produce(DataStreamChannel channel)
void
PathEntityProducer. 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 void
AbstractServerExchangeHandler. produce(DataStreamChannel channel)
void
BasicAsyncServerExpectationDecorator. produce(DataStreamChannel channel)
void
BasicClientExchangeHandler. produce(DataStreamChannel channel)
void
BasicPushProducer. produce(DataStreamChannel channel)
void
BasicRequestProducer. produce(DataStreamChannel channel)
void
BasicResponseProducer. produce(DataStreamChannel channel)
void
ImmediateResponseExchangeHandler. 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 DataStreamChannel
SharedOutputBuffer. dataStreamChannel
Methods in org.apache.hc.core5.http.nio.support.classic with parameters of type DataStreamChannel Modifier and Type Method Description void
SharedOutputBuffer. flush(DataStreamChannel channel)
void
AbstractClassicEntityProducer. produce(DataStreamChannel channel)
void
AbstractClassicServerExchangeHandler. 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) interface
H2StreamChannel
Classes in org.apache.hc.core5.http2.impl.nio that implement DataStreamChannel Modifier and Type Class Description private class
AbstractH2StreamMultiplexer.H2StreamChannelImpl
Fields in org.apache.hc.core5.http2.impl.nio declared as DataStreamChannel Modifier and Type Field Description private DataStreamChannel
ClientH2StreamHandler. dataChannel
private DataStreamChannel
ServerH2StreamHandler. dataChannel
private DataStreamChannel
ServerPushH2StreamHandler. 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 DataStreamChannel
ReactiveServerExchangeHandler. channel
Fields 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. requestChannel
Methods in org.apache.hc.core5.reactive with parameters of type DataStreamChannel Modifier and Type Method Description void
ReactiveDataProducer. produce(DataStreamChannel channel)
void
ReactiveEntityProducer. produce(DataStreamChannel channel)
void
ReactiveServerExchangeHandler. produce(DataStreamChannel channel)
(package private) void
ReactiveDataProducer. setChannel(DataStreamChannel channel)
-