|
|||||||||
| Home >> All >> [ HTTPClient overview ] | PREV NEXT | ||||||||
Uses of Class
HTTPClient.StreamDemultiplexor
| Uses of StreamDemultiplexor in HTTPClient |
| Fields in HTTPClient declared as StreamDemultiplexor | |
(package private) StreamDemultiplexor |
SocketTimeout.TimeoutEntry.demux
|
private StreamDemultiplexor |
Response.stream_handler
our stream demux |
private StreamDemultiplexor |
RespInputStream.demux
the stream demultiplexor |
private StreamDemultiplexor |
HTTPConnection.input_demux
the current stream demultiplexor |
| Methods in HTTPClient with parameters of type StreamDemultiplexor | |
SocketTimeout.TimeoutEntry |
SocketTimeout.setTimeout(StreamDemultiplexor demux)
|
| Constructors in HTTPClient with parameters of type StreamDemultiplexor | |
SocketTimeout.TimeoutEntry(StreamDemultiplexor demux)
|
|
ResponseHandler(Response resp,
Request request,
StreamDemultiplexor demux)
Creates a new handler. |
|
Response(Request request,
boolean used_proxy,
StreamDemultiplexor stream_handler)
Creates a new Response and registers it with the stream-demultiplexor. |
|
RespInputStream(StreamDemultiplexor demux,
ResponseHandler resph)
|
|
|
|||||||||
| Home >> All >> [ HTTPClient overview ] | PREV NEXT | ||||||||