public interface IServer
| Modifier and Type | Method and Description | 
|---|---|
| void | channelConnected(org.jboss.netty.channel.Channel c) | 
| void | closeChannel(org.jboss.netty.channel.Channel c) | 
| void | received(Object message,
        String remote,
        org.jboss.netty.channel.Channel channel) | 
void channelConnected(org.jboss.netty.channel.Channel c)
void received(Object message, String remote, org.jboss.netty.channel.Channel channel) throws InterruptedException
InterruptedExceptionvoid closeChannel(org.jboss.netty.channel.Channel c)
Copyright © 2022 The Apache Software Foundation. All Rights Reserved.