List of usage examples for io.netty.channel ChannelInboundHandlerAdapter subclass-usage
From source file com.mastfrog.acteur.server.UpstreamHandlerImpl.java
/**
*
* @author Tim Boudreau
*/
@ChannelHandler.Sharable
@Singleton
From source file com.mastfrog.netty.http.client.MessageHandlerImpl.java
/** * * @author Tim Boudreau */ @Sharable final class MessageHandlerImpl extends ChannelInboundHandlerAdapter {
From source file com.mikesilversides.mod1.ServerTest.EchoClientHandler.java
/** * Handler implementation for the echo client. It initiates the ping-pong * traffic between the echo client and server by sending the first message to * the server. */ public class EchoClientHandler extends ChannelInboundHandlerAdapter {
From source file com.mikesilversides.mod1.ServerTest.StubClientHandler.java
/** * Handler implementation for the stub1 client. It initiates the conversation * by sending a Start command, waiting for an ack, then receiving glitch commands. */ public class StubClientHandler extends ChannelInboundHandlerAdapter {
From source file com.miko.s4netty.handler.WorkerProviderHandler.java
/**
* @author miroslavkopecky
*
* Handling web request and providign JSON response
* Data are taken from the service and coverted to JSONArray by GSon
*/
From source file com.mnt.base.stream.netty.NConnectionHandler.java
/**
* A ConnectionHandler is responsible for creating new sessions, destroying sessions and delivering
* received stream package.
*
* @author Peng Peng
*/
From source file com.mongodb.connection.netty.ReadTimeoutHandler.java
/** * Passes a {@link ReadTimeoutException} if the time between a {@link #scheduleTimeout} and {@link #removeTimeout} is longer than the set * timeout. */ final class ReadTimeoutHandler extends ChannelInboundHandlerAdapter { private final long readTimeout;
From source file com.mpush.client.connect.ConnClientChannelHandler.java
/** * Created by ohun on 2015/12/19. * * @author ohun@live.cn */ public final class ConnClientChannelHandler extends ChannelInboundHandlerAdapter {
From source file com.mpush.client.gateway.handler.GatewayClientChannelHandler.java
/**
* Created by ohun on 2015/12/19.
*
* @author ohun@live.cn
*/
@ChannelHandler.Sharable
From source file com.mpush.core.server.ServerChannelHandler.java
/**
* Created by ohun on 2015/12/19.
*
* @author ohun@live.cn
*/
@ChannelHandler.Sharable