Package org.apache.http.nio.conn.scheme
Interface LayeringStrategy
-
- All Known Implementing Classes:
SSLLayeringStrategy
@Deprecated public interface LayeringStrategy
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
isSecure()
Deprecated.org.apache.http.nio.reactor.IOSession
layer(org.apache.http.nio.reactor.IOSession iosession)
Deprecated.
-