netty5/transport/src/main/java/io/netty/channel
Trustin Lee b4764f6164 Fix infinity loop and timing issues
- Made sure unnecessary interestOps are not OR'd
- Fixed a bug where DefaultChannelFuture.rethrowIfFailed() returns
  silently if the future is not done yet - there's no ways to tell
  the differences between failure and incompleteness.
2012-05-09 23:42:01 +09:00
..
group Fix compilation errors in ChannelGroup and its related types 2012-05-01 17:49:41 +09:00
iostream Also fix the exception handling if a ChannelHandler throws an Exception 2012-02-25 15:54:33 +01:00
local Another round of the new API design 2012-05-01 17:19:41 +09:00
socket Fix infinity loop and timing issues 2012-05-09 23:42:01 +09:00
AbstractChannel.java Fix infinity loop and timing issues 2012-05-09 23:42:01 +09:00
AbstractServerChannel.java Initial working version of the echo server example 2012-05-09 22:09:06 +09:00
Channel.java Initial working version of the echo server example 2012-05-09 22:09:06 +09:00
ChannelBufferHolder.java Add ChannelBufferHolder.toString() 2012-04-29 21:51:12 +09:00
ChannelBufferHolders.java Second round of new channel handler API design 2012-04-29 17:53:50 +09:00
ChannelConfig.java Add ClientChannelConfig and move connectTimeoutMillis there 2012-05-01 18:17:12 +09:00
ChannelException.java Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
ChannelFuture.java Another round of the new API design 2012-05-01 17:19:41 +09:00
ChannelFutureAggregator.java Another round of the new API design 2012-05-01 17:19:41 +09:00
ChannelFutureFactory.java Initial working version of the echo server example 2012-05-09 22:09:06 +09:00
ChannelFutureListener.java Another round of the new API design 2012-05-01 17:19:41 +09:00
ChannelFutureProgressListener.java Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
ChannelHandler.java Revamp channel handler API 2012-04-12 17:39:01 +09:00
ChannelHandlerAdapter.java Initial working version of the echo server example 2012-05-09 22:09:06 +09:00
ChannelHandlerContext.java Initial working version of the echo server example 2012-05-09 22:09:06 +09:00
ChannelHandlerLifeCycleException.java Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
ChannelInboundHandler.java Another round of the new API design 2012-05-01 17:19:41 +09:00
ChannelInboundHandlerAdapter.java Another round of the new API design 2012-05-01 17:19:41 +09:00
ChannelInboundHandlerContext.java Another round of the new API design 2012-05-01 17:19:41 +09:00
ChannelInboundInvoker.java Initial working version of the echo server example 2012-05-09 22:09:06 +09:00
ChannelOutboundHandler.java Another round of the new API design 2012-05-01 17:19:41 +09:00
ChannelOutboundHandlerAdapter.java Initial working version of the echo server example 2012-05-09 22:09:06 +09:00
ChannelOutboundHandlerContext.java Initial working version of the echo server example 2012-05-09 22:09:06 +09:00
ChannelOutboundInvoker.java Initial working version of the echo server example 2012-05-09 22:09:06 +09:00
ChannelPipeline.java Initial working version of the echo server example 2012-05-09 22:09:06 +09:00
ChannelPipelineException.java Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
ClientChannelConfig.java Add ClientChannelConfig and move connectTimeoutMillis there 2012-05-01 18:17:12 +09:00
CompleteChannelFuture.java Make sure ChannelFutureListeners are invoked from an event loop thread 2012-05-01 18:31:17 +09:00
DefaultChannelConfig.java Add ClientChannelConfig and move connectTimeoutMillis there 2012-05-01 18:17:12 +09:00
DefaultChannelFuture.java Fix infinity loop and timing issues 2012-05-09 23:42:01 +09:00
DefaultChannelPipeline.java Initial working version of the echo server example 2012-05-09 22:09:06 +09:00
DefaultClientChannelConfig.java Add ClientChannelConfig and move connectTimeoutMillis there 2012-05-01 18:17:12 +09:00
EventLoop.java Initial working version of the echo server example 2012-05-09 22:09:06 +09:00
EventLoopException.java Add MultithreadEventLoop 2012-04-29 18:40:55 +09:00
FailedChannelFuture.java Another round of the new API design 2012-05-01 17:19:41 +09:00
MultithreadEventLoop.java Initial working version of the echo server example 2012-05-09 22:09:06 +09:00
package-info.java Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
ServerChannel.java Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
SingleThreadEventLoop.java Initial working version of the echo server example 2012-05-09 22:09:06 +09:00
SucceededChannelFuture.java Another round of the new API design 2012-05-01 17:19:41 +09:00
VoidChannelFuture.java Initial working version of the echo server example 2012-05-09 22:09:06 +09:00