Javadoc
This commit is contained in:
parent
629ae769d7
commit
eaf931ac92
@ -37,6 +37,13 @@ import org.jboss.netty.channel.SimpleChannelHandler;
|
||||
*/
|
||||
public class IdleStateAwareChannelHandler extends SimpleChannelHandler {
|
||||
|
||||
/**
|
||||
* Creates a new instance.
|
||||
*/
|
||||
public IdleStateAwareChannelHandler() {
|
||||
super();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void handleUpstream(ChannelHandlerContext ctx, ChannelEvent e)
|
||||
throws Exception {
|
||||
|
@ -37,6 +37,13 @@ import org.jboss.netty.channel.SimpleChannelUpstreamHandler;
|
||||
*/
|
||||
public class IdleStateAwareChannelUpstreamHandler extends SimpleChannelUpstreamHandler {
|
||||
|
||||
/**
|
||||
* Creates a new instance.
|
||||
*/
|
||||
public IdleStateAwareChannelUpstreamHandler() {
|
||||
super();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void handleUpstream(ChannelHandlerContext ctx, ChannelEvent e)
|
||||
throws Exception {
|
||||
|
Loading…
Reference in New Issue
Block a user