which they can have injected.
|
Method Summary |
boolean |
canConnect(Address address)
Returns true if it can connect to the given type of address. |
void |
connect(Address address,
ConnectObserver observer)
Connects asynchronously to the given address and notifies
observer of the established socket. |
LOGGING_CATEGORY
static final String LOGGING_CATEGORY
- Logging category name for AddressConnector's to use
- See Also:
- Constant Field Values
canConnect
boolean canConnect(Address address)
- Returns true if it can connect to the given type of address. This must
be a non-blocking call. Evaluation should take into account the connectors
initialization state.
connect
void connect(Address address,
ConnectObserver observer)
- Connects asynchronously to the given address and notifies
observer of the established socket.
Copyright © 2009. All Rights Reserved.