Package org.springframework.boot.devtools.tunnel.server
package org.springframework.boot.devtools.tunnel.server
Server side TCP tunnel support.
-
ClassDescriptionA server that can be used to tunnel TCP traffic over HTTP.Encapsulates an HTTP request/response pair.Adapts a
HttpTunnelServer
to aHandler
.Strategy interface to provide access to a port (which may change if an existing connection is closed).Socket basedTargetServerConnection
.PortProvider
for a static port that won't change.Manages the connection to the ultimate tunnel target server.