All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.rzo.yajsw.nettyutils.Condition Maven / Gradle / Ivy

Go to download

YAJSW is a java centric implementation of the java service wrapper by tanuki (JSW). It aims at being mostly configuration compliant with the original. It should therefore be easy to switch from JSW to YAJSW.

The newest version!
package org.rzo.yajsw.nettyutils;

import org.jboss.netty.channel.ChannelEvent;
import org.jboss.netty.channel.ChannelHandlerContext;

public interface Condition
{
	public boolean isOk(ChannelHandlerContext ctx, ChannelEvent e);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy