|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
M - the type of messages that can be transmitted through the connection.public interface ClientConnector<M extends Message>
Defines how a client establishes a Connection to a server.
| Method Summary | |
|---|---|
Connection<M> |
connect()
connects to a server until a Connection is established to the
server. |
| Method Detail |
|---|
Connection<M> connect()
throws ConnectionException
Connection is established to the
server. The concrete way to reach the server is defined by the current
Infrastructure implementation.
Connection established with the server.
ConnectionException - if the attempt fails.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||