public interface ClientFactory<T extends Client<Connection<T>>>
| Modifier and Type | Method and Description |
|---|---|
T |
create(Connection<T> connection)
This method must create a Client using the connection parameter.
|
T create(Connection<T> connection)
connection - - the underlying connection to client.