Uses of Interface
org.apache.http.io.EofSensor
-
Packages that use EofSensor Package Description org.apache.http.impl Default implementations of HTTP connections for synchronous, blocking communication.org.apache.http.impl.io Default implementations of message parses and writers for synchronous, blocking communication. -
-
Uses of EofSensor in org.apache.http.impl
Fields in org.apache.http.impl declared as EofSensor Modifier and Type Field Description private EofSensor
AbstractHttpClientConnection. eofSensor
Deprecated.private EofSensor
AbstractHttpServerConnection. eofSensor
Deprecated. -
Uses of EofSensor in org.apache.http.impl.io
Classes in org.apache.http.impl.io that implement EofSensor Modifier and Type Class Description class
SocketInputBuffer
Deprecated.(4.3) useSessionInputBufferImpl
-