public class ServerHTTPAsyncConnectionFactory extends Object implements AsyncConnectionFactory
| Constructor and Description |
|---|
ServerHTTPAsyncConnectionFactory(SPDYServerConnector connector) |
| Modifier and Type | Method and Description |
|---|---|
SPDYServerConnector |
getConnector() |
AsyncConnection |
newAsyncConnection(SocketChannel channel,
AsyncEndPoint endPoint,
Object attachment) |
public ServerHTTPAsyncConnectionFactory(SPDYServerConnector connector)
public SPDYServerConnector getConnector()
public AsyncConnection newAsyncConnection(SocketChannel channel, AsyncEndPoint endPoint, Object attachment)
newAsyncConnection in interface AsyncConnectionFactoryCopyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.