package Proxy

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service Proxy

proxy.proto:26

message ClientCancel

proxy.proto:123

ClientCancel is sent by the proxy client to request cancellation of the given stream(s).

Used in: ProxyRequest

message ClientClose

proxy.proto:116

ClientClose is sent by the proxy client to indicate that no more messages will be sent to the given stream(s) Note that clients do not need to send a ClientClose for streams where client_streams is false.

Used in: ProxyRequest

message ServerClose

proxy.proto:142

A server end-of-stream response, containing the final status of the stream.

Used in: ProxyReply

message StartStream

proxy.proto:68

A request to start a stream to a target host. The supplied `nonce` is an arbitrary client-chosen value that will be echoed in the returned reply to allow clients to correlate this request with the associated stream id.

Used in: ProxyRequest

message StartStreamReply

proxy.proto:92

Used in: ProxyReply

message Status

proxy.proto:153

A wire-compatible version of google.rpc.Status

Used in: ServerClose, StartStreamReply

message StreamData

proxy.proto:130

StreamData is used by both clients and servers to transmit data for an established stream.

Used in: ProxyReply, ProxyRequest