public class SPDYClientConnectionFactory extends Object implements ClientConnectionFactory
ClientConnectionFactory.Helper| Modifier and Type | Field and Description |
|---|---|
static String |
SPDY_CLIENT_CONTEXT_KEY |
static String |
SPDY_SESSION_LISTENER_CONTEXT_KEY |
static String |
SPDY_SESSION_PROMISE_CONTEXT_KEY |
| Constructor and Description |
|---|
SPDYClientConnectionFactory() |
public static final String SPDY_CLIENT_CONTEXT_KEY
public static final String SPDY_SESSION_LISTENER_CONTEXT_KEY
public static final String SPDY_SESSION_PROMISE_CONTEXT_KEY
public Connection newConnection(EndPoint endPoint, Map<String,Object> context) throws IOException
newConnection in interface ClientConnectionFactoryendPoint - the EndPoint to link the newly created connection tocontext - the context data to create the connectionConnectionIOException - if the connection cannot be createdCopyright © 1995-2015 Webtide. All Rights Reserved.