Package | Description |
---|---|
org.eclipse.jetty.spdy.server.proxy |
Modifier and Type | Method and Description |
---|---|
protected ProxyEngineSelector.ProxyServerInfo |
ProxyEngineSelector.getProxyServerInfo(String host) |
Modifier and Type | Method and Description |
---|---|
Map<String,ProxyEngineSelector.ProxyServerInfo> |
ProxyEngineSelector.getProxyServerInfos() |
Modifier and Type | Method and Description |
---|---|
StreamFrameListener |
SPDYProxyEngine.proxy(Stream clientStream,
SynInfo clientSynInfo,
ProxyEngineSelector.ProxyServerInfo proxyServerInfo) |
abstract StreamFrameListener |
ProxyEngine.proxy(Stream clientStream,
SynInfo clientSynInfo,
ProxyEngineSelector.ProxyServerInfo proxyServerInfo) |
StreamFrameListener |
HTTPProxyEngine.proxy(Stream clientStream,
SynInfo clientSynInfo,
ProxyEngineSelector.ProxyServerInfo proxyServerInfo) |
void |
ProxyEngineSelector.putProxyServerInfo(String host,
ProxyEngineSelector.ProxyServerInfo proxyServerInfo) |
Modifier and Type | Method and Description |
---|---|
void |
ProxyEngineSelector.setProxyServerInfos(Map<String,ProxyEngineSelector.ProxyServerInfo> proxyServerInfos) |
Copyright © 1995-2015 Webtide. All Rights Reserved.