public interface org.apache.http.conn.routing.RouteInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.http.conn.routing.RouteInfo
  super_class: java.lang.Object
{
  public abstract org.apache.http.HttpHost getTargetHost();
    descriptor: ()Lorg/apache/http/HttpHost;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.net.InetAddress getLocalAddress();
    descriptor: ()Ljava/net/InetAddress;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int getHopCount();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.apache.http.HttpHost getHopTarget(int);
    descriptor: (I)Lorg/apache/http/HttpHost;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      hop   

  public abstract org.apache.http.HttpHost getProxyHost();
    descriptor: ()Lorg/apache/http/HttpHost;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.apache.http.conn.routing.RouteInfo$TunnelType getTunnelType();
    descriptor: ()Lorg/apache/http/conn/routing/RouteInfo$TunnelType;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isTunnelled();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.apache.http.conn.routing.RouteInfo$LayerType getLayerType();
    descriptor: ()Lorg/apache/http/conn/routing/RouteInfo$LayerType;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isLayered();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isSecure();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "RouteInfo.java"
NestMembers:
  org.apache.http.conn.routing.RouteInfo$LayerType  org.apache.http.conn.routing.RouteInfo$TunnelType
InnerClasses:
  public final LayerType = org.apache.http.conn.routing.RouteInfo$LayerType of org.apache.http.conn.routing.RouteInfo
  public final TunnelType = org.apache.http.conn.routing.RouteInfo$TunnelType of org.apache.http.conn.routing.RouteInfo