All Classes and Interfaces
Class
Description
Abstract super type handling the parsing logic for messages.
When creating a direct reverse proxy, we want to keep two channels open and forward all messages
coming from the outgoing channel to the incoming channel.
Combines multiple arguments required to send a binary request with the
NettyHttpClientBinaryRequestInfo.BinaryRequestInfoBuilder<C extends BinaryRequestInfo,B extends BinaryRequestInfo.BinaryRequestInfoBuilder<C,B>>
encapulates the logic to add bundled server names to the requests and responses HostnameFacet
Signifies a graceful channel close.
Callback used for as a forward-all route in the TigerProxy.
Callback used for all Forward-Proxy routes in the TigerProxy.
Reads the first
Http2Settings objectCombines multiple arguments required to send a HTTP request with the
NettyHttpClientHttpRequestInfo.HttpRequestInfoBuilder<C extends HttpRequestInfo,B extends HttpRequestInfo.HttpRequestInfoBuilder<C,B>>
A tracing message which is in the process of being received by the TigerRemoteProxyClient.
RequestInfo.RequestInfoBuilder<T extends Message,C extends RequestInfo<T>,B extends RequestInfo.RequestInfoBuilder<T,C,B>>
It wraps a ChannelFuture that can be reused if the corresponding response future is already done.
Callback used for all Reverse-Proxy routes in the TigerProxy.
This exception indicates there was an error while trying to communicate over a socket
This exception indicates there was an error while trying to communicate over a socket
The TigerRemoteProxyClient is a client for a TigerProxy that is running on a remote machine.