List of usage examples for io.netty.channel ChannelHandlerContext interface-usage
From source file com.ebay.jetstream.messaging.transport.netty.eventproducer.ConsumerChannelContext.java
/** * @author shmurthy * */ public class ConsumerChannelContext implements ChannelHandlerContext, XSerializable {
From source file com.flowpowered.network.fake.FakeChannelHandlerContext.java
public abstract class FakeChannelHandlerContext implements ChannelHandlerContext { private AtomicReference<ByteBuf> ref; public void setReference(AtomicReference<ByteBuf> ref) { this.ref = ref; }
From source file com.flowpowered.networking.fake.FakeChannelHandlerContext.java
public abstract class FakeChannelHandlerContext implements ChannelHandlerContext { private AtomicReference<ByteBuf> ref; public void setReference(AtomicReference<ByteBuf> ref) { this.ref = ref; }
From source file com.lambdaworks.redis.protocol.EmptyContext.java
/** * @author Mark Paluch */ class EmptyContext implements ChannelHandlerContext { @Override
From source file com.tc.websocket.server.ContextWrapper.java
/** * The Class ContextWrapper. */ public class ContextWrapper implements ChannelHandlerContext { /** The Constant RESOURCE_DESC. */
From source file com.tesora.dve.db.mysql.libmy.ChannelHandlerContextStub.java
public class ChannelHandlerContextStub implements ChannelHandlerContext { @Override public <T> Attribute<T> attr(AttributeKey<T> key) { // TODO Auto-generated method stub return null;
From source file io.lettuce.core.protocol.EmptyContext.java
/** * @author Mark Paluch */ class EmptyContext implements ChannelHandlerContext { private final static Channel CHANNEL = new EmptyChannel();
From source file io.reactivex.netty.contexts.NoOpChannelHandlerContext.java
/** * @author Nitesh Kant */ public class NoOpChannelHandlerContext implements ChannelHandlerContext { private final DefaultAttributeMap attributeMap = new DefaultAttributeMap();
From source file io.reactivex.netty.NoOpChannelHandlerContext.java
/** * @author Nitesh Kant */ public class NoOpChannelHandlerContext implements ChannelHandlerContext { private final DefaultAttributeMap attributeMap = new DefaultAttributeMap();
From source file me.ferrybig.javacoding.webmapper.test.empty.EmptyChannelHandlerContext.java
/** * * @author Fernando */ public class EmptyChannelHandlerContext implements ChannelHandlerContext {