public interface Protocol
| Modifier and Type | Method and Description |
|---|---|
void |
handle(org.jboss.netty.channel.Channel channel,
org.jboss.netty.channel.MessageEvent e,
NettyResponseFuture<?> future) |
void |
onClose(org.jboss.netty.channel.Channel channel,
org.jboss.netty.channel.ChannelStateEvent e) |
void |
onError(org.jboss.netty.channel.Channel channel,
org.jboss.netty.channel.ExceptionEvent e) |
void handle(org.jboss.netty.channel.Channel channel,
org.jboss.netty.channel.MessageEvent e,
NettyResponseFuture<?> future)
throws Exception
Exceptionvoid onError(org.jboss.netty.channel.Channel channel,
org.jboss.netty.channel.ExceptionEvent e)
void onClose(org.jboss.netty.channel.Channel channel,
org.jboss.netty.channel.ChannelStateEvent e)
Copyright © 2014. All Rights Reserved.