Package testingbot.tunnel
Class TunnelConfig
java.lang.Object
testingbot.tunnel.TunnelConfig
- All Implemented Interfaces:
Serializable
public class TunnelConfig extends Object implements Serializable
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TunnelConfig()
TunnelConfig(String tunnelOptions)
-
Method Summary
Modifier and Type Method Description String
getTunnelOptions()
void
setTunnelOptions(String tunnelOptions)
-
Constructor Details
-
TunnelConfig
public TunnelConfig() -
TunnelConfig
-
-
Method Details
-
getTunnelOptions
- Returns:
- the tunnelOptions
-
setTunnelOptions
- Parameters:
tunnelOptions
- the tunnelOptions to set
-