Package | Description |
---|---|
org.springframework.boot.devtools.tunnel.payload |
Classes to deal with payloads sent over a HTTP tunnel.
|
org.springframework.boot.devtools.tunnel.server |
Server side TCP tunnel support.
|
Modifier and Type | Method and Description |
---|---|
static HttpTunnelPayload |
HttpTunnelPayload.get(HttpInputMessage message)
Return the
HttpTunnelPayload for the given message or null if there
is no payload. |
Modifier and Type | Method and Description |
---|---|
void |
HttpTunnelPayloadForwarder.forward(HttpTunnelPayload payload) |
Modifier and Type | Method and Description |
---|---|
void |
HttpTunnelServer.HttpConnection.respond(HttpTunnelPayload payload)
Send a payload response.
|