Uses of Interface
org.apache.http.nio.conn.scheme.LayeringStrategy
-
Packages that use LayeringStrategy Package Description org.apache.http.nio.conn.scheme Deprecatedorg.apache.http.nio.conn.ssl Asynchronous client TLS/SSL support. -
-
Uses of LayeringStrategy in org.apache.http.nio.conn.scheme
Methods in org.apache.http.nio.conn.scheme that return LayeringStrategy Modifier and Type Method Description LayeringStrategy
AsyncScheme. getLayeringStrategy()
Deprecated.Constructors in org.apache.http.nio.conn.scheme with parameters of type LayeringStrategy Constructor Description AsyncScheme(String name, int port, LayeringStrategy strategy)
Deprecated. -
Uses of LayeringStrategy in org.apache.http.nio.conn.ssl
Classes in org.apache.http.nio.conn.ssl that implement LayeringStrategy Modifier and Type Class Description class
SSLLayeringStrategy
Deprecated.
-