org.webbitserver.netty
Class EventSourceConnectionHandler
java.lang.Object
org.jboss.netty.channel.SimpleChannelUpstreamHandler
org.webbitserver.netty.EventSourceConnectionHandler
- All Implemented Interfaces:
- org.jboss.netty.channel.ChannelHandler, org.jboss.netty.channel.ChannelUpstreamHandler
public class EventSourceConnectionHandler
- extends org.jboss.netty.channel.SimpleChannelUpstreamHandler
| Nested classes/interfaces inherited from interface org.jboss.netty.channel.ChannelHandler |
org.jboss.netty.channel.ChannelHandler.Sharable |
|
Method Summary |
void |
channelUnbound(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ChannelStateEvent e)
|
void |
exceptionCaught(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ExceptionEvent e)
|
| Methods inherited from class org.jboss.netty.channel.SimpleChannelUpstreamHandler |
channelBound, channelClosed, channelConnected, channelDisconnected, channelInterestChanged, channelOpen, childChannelClosed, childChannelOpen, handleUpstream, messageReceived, writeComplete |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventSourceConnectionHandler
public EventSourceConnectionHandler(Executor executor,
Thread.UncaughtExceptionHandler exceptionHandler,
Thread.UncaughtExceptionHandler ioExceptionHandler,
NettyEventSourceConnection eventSourceConnection,
EventSourceHandler eventSourceHandler)
channelUnbound
public void channelUnbound(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ChannelStateEvent e)
- Overrides:
channelUnbound in class org.jboss.netty.channel.SimpleChannelUpstreamHandler
exceptionCaught
public void exceptionCaught(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ExceptionEvent e)
- Overrides:
exceptionCaught in class org.jboss.netty.channel.SimpleChannelUpstreamHandler
Copyright © 2013. All Rights Reserved.