|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpTransportMetricsImpl | |
---|---|
org.apache.http.impl.nio | |
org.apache.http.impl.nio.codecs |
Uses of HttpTransportMetricsImpl in org.apache.http.impl.nio |
---|
Fields in org.apache.http.impl.nio declared as HttpTransportMetricsImpl | |
---|---|
protected HttpTransportMetricsImpl |
NHttpConnectionBase.inTransportMetrics
|
protected HttpTransportMetricsImpl |
NHttpConnectionBase.outTransportMetrics
|
Uses of HttpTransportMetricsImpl in org.apache.http.impl.nio.codecs |
---|
Fields in org.apache.http.impl.nio.codecs declared as HttpTransportMetricsImpl | |
---|---|
protected HttpTransportMetricsImpl |
AbstractContentEncoder.metrics
|
protected HttpTransportMetricsImpl |
AbstractContentDecoder.metrics
|
Constructors in org.apache.http.impl.nio.codecs with parameters of type HttpTransportMetricsImpl | |
---|---|
AbstractContentDecoder(java.nio.channels.ReadableByteChannel channel,
SessionInputBuffer buffer,
HttpTransportMetricsImpl metrics)
|
|
AbstractContentEncoder(java.nio.channels.WritableByteChannel channel,
SessionOutputBuffer buffer,
HttpTransportMetricsImpl metrics)
|
|
ChunkDecoder(java.nio.channels.ReadableByteChannel channel,
SessionInputBuffer buffer,
HttpTransportMetricsImpl metrics)
|
|
ChunkEncoder(java.nio.channels.WritableByteChannel channel,
SessionOutputBuffer buffer,
HttpTransportMetricsImpl metrics)
|
|
IdentityDecoder(java.nio.channels.ReadableByteChannel channel,
SessionInputBuffer buffer,
HttpTransportMetricsImpl metrics)
|
|
IdentityEncoder(java.nio.channels.WritableByteChannel channel,
SessionOutputBuffer buffer,
HttpTransportMetricsImpl metrics)
|
|
LengthDelimitedDecoder(java.nio.channels.ReadableByteChannel channel,
SessionInputBuffer buffer,
HttpTransportMetricsImpl metrics,
long contentLength)
|
|
LengthDelimitedEncoder(java.nio.channels.WritableByteChannel channel,
SessionOutputBuffer buffer,
HttpTransportMetricsImpl metrics,
long contentLength)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |