Example usage for io.netty.channel ChannelOutboundHandlerAdapter subclass-usage

List of usage examples for io.netty.channel ChannelOutboundHandlerAdapter subclass-usage

Introduction

In this page you can find the example usage for io.netty.channel ChannelOutboundHandlerAdapter subclass-usage.

Usage

From source file org.dcache.xrootd.tpc.TpcSigverRequestEncoder.java

/**
 * <p>Checks to see if the protocol security context requires
 *    the particular message to be preceded by a signing verification
 *    request, and returns one if so.</p>
 *
 * <p>If the encrypter is <code>null</code>, unencrypted hashes are sent.</p>

From source file org.graylog2.inputs.transports.netty.PromiseFailureHandler.java

@Singleton
@ChannelHandler.Sharable
public class PromiseFailureHandler extends ChannelOutboundHandlerAdapter {
    public static final PromiseFailureHandler INSTANCE = new PromiseFailureHandler();
    private static final Logger LOG = LoggerFactory.getLogger(PromiseFailureHandler.class);

From source file org.helios.octo.server.streams.StreamOutputAdapter.java

/**
 * <p>Title: StreamOutputAdapter</p>
 * <p>Description: Accumulates outbound buffers until an EOL is detected, then prepends the approriate indicators and flushes the content out.</p> 
 * <p>Company: Helios Development Group LLC</p>
 * @author Whitehead (nwhitehead AT heliosdev DOT org)
 * <p><code>org.helios.octo.server.streams.StreamOutputAdapter</code></p>

From source file org.jdiameter.client.impl.transport.tls.netty.InbandSecurityHandler.java

/**
 *
 * @author <a href="mailto:jqayyum@gmail.com"> Jehanzeb Qayyum </a>
 */
public class InbandSecurityHandler extends ChannelOutboundHandlerAdapter {
    protected static final Logger logger = LoggerFactory.getLogger(InbandSecurityHandler.class);

From source file org.kaaproject.kaa.server.transports.http.transport.netty.ResponseEncoder.java

/**
 * ResponseEncoder Class.
 * Used to convert CommandProcressor after execution into HTTP response
 * and set Netty channel to close in case it indicated by CommandProcessor.
 *
 * @author Andrey Panasenko

From source file org.kaaproject.kaa.server.transports.tcp.transport.netty.KaaTcpEncoder.java

/**
 * KaaTcpEncoder Class.
 *
 * @author Yaroslav Zeygerman
 */
public class KaaTcpEncoder extends ChannelOutboundHandlerAdapter {

From source file org.lightmare.remote.rcp.decoders.RcpEncoder.java

/**
 * Encoder (extends {@link ChannelOutboundHandlerAdapter}) class @see <a
 * href="http://static.netty.io/3.6/guide/">io.netty</a> for serialize
 * {@link RcpWrapper} <a href="io.netty"/>netty></a> RPC server response
 * 
 * @author Levan Tsinadze

From source file org.lightmare.remote.rpc.decoders.RpcEncoder.java

/**
 * Encoder class for Netty remote procedure call
 * 
 * @author Levan Tsinadze
 * @since 0.0.21-SNAPSHOT
 */

From source file org.onesec.raven.rtp.OutboundPacketBuilderHandler.java

/**
 *
 * @author Mikhail Titov
 */
public class OutboundPacketBuilderHandler extends ChannelOutboundHandlerAdapter {
    private final InetSocketAddress remoteSocket;

From source file org.onesec.raven.rtp.RtpOutboundHandler.java

/**
 *
 * @author Mikhail Titov
 */
public class RtpOutboundHandler extends ChannelOutboundHandlerAdapter {
    public final static String NAME = "OutStream";