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 |
|---|---|
org.eclipse.jetty.spdy.api.StreamFrameListener |
proxy(org.eclipse.jetty.spdy.api.Stream clientStream,
org.eclipse.jetty.spdy.api.SynInfo clientSynInfo,
ProxyEngineSelector.ProxyServerInfo proxyServerInfo) |
addRequestProxyHeaders, addResponseProxyHeaders, customizeRequestHeaders, customizeResponseHeaders, getName, removeHopHeaderspublic HTTPProxyEngine(HttpClient httpClient)
public org.eclipse.jetty.spdy.api.StreamFrameListener proxy(org.eclipse.jetty.spdy.api.Stream clientStream,
org.eclipse.jetty.spdy.api.SynInfo clientSynInfo,
ProxyEngineSelector.ProxyServerInfo proxyServerInfo)
proxy in class ProxyEngineCopyright © 1995-2018 Webtide. All Rights Reserved.