|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the address family encapsulated by this Endpointpublic interface Endpoint<T>
Represents an abstract remote communication endpoint. Implementations of
Endpoint encapsulate the active connection-creation mechanism for
particular address families (such as SocketAddress).
Active connection initiation is accomplished by obtaining an
Endpoint's Connector via createConnector().
| Method Summary | |
|---|---|
Connector<T> |
createConnector()
Creates a Connector for actively initiating a connection
to this remote Endpoint. |
T |
getAddress()
Returns the address of type T encapsulated by this
Endpoint. |
| Method Detail |
|---|
Connector<T> createConnector()
throws IOException
Connector for actively initiating a connection
to this remote Endpoint.
Connector configured to connect to this
Endpoint
IOException - if a connector cannot be createdT getAddress()
T encapsulated by this
Endpoint.
Endpoint
|
Project Darkstar, Version 0.9.8.10 2013-07-29 20:39:31 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||