org.apache.http.conn.routing.RouteInfo.LayerType
The layering type of a route.
Plain routes are established by connecting or tunnelling.
Layered routes are established by layering a protocol such as TLS/SSL
over an existing connection.
Protocols can only be layered over a tunnel to the target, or
or over a direct connection without proxies.
Layering a protocol
over a direct connection makes little sense, since the connection
could be established with the new protocol in the first place.
But we don't want to exclude that use case.
Summary
Enum Values
Public Methods
Methods inherited
from class
java.lang.Enum
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Enum Values
Public Methods