List of usage examples for io.netty.channel ChannelDuplexHandler subclass-usage
From source file com.cloudhopper.smpp.channel.SmppSessionLogger.java
/**
* Channel handler responsible for logging the bytes sent/received on an
* SmppSession. The internal "options" object is tied directly to the SmppSession
* so that changes can be made on-the-fly during runtime.
*
* @author joelauer (twitter: @jjlauer or <a href="http://twitter.com/jjlauer" target=window>http://twitter.com/jjlauer</a>)
From source file com.ebay.jetstream.http.netty.client.HttpResponseHandler.java
/**
*
* @author shmurthy@ebay.com (shmurthy@ebay.com)
*
*/
@Sharable
From source file com.ebay.jetstream.http.netty.server.HttpRequestHandler.java
/**
*
* @author shmurthy@ebay.com (shmurthy@ebay.com)
*
*/
@Sharable
From source file com.ebay.jetstream.http.netty.server.KeepAliveHandler.java
public class KeepAliveHandler extends ChannelDuplexHandler { private static final AttributeKey<Long> CREATION_TIME = AttributeKey.valueOf("Http_Connection_Creation_Time"); private static final AttributeKey<AtomicInteger> REQUEST_COUNT = AttributeKey.valueOf("Http_Request_Count"); private final int maxKeepAliveRequests; private final long maxKeepAliveTimeoutInNanoTime;
From source file com.ebay.jetstream.messaging.transport.netty.autoflush.handler.NettyAutoFlushBatcher.java
/**
* @author shmurthy@ebay.com - This is a batcher which batches events to write larger payloads to socket. It flushes the buffer
* when it collects provisioned number of bytes or the timer fires.
*/
@Sharable
From source file com.ebay.jetstream.messaging.transport.netty.eventconsumer.EventProducerSessionHandler.java
/**
*
*
* @author shmurthy@ebay.com
* @version 1.0
*
From source file com.ebay.jetstream.messaging.transport.netty.eventproducer.EventConsumerSessionHandler.java
/**
*
*
* @author shmurthy@ebay.com
* @version 1.0
*
From source file com.eucalyptus.ws.handlers.IoBindingHandler.java
/** * */ @ChannelHandler.Sharable public class IoBindingHandler extends ChannelDuplexHandler {
From source file com.eucalyptus.ws.handlers.IoMessageWrapperHandler.java
/** * */ @ChannelHandler.Sharable public class IoMessageWrapperHandler extends ChannelDuplexHandler {
From source file com.eucalyptus.ws.handlers.IoSoapHandler.java
/** * SOAP object model handler */ @SuppressWarnings("ThrowableResultOfMethodCallIgnored") @ChannelHandler.Sharable public class IoSoapHandler extends ChannelDuplexHandler {