netty5/transport/src/main/java/io/netty/channel
2012-12-18 11:24:25 +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 Add javadocs in the oio package and also fix some intellij warnings 2012-12-18 11:24:25 +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 [#160] No response to write if server is using SslHandler and client is not 2012-08-22 13:38:09 +09: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 Remove ChannelBuf/ByteBuf.Unsafe 2012-12-17 17:41:21 +09: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 Revert file mode 2012-07-07 14:39:35 +09: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 Some more cleanup 2012-09-21 22:33:11 +02:00
ChannelInputShutdownEvent.java [#107] Add support for closing either input or output part of a channel 2012-08-29 21:49:39 +09:00
ChannelMetadata.java Rename ChannelBuf to Buf and ChannelBufType to BufType 2012-12-17 17:43:45 +09: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 Rename ChannelBuf to Buf and ChannelBufType to BufType 2012-12-17 17:43:45 +09: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 ByteBufAllocator API w/ ByteBuf perf improvements 2012-11-22 15:10:59 +09: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 Rename ChannelBuf to Buf and ChannelBufType to BufType 2012-12-17 17:43:45 +09:00
CompleteChannelFuture.java Add methods that add/remove multiple ChannelFutureListeners to ChannelFuture 2012-12-14 12:45:43 +09: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 Do not call inbound event methods directly 2012-12-18 03:04:26 +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 back support for FileRegion. See #668 2012-12-03 12:08:17 +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 Next round of javadocs cleanup and fixes. Also limit the visibility of FailedChannelFuture 2012-12-18 07:23:42 +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 Next round of javadocs cleanup and fixes. Also limit the visibility of FailedChannelFuture 2012-12-18 07:23:42 +01:00
MultithreadEventLoopGroup.java Next round of javadocs cleanup and fixes. Also limit the visibility of FailedChannelFuture 2012-12-18 07:23:42 +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 Next round of javadocs cleanup and fixes. Also limit the visibility of FailedChannelFuture 2012-12-18 07:23:42 +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