netty5/transport/src/main/java/io/netty/channel
2012-12-27 22:24:07 +01:00
..
embedded Add more javadocs and replace some abstract methods with noops as we often implemented them as noops 2012-12-21 17:06:24 +01:00
group More javadocs cleanup 2012-12-21 11:03:35 +01:00
local Add javadocs and some small cleanups 2012-12-23 20:58:49 +01:00
socket [#857] Correctly handle CancelledKeyException 2012-12-27 22:24:07 +01:00
AbstractChannel.java Add more javadocs and replace some abstract methods with noops as we often implemented them as noops 2012-12-21 17:06:24 +01:00
AbstractServerChannel.java Add more javadocs and replace some abstract methods with noops as we often implemented them as noops 2012-12-21 17:06:24 +01:00
BlockingOperationException.java Revert file mode 2012-07-07 14:39:35 +09:00
Channel.java Add javadocs and cleanup 2012-12-23 19:24:20 +01:00
ChannelConfig.java More javadocs 2012-12-22 15:53:01 +01:00
ChannelException.java Fix various Javadoc issues / Do not use argN parameter names 2012-11-12 12:26:19 +09:00
ChannelFlushFutureNotifier.java Add javadocs and some small cleanups 2012-12-23 20:58:49 +01:00
ChannelFuture.java Add javadocs and some small cleanups 2012-12-23 20:58:49 +01:00
ChannelFutureAggregator.java Add javadocs and some small cleanups 2012-12-23 20:58:49 +01:00
ChannelFutureListener.java Revert file mode 2012-07-07 14:39:35 +09:00
ChannelFutureNotifier.java Make ChannelFutureNotifier accept multiple ChannelFutures 2012-12-14 20:09:40 +09:00
ChannelFutureProgressListener.java Revert file mode 2012-07-07 14:39:35 +09:00
ChannelHandler.java And again javadocs cleanup 2012-12-21 07:35:42 +01:00
ChannelHandlerAdapter.java Add javadocs and some small cleanups 2012-12-23 20:58:49 +01:00
ChannelHandlerContext.java Add more javadocs and replace some abstract methods with noops as we often implemented them as noops 2012-12-21 17:06:24 +01:00
ChannelHandlerType.java Some javadocs love 2012-08-28 01:14:05 +02:00
ChannelHandlerUtil.java Add javadocs and some small cleanups 2012-12-23 20:58:49 +01:00
ChannelInboundByteHandler.java Some javadocs love 2012-08-28 01:14:05 +02:00
ChannelInboundByteHandlerAdapter.java [#846] Tighten up visibility 2012-12-25 18:54:55 +01:00
ChannelInboundHandler.java Fix checkstyle 2012-12-17 18:28:31 +09:00
ChannelInboundHandlerAdapter.java Add javadocs and some small cleanups 2012-12-23 20:58:49 +01:00
ChannelInboundInvoker.java Add javadocs and also some parameter checks in DefaultFileRegion 2012-12-19 08:24:32 +01:00
ChannelInboundMessageHandler.java Some javadocs love 2012-08-28 01:14:05 +02:00
ChannelInboundMessageHandlerAdapter.java [#846] Tighten up visibility 2012-12-25 18:54:55 +01:00
ChannelInitializer.java Add more javadocs 2012-12-20 15:45:49 +01:00
ChannelMetadata.java Add javadocs and also some parameter checks in DefaultFileRegion 2012-12-19 08:24:32 +01:00
ChannelOperationHandler.java More javadoc fixes 2012-12-21 07:13:31 +01:00
ChannelOperationHandlerAdapter.java Add javadocs and some small cleanups 2012-12-23 20:58:49 +01:00
ChannelOption.java More javadocs 2012-12-22 15:53:01 +01:00
ChannelOutboundByteHandler.java Javadocs update 2012-12-22 19:27:09 +01:00
ChannelOutboundByteHandlerAdapter.java Add javadocs and some small cleanups 2012-12-23 20:58:49 +01:00
ChannelOutboundHandler.java Add javadocs and also some parameter checks in DefaultFileRegion 2012-12-19 08:24:32 +01:00
ChannelOutboundHandlerAdapter.java Add javadocs and some small cleanups 2012-12-23 20:58:49 +01:00
ChannelOutboundInvoker.java more javadocs 2012-12-18 07:55:39 +01:00
ChannelOutboundMessageHandler.java Javadocs update 2012-12-22 19:27:09 +01:00
ChannelOutboundMessageHandlerAdapter.java Javadocs update 2012-12-22 19:27:09 +01:00
ChannelPipeline.java Fix javadocs for ChannelPipeline 2012-12-23 15:54:30 +01:00
ChannelPipelineException.java Next round of javadocs cleanup and fixes. Also limit the visibility of FailedChannelFuture 2012-12-18 07:23:42 +01:00
ChannelPropertyAccess.java Add javadocs and also some parameter checks in DefaultFileRegion 2012-12-19 08:24:32 +01:00
ChannelStateHandler.java Add more javadocs and replace some abstract methods with noops as we often implemented them as noops 2012-12-21 17:06:24 +01:00
ChannelStateHandlerAdapter.java Add javadocs and some small cleanups 2012-12-23 20:58:49 +01:00
ChannelTaskScheduler.java Replace a variable with a constant wherever possible 2012-11-12 09:43:14 +09:00
CombinedChannelHandler.java Add javadocs and some small cleanups 2012-12-23 20:58:49 +01:00
CompleteChannelFuture.java Tighten up visibility as the user should use Channel.new*Future 2012-12-20 10:45:12 +01:00
DefaultChannelConfig.java [#819] Allow for easy method-chaining in ChannelConfig and its sub-types 2012-12-14 16:59:23 +01:00
DefaultChannelFuture.java Next round of javadocs cleanup and fixes. Also limit the visibility of FailedChannelFuture 2012-12-18 07:23:42 +01:00
DefaultChannelHandlerContext.java Return the new buffer's capacity is same with the requested capacity 2012-12-19 16:50:05 +09:00
DefaultChannelPipeline.java Make package private 2012-12-23 15:54:14 +01:00
DefaultEventExecutor.java Add javadocs and some small cleanups 2012-12-23 20:58:49 +01:00
DefaultEventExecutorGroup.java Next round of javadocs cleanup and fixes. Also limit the visibility of FailedChannelFuture 2012-12-18 07:23:42 +01:00
DefaultFileRegion.java Add javadocs and also some parameter checks in DefaultFileRegion 2012-12-19 08:24:32 +01:00
EventExecutor.java Next round of javadocs cleanup and fixes. Also limit the visibility of FailedChannelFuture 2012-12-18 07:23:42 +01:00
EventExecutorGroup.java More javadocs 2012-08-28 02:10:17 +02:00
EventLoop.java Next round of javadocs cleanup and fixes. Also limit the visibility of FailedChannelFuture 2012-12-18 07:23:42 +01:00
EventLoopException.java Next round of javadocs cleanup and fixes. Also limit the visibility of FailedChannelFuture 2012-12-18 07:23:42 +01:00
EventLoopGroup.java More javadocs 2012-08-28 02:10:17 +02:00
FailedChannelFuture.java Add javadocs and cleanup 2012-12-23 19:24:20 +01:00
FileRegion.java Next round of javadocs cleanup and fixes. Also limit the visibility of FailedChannelFuture 2012-12-18 07:23:42 +01:00
MultithreadEventExecutorGroup.java Add javadocs and some small cleanups 2012-12-23 20:58:49 +01:00
MultithreadEventLoopGroup.java Add javadocs to AIO and also fix a few warnings 2012-12-18 15:27:52 +01:00
NoSuchBufferException.java [#486] Make NoSuchBufferException give more useful message. 2012-08-20 21:03:23 +09:00
package-info.java Revert file mode 2012-07-07 14:39:35 +09:00
ServerChannel.java Revert file mode 2012-07-07 14:39:35 +09:00
SingleThreadEventExecutor.java Add javadocs and some small cleanups 2012-12-23 20:58:49 +01:00
SingleThreadEventLoop.java Next round of javadocs cleanup and fixes. Also limit the visibility of FailedChannelFuture 2012-12-18 07:23:42 +01:00
SucceededChannelFuture.java Add javadocs and some small cleanups 2012-12-23 20:58:49 +01:00
VoidChannelFuture.java Make package private 2012-12-23 15:54:14 +01:00