Uses of Class
org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
Packages that use 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
Methods in org.springframework.boot.devtools.tunnel.payload that return HttpTunnelPayloadModifier and TypeMethodDescriptionstatic HttpTunnelPayload
HttpTunnelPayload.get
(HttpInputMessage message) Return theHttpTunnelPayload
for the given message ornull
if there is no payload.Methods in org.springframework.boot.devtools.tunnel.payload with parameters of type HttpTunnelPayloadModifier and TypeMethodDescriptionvoid
HttpTunnelPayloadForwarder.forward
(HttpTunnelPayload payload) -
Uses of HttpTunnelPayload in org.springframework.boot.devtools.tunnel.server
Methods in org.springframework.boot.devtools.tunnel.server with parameters of type HttpTunnelPayloadModifier and TypeMethodDescriptionvoid
HttpTunnelServer.HttpConnection.respond
(HttpTunnelPayload payload) Send a payload response.