List of usage examples for io.netty.channel ChannelInboundHandler interface-usage
From source file com.xiovr.unibot.bot.network.ServerConnectionHandler.java
public interface ServerConnectionHandler extends ChannelInboundHandler {
}
From source file com.zhucode.longio.transport.netty.AbstractNettyHandler.java
/** * @author zhu jinxian * @date 20151012 * */ public abstract class AbstractNettyHandler extends AbstractHandler
From source file diskCacheV111.doors.NettyLineBasedDoor.java
/**
* Login cell for line based protocols.
*
* <p>To be used with LoginManager. The cell is a Netty handler and expects Netty to pass
* and accept Strings. These are passed on to an interpreter for processing.
*/
From source file org.apache.jackrabbit.oak.plugins.segment.NetworkErrorProxy.java
class SendBackHandler implements ChannelInboundHandler { private final ChannelHandlerContext target; public long transferredBytes; public SendBackHandler(ChannelHandlerContext ctx) { this.target = ctx;
From source file org.dcache.util.ChannelCdcSessionHandlerWrapper.java
/**
* This class wraps some ChannelDuplexHandler and ensures that, if the Netty
* Channel has a specific key then the value of this key is used as the CDC
* session. This class is really a hack to work-around that CDC is a
* thread-local value that is not propagated when Netty schedules tasks outside
* of the event loop. Such scheduled tasks current happen in the pool, as the
From source file org.jfxvnc.net.rfb.codec.handshaker.RfbClientDecoder.java
public interface RfbClientDecoder extends ChannelInboundHandler {
}
From source file org.jfxvnc.net.rfb.codec.security.RfbSecurityDecoder.java
public interface RfbSecurityDecoder extends ChannelInboundHandler {
}
From source file org.legacy.network.NetworkHandler.java
/** * @author Im Frizzy <skype:kfriz1998> * @since Jul 14, 2014 */ public class NetworkHandler implements ChannelInboundHandler {
From source file org.opendaylight.controller.netconf.nettyutil.handler.ssh.virtualsocket.ChannelInputStream.java
/** * Class provides {@link InputStream} functionality to users of virtual socket. */ public class ChannelInputStream extends InputStream implements ChannelInboundHandler { private final Object lock = new Object(); private final ByteBuf bb = Unpooled.buffer();
From source file org.opendaylight.controller.netconf.util.handler.ssh.virtualsocket.ChannelInputStream.java
/** * Class provides {@link InputStream} functionality to users of virtual socket. */ public class ChannelInputStream extends InputStream implements ChannelInboundHandler { private final Object lock = new Object(); private final ByteBuf bb = Unpooled.buffer();