Module com.github.alexdlaird.ngrok
Class Tunnel.TunnelConfig
- java.lang.Object
-
- com.github.alexdlaird.ngrok.protocol.Tunnel.TunnelConfig
-
- Enclosing class:
- Tunnel
public static class Tunnel.TunnelConfig extends java.lang.Object
An object representing a nested TunnelConfig fromngrok
's API.
-
-
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.
-