Uses of Class
org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
Package
Description
Classes to deal with payloads sent over an HTTP tunnel.
Server side TCP tunnel support.
-
Uses of HttpTunnelPayload in org.springframework.boot.devtools.tunnel.payload
Modifier and TypeMethodDescriptionstatic HttpTunnelPayload
HttpTunnelPayload.get
(HttpInputMessage message) Return theHttpTunnelPayload
for the given message ornull
if there is no payload.Modifier and TypeMethodDescriptionvoid
HttpTunnelPayloadForwarder.forward
(HttpTunnelPayload payload) -
Uses of HttpTunnelPayload in org.springframework.boot.devtools.tunnel.server
Modifier and TypeMethodDescriptionvoid
HttpTunnelServer.HttpConnection.respond
(HttpTunnelPayload payload) Send a payload response.