| Package | Description |
|---|---|
| org.eclipse.jetty.spdy | |
| org.eclipse.jetty.spdy.http |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerSPDYAsyncConnectionFactory |
| Modifier and Type | Method and Description |
|---|---|
AsyncConnectionFactory |
SPDYClient.getAsyncConnectionFactory(String protocol) |
AsyncConnectionFactory |
SPDYServerConnector.getAsyncConnectionFactory(String protocol) |
protected AsyncConnectionFactory |
SPDYServerConnector.getDefaultAsyncConnectionFactory() |
AsyncConnectionFactory |
SPDYServerConnector.putAsyncConnectionFactory(String protocol,
AsyncConnectionFactory factory) |
AsyncConnectionFactory |
SPDYClient.removeAsyncConnectionFactory(String protocol) |
AsyncConnectionFactory |
SPDYServerConnector.removeAsyncConnectionFactory(String protocol) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,AsyncConnectionFactory> |
SPDYServerConnector.getAsyncConnectionFactories() |
| Modifier and Type | Method and Description |
|---|---|
void |
SPDYClient.putAsyncConnectionFactory(String protocol,
AsyncConnectionFactory factory) |
AsyncConnectionFactory |
SPDYServerConnector.putAsyncConnectionFactory(String protocol,
AsyncConnectionFactory factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerHTTPAsyncConnectionFactory |
class |
ServerHTTPSPDYAsyncConnectionFactory |
| Modifier and Type | Method and Description |
|---|---|
protected AsyncConnectionFactory |
HTTPSPDYServerConnector.getDefaultAsyncConnectionFactory() |
Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.