类 HttpTunnelServerHandler
- java.lang.Object
- org.springframework.boot.devtools.tunnel.server.HttpTunnelServerHandler
- 所有已实现的接口:
Handler
public class HttpTunnelServerHandler extends Object implements Handler
Adapts aHttpTunnelServerto aHandler.- 从以下版本开始:
- 1.3.0
构造器概要
构造器 构造器 说明 HttpTunnelServerHandler(HttpTunnelServer server)Create a newHttpTunnelServerHandlerinstance.
构造器详细资料
HttpTunnelServerHandler
public HttpTunnelServerHandler(HttpTunnelServer server)
Create a newHttpTunnelServerHandlerinstance.- 参数:
server- the server to adapt
方法详细资料
handle
public void handle(org.springframework.http.server.ServerHttpRequest request, org.springframework.http.server.ServerHttpResponse response) throws IOException
从接口复制的说明:HandlerHandle the request.- 指定者:
handle在接口中Handler- 参数:
request- the requestresponse- the response- 抛出:
IOException- in case of I/O errors