public interface ConnManagerFactory
ConnManager instances.| Modifier and Type | Method and Description |
|---|---|
ConnManager |
create(ConnectionEndpoint endpoint)
Creates
ConnManager for managing connections initiated over
the given ConnectionEndpoint. |
ConnManager create(ConnectionEndpoint endpoint)
ConnManager for managing connections initiated over
the given ConnectionEndpoint.endpoint - endpoint to manage connections ofNullPointerException - if endpoint is
nullCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.