|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An AcceptListener object is used to receive accepted org.activeio.channel.Channel connections.
| Method Summary | |
void |
onAccept(Channel channel)
A AsynchChannelServer will call this method to when a new channel connection has been
accepted. |
void |
onAcceptError(java.io.IOException error)
A AsynchChannelServer will call this method when a async failure occurs when accepting
a connection. |
| Method Detail |
public void onAccept(Channel channel)
AsynchChannelServer will call this method to when a new channel connection has been
accepted.
public void onAcceptError(java.io.IOException error)
AsynchChannelServer will call this method when a async failure occurs when accepting
a connection.
error - the exception that describes the failure.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||