Class TunnelTransport<P extends Packet<?>>

java.lang.Object
com.hierynomus.smbj.transport.tcp.tunnel.TunnelTransport<P>
Type Parameters:
P -
All Implemented Interfaces:
TransportLayer<P>

public class TunnelTransport<P extends Packet<?>> extends Object implements TransportLayer<P>
A Transport that translates the actual remote address to a connection on 'localhost' on the specified port.

This is useful for when using an SSH tunnel.