public interface ClientConnectionFactory
Connection instances.| Modifier and Type | Interface and Description |
|---|---|
static class |
ClientConnectionFactory.Helper |
| Modifier and Type | Method and Description |
|---|---|
Connection |
newConnection(EndPoint endPoint,
Map<String,Object> context) |
Connection newConnection(EndPoint endPoint, Map<String,Object> context) throws IOException
endPoint - 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.