com.maverick.sshd.vtun
Class VTunForwardingManager

java.lang.Object
  extended by com.maverick.sshd.tunnel.DefaultForwardingManager
      extended by com.maverick.sshd.vtun.VTunForwardingManager
All Implemented Interfaces:
ForwardingManager

public class VTunForwardingManager
extends DefaultForwardingManager


Constructor Summary
VTunForwardingManager()
           
 
Method Summary
 LocalForwardingInterface createLocalForwardingInterface()
           
 RemoteForwardingInterface createRemoteForwardingInterface()
          Create the interface to handle the remote forwarding requests.
 
Methods inherited from class com.maverick.sshd.tunnel.DefaultForwardingManager
getListeningPorts, getListeningPorts, getRemoteInterface, isListening, openLocalForwarding, startRemoteForwarding, stopRemoteForwarding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VTunForwardingManager

public VTunForwardingManager()
Method Detail

createRemoteForwardingInterface

public RemoteForwardingInterface createRemoteForwardingInterface()
Description copied from interface: ForwardingManager
Create the interface to handle the remote forwarding requests.

Specified by:
createRemoteForwardingInterface in interface ForwardingManager
Overrides:
createRemoteForwardingInterface in class DefaultForwardingManager
Returns:

createLocalForwardingInterface

public LocalForwardingInterface createLocalForwardingInterface()
Overrides:
createLocalForwardingInterface in class DefaultForwardingManager


Copyright © 2012. All Rights Reserved.