public interface SchemeIOSessionStrategy
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLayeringRequired()
Determines whether or not protocol layering is required.
|
org.apache.http.nio.reactor.IOSession |
upgrade(org.apache.http.HttpHost host,
org.apache.http.nio.reactor.IOSession iosession)
Decorates the original
IOSession with a transport level security
protocol implementation. |
boolean isLayeringRequired()
false the upgrade method is expected
to have no effect and should not be called.org.apache.http.nio.reactor.IOSession upgrade(org.apache.http.HttpHost host,
org.apache.http.nio.reactor.IOSession iosession)
throws IOException
IOSession with a transport level security
protocol implementation.host - the target host.iosession - the I/O session.IOExceptionCopyright © 2010–2016 The Apache Software Foundation. All rights reserved.