netty5/transport/src/main/java/io/netty/channel
2012-12-20 19:11:17 +01:00
..
embedded Do not call inbound event methods directly 2012-12-18 03:04:26 +09:00
group Fix more inspection warnings + compilation errors 2012-11-12 13:25:00 +09:00
local Rename ChannelBuf to Buf and ChannelBufType to BufType 2012-12-17 17:43:45 +09:00
socket Move ChannelInputShutdownEvent to socket package as this is where it belongs to. Also added some javadocs 2012-12-19 09:27:01 +01:00
AbstractChannel.java Do not call inbound event methods directly 2012-12-18 03:04:26 +09:00
AbstractServerChannel.java Rename ChannelBuf to Buf and ChannelBufType to BufType 2012-12-17 17:43:45 +09:00
BlockingOperationException.java Revert file mode 2012-07-07 14:39:35 +09:00
Channel.java Add some javadocs 2012-12-17 16:01:58 +01:00
ChannelConfig.java [#819] Allow for easy method-chaining in ChannelConfig and its sub-types 2012-12-14 16:59:23 +01:00
ChannelException.java Fix various Javadoc issues / Do not use argN parameter names 2012-11-12 12:26:19 +09:00
ChannelFlushFutureNotifier.java Fix checkstyle 2012-12-20 19:11:17 +01:00
ChannelFuture.java Add methods that add/remove multiple ChannelFutureListeners to ChannelFuture 2012-12-14 12:45:43 +09:00
ChannelFutureAggregator.java Remove unnecessary empty lines 2012-12-03 19:58:13 +09: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 Rename classes as result of descussion on #594 2012-09-12 14:04:41 +02:00
ChannelHandlerAdapter.java Add back support for FileRegion. See #668 2012-12-03 12:08:17 +01:00
ChannelHandlerContext.java Fixed some 120-character line checkstyle problems. 2012-12-07 06:31:21 +01:00
ChannelHandlerLifeCycleException.java Fix various Javadoc issues / Do not use argN parameter names 2012-11-12 12:26:19 +09:00
ChannelHandlerType.java Some javadocs love 2012-08-28 01:14:05 +02:00
ChannelHandlerUtil.java Check if message is supported before cast. See #678 2012-10-24 07:03:02 +02:00
ChannelInboundByteHandler.java Some javadocs love 2012-08-28 01:14:05 +02:00
ChannelInboundByteHandlerAdapter.java Add javadocs and also some parameter checks in DefaultFileRegion 2012-12-19 08:24:32 +01:00
ChannelInboundHandler.java Fix checkstyle 2012-12-17 18:28:31 +09:00
ChannelInboundHandlerAdapter.java Rename ChannelBuf to Buf and ChannelBufType to BufType 2012-12-17 17:43:45 +09: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 Replace UnsafeByteBuf with ByteBuf.unsafe() again 2012-12-05 19:28:56 +09: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 Add back support for FileRegion. See #668 2012-12-03 12:08:17 +01:00
ChannelOperationHandlerAdapter.java Add back support for FileRegion. See #668 2012-12-03 12:08:17 +01:00
ChannelOption.java Remove unnecessary empty lines 2012-12-03 19:58:13 +09:00
ChannelOutboundByteHandler.java Revert file mode 2012-07-07 14:39:35 +09:00
ChannelOutboundByteHandlerAdapter.java Replace UnsafeByteBuf with ByteBuf.unsafe() again 2012-12-05 19:28:56 +09:00
ChannelOutboundHandler.java Add javadocs and also some parameter checks in DefaultFileRegion 2012-12-19 08:24:32 +01:00
ChannelOutboundHandlerAdapter.java Rename ChannelBuf to Buf and ChannelBufType to BufType 2012-12-17 17:43:45 +09:00
ChannelOutboundInvoker.java more javadocs 2012-12-18 07:55:39 +01:00
ChannelOutboundMessageHandler.java Revert file mode 2012-07-07 14:39:35 +09:00
ChannelOutboundMessageHandlerAdapter.java Replace UnsafeByteBuf with ByteBuf.unsafe() again 2012-12-05 19:28:56 +09:00
ChannelPipeline.java more javadocs 2012-12-18 07:55:39 +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 Some javadocs love 2012-08-28 01:14:05 +02:00
ChannelStateHandlerAdapter.java Revert file mode 2012-07-07 14:39:35 +09:00
ChannelTaskScheduler.java Replace a variable with a constant wherever possible 2012-11-12 09:43:14 +09:00
CombinedChannelHandler.java [#837] CombinedChannelHandler must pass sendFile(...) to the wrapped ChannelOutboundHandler 2012-12-20 12:25:13 +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 Fix #814 - Prevent IllegalBufferAccessException on write() and flush() 2012-12-18 04:53:37 +09:00
DefaultEventExecutor.java Next round of javadocs cleanup and fixes. Also limit the visibility of FailedChannelFuture 2012-12-18 07:23:42 +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 Tighten up visibility as the user should use Channel.new*Future 2012-12-20 10:45:12 +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 to AIO and also fix a few warnings 2012-12-18 15:27:52 +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 Next round of javadocs cleanup and fixes. Also limit the visibility of FailedChannelFuture 2012-12-18 07:23:42 +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 Tighten up visibility as the user should use Channel.new*Future 2012-12-20 10:45:12 +01:00
VoidChannelFuture.java Next round of javadocs cleanup and fixes. Also limit the visibility of FailedChannelFuture 2012-12-18 07:23:42 +01:00