public class HTTPProxyEngine extends ProxyEngine
HTTPProxyEngine implements a SPDY to HTTP proxy, that is, converts SPDY events received by clients into
HTTP events for the servers.
| Constructor and Description |
|---|
HTTPProxyEngine(HttpClient httpClient) |
| Modifier and Type | Method and Description |
|---|---|
StreamFrameListener |
proxy(Stream clientStream,
SynInfo clientSynInfo,
ProxyEngineSelector.ProxyServerInfo proxyServerInfo) |
addRequestProxyHeaders, addResponseProxyHeaders, customizeRequestHeaders, customizeResponseHeaders, getName, removeHopHeaderspublic HTTPProxyEngine(HttpClient httpClient)
public StreamFrameListener proxy(Stream clientStream, SynInfo clientSynInfo, ProxyEngineSelector.ProxyServerInfo proxyServerInfo)
proxy in class ProxyEngineCopyright © 1995-2015 Webtide. All Rights Reserved.