java.lang.Object
org.springframework.boot.devtools.tunnel.client.TunnelClient
All Implemented Interfaces:
SmartInitializingSingleton

public class TunnelClient extends Object implements SmartInitializingSingleton
The client side component of a socket tunnel. Starts a ServerSocket of the specified port for local clients to connect to.
Since:
1.3.0
Author:
Phillip Webb, Andy Wilkinson