Class Tunnel.TunnelConfig

  • Enclosing class:
    Tunnel

    public static class Tunnel.TunnelConfig
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TunnelConfig()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAddr()
      Get the local addr to which the tunnel forwards traffic.
      boolean isInspect()
      Whether tunnel traffic is being inspected.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TunnelConfig

        public TunnelConfig()
    • Method Detail

      • getAddr

        public java.lang.String getAddr()
        Get the local addr to which the tunnel forwards traffic.
      • isInspect

        public boolean isInspect()
        Whether tunnel traffic is being inspected.