public interface TunnelConfig extends HandlerBehaviour
| Modifier and Type | Method and Description |
|---|---|
void |
createTunnel(TunnelDescription tunnel)
Creates a tunnel on this device.
|
Collection<TunnelDescription> |
getTunnels()
Returns tunnels created on this device.
|
void |
removeTunnel(TunnelDescription tunnel)
Removes a tunnel on this device.
|
void |
updateTunnel(TunnelDescription tunnel)
Updates a tunnel on this device.
|
handler, setHandlervoid createTunnel(TunnelDescription tunnel)
tunnel - tunnel descriptorvoid removeTunnel(TunnelDescription tunnel)
tunnel - tunnel descriptorvoid updateTunnel(TunnelDescription tunnel)
tunnel - tunnel descriptorCollection<TunnelDescription> getTunnels()
Copyright © 2015. All rights reserved.