com.atlassian.tunnel.tunnel.server
Interface TunnelListener


public interface TunnelListener


Method Summary
 void tunnelAccepted(int port)
          Notification that a tunnel has been established from a port on the local host, to a remote destination.
 

Method Detail

tunnelAccepted

void tunnelAccepted(int port)

Notification that a tunnel has been established from a port on the local host, to a remote destination.

Parameters:
port - The port on the local host.


Copyright © 2015 Atlassian. All rights reserved.