Package org.springframework.boot.devtools.tunnel.server
Server side TCP tunnel support.
- Interface Summary - Interface - Description - PortProvider Strategy interface to provide access to a port (which may change if an existing connection is closed).- TargetServerConnection Manages the connection to the ultimate tunnel target server.
- Class Summary - Class - Description - HttpTunnelServer A server that can be used to tunnel TCP traffic over HTTP.- HttpTunnelServer.HttpConnection Encapsulates a HTTP request/response pair.- HttpTunnelServerHandler Adapts a- HttpTunnelServerto a- Handler.- SocketTargetServerConnection Socket based- TargetServerConnection.- StaticPortProvider - PortProviderfor a static port that won't change.