| Package | Description |
|---|---|
| org.eclipse.jetty.spdy.proxy |
| Modifier and Type | Class and Description |
|---|---|
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(java.lang.String protocol) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,ProxyEngine> |
ProxyEngineSelector.getProxyEngines() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProxyEngineSelector.putProxyEngine(java.lang.String protocol,
ProxyEngine proxyEngine) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProxyEngineSelector.setProxyEngines(java.util.Map<java.lang.String,ProxyEngine> proxyEngines) |
Copyright © 2013 FuseSource, Corp.. All Rights Reserved.