public interface  org.apache.http.conn.HttpRoutedConnection extends java.lang.Object implements org.apache.http.HttpInetConnection
{
public abstract boolean isSecure();
public abstract org.apache.http.conn.routing.HttpRoute getRoute();
public abstract javax.net.ssl.SSLSession getSSLSession();
}