Methods in org.exolab.core.messenger with parameters of type ChannelHandler |
void |
Connection.accept(java.lang.String name,
ChannelHandler handler)
Register a handler to accept channel connections for the specified name. |
void |
ChannelAcceptor.accept(java.lang.String name,
ChannelHandler handler)
Accept requests for the specified channel, and pass them on to
the handler. |
void |
PacketConnection.accept(java.lang.String name,
ChannelHandler handler)
Register a handler to accept channel connections for the specified name. |