| Package | Description |
|---|---|
| org.eclipse.jetty.spdy.server.proxy |
| Modifier and Type | Class and Description |
|---|---|
class |
HTTPProxyEngine
HTTPProxyEngine implements a SPDY to HTTP proxy, that is, converts SPDY events received by clients into
HTTP events for the servers. |
class |
SPDYProxyEngine
SPDYProxyEngine implements a SPDY to SPDY proxy, that is, converts SPDY events received by clients into
SPDY events for the servers. |
| Modifier and Type | Method and Description |
|---|---|
ProxyEngine |
ProxyEngineSelector.getProxyEngine(String protocol) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ProxyEngine> |
ProxyEngineSelector.getProxyEngines() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProxyEngineSelector.putProxyEngine(String protocol,
ProxyEngine proxyEngine) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProxyEngineSelector.setProxyEngines(Map<String,ProxyEngine> proxyEngines) |
Copyright © 1995-2015 Webtide. All Rights Reserved.