List of usage examples for io.netty.channel ChannelHandler interface-usage
From source file c5db.client.MessageHandler.java
public interface MessageHandler extends ChannelHandler, ChannelInboundHandler {
ListenableFuture<Response> call(Call request, Channel channel);
ListenableFuture<Response> buffer(Call request, Channel channel);
From source file com.barchart.netty.client.pipeline.AuthenticationHandler.java
/**
* Superclass for pluggable authentication handlers.
*
* @see com.barchart.netty.client.facets.AuthenticationFacet
* @see com.barchart.netty.client.base.AuthenticatingConnectableBase
*/
From source file com.heliosapm.streams.onramp.RpcManager.java
/**
* <p>Title: RpcManager</p>
* <p>Description: </p>
* <p>Company: Helios Development Group LLC</p>
* @author Whitehead (nwhitehead AT heliosdev DOT org)
* <p><code>com.heliosapm.streams.onramp.RpcManager</code></p>
From source file com.lambdaworks.redis.RedisChannelInitializer.java
/**
* Channel initializer to set up the transport before a Redis connection can be used. This is part of the internal API. This
* class is part of the internal API.
*
* @author Mark Paluch
*/
From source file com.SendFileHandler_org.java
/**
*
* @author SITO3
*
*/
@Sharable
From source file com.yea.remote.netty.handle.NettyChannelHandler.java
/** * * @author yiyongfei * */ public interface NettyChannelHandler extends ChannelHandler, Cloneable {
From source file com.zhucode.longio.transport.netty.AbstractNettyHandler.java
/** * @author zhu jinxian * @date 20151012 * */ public abstract class AbstractNettyHandler extends AbstractHandler
From source file dorkbox.network.connection.registration.ConnectionRegistrationImpl.java
/** * A wrapper for the period of time between registration and connect for a "connection" session. * * This is to prevent race conditions where onMessage() can happen BEFORE a "connection" is "connected" */ public class ConnectionRegistrationImpl implements Connection_, ChannelHandler {
From source file fixio.handlers.FixApplication.java
public interface FixApplication extends ChannelHandler { /** * Invoked after FIX session was successfully established. */ void onLogon(ChannelHandlerContext ctx, LogonEvent msg);
From source file fslib.net.FSChannelHandler.java
public class FSChannelHandler implements ChannelHandler { public class FMLToPacketCodec extends MessageToMessageCodec<FMLProxyPacket, Packet> { @Override public void encode(ChannelHandlerContext ctx, Packet msg, List<Object> out) throws Exception {