netty5/example/src/main
Norman Maurer ca5554dfe7 [#1236] Fix problem where adding a new ChannelHandler could block the eventloop
This change also introduce a few other changes which was needed:
 * ChannelHandler.beforeAdd(...) and ChannelHandler.beforeRemove(...) were removed
 * ChannelHandler.afterAdd(...) -> handlerAdded(...)
 * ChannelHandler.afterRemoved(...) -> handlerRemoved(...)
 * SslHandler.handshake() -> SslHandler.hanshakeFuture() as the handshake is triggered automatically after
   the Channel becomes active
2013-04-19 07:00:50 +02:00
..
java/io/netty/example [#1236] Fix problem where adding a new ChannelHandler could block the eventloop 2013-04-19 07:00:50 +02:00
resources/websocketx/html5 fixing type on event/send argument 2012-11-27 19:29:29 +01:00