|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IceConnector
Interface for classes that establish the transport layer for connectivity checks.
| Method Summary | |
|---|---|
void |
addIoServiceListener(org.littleshoot.mina.common.IoServiceListener serviceListener)
Adds the specified IoServiceListener to connections created with
this connector. |
org.littleshoot.mina.common.IoSession |
connect(InetSocketAddress localAddress,
InetSocketAddress remoteAddress)
Creates a new connection from the specified local address to the specified remote address. |
| Method Detail |
|---|
org.littleshoot.mina.common.IoSession connect(InetSocketAddress localAddress,
InetSocketAddress remoteAddress)
localAddress - The local address to connect from.remoteAddress - The remote address to connect to.
IoSession for the connection.void addIoServiceListener(org.littleshoot.mina.common.IoServiceListener serviceListener)
IoServiceListener to connections created with
this connector.
serviceListener - The listener to be notified of connection events.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||