org.apache.http.nio.conn.scheme
Interface LayeringStrategy

All Known Implementing Classes:
SSLLayeringStrategy

Deprecated.

@Deprecated
public interface LayeringStrategy


Method Summary
 boolean isSecure()
          Deprecated.  
 org.apache.http.nio.reactor.IOSession layer(org.apache.http.nio.reactor.IOSession ioSession)
          Deprecated.  
 

Method Detail

isSecure

boolean isSecure()
Deprecated. 

layer

org.apache.http.nio.reactor.IOSession layer(org.apache.http.nio.reactor.IOSession ioSession)
Deprecated. 


Copyright © 2010–2021 The Apache Software Foundation. All rights reserved.