netty5/transport/src/main/java/io/netty/channel
Norman Maurer 1bb003d9ae [#995] Replace AtomicReference usage with AtomicReferenceFieldUpdater
This will safe as an example 2gb mem when have 10 DefaultHandlerContext instances per connection and the connection count is 1000000.
Also kind of related to [#920]
2013-01-30 13:45:39 +01:00
..
embedded Give a handler more control over how its buffers' read bytes are discarded. 2013-01-09 13:34:09 +09:00
group Remove 'get' prefix 2013-01-17 15:06:46 +09:00
local Make ChannelConfig.setAutoRead() triggers Channel.read() if autoRead was previously false 2013-01-01 16:49:21 +09:00
socket Rname StreamOioByteChannel to OioByteStreamChannel 2013-01-21 12:10:07 +01:00
AbstractChannel.java Replace and merge DetectionUtil and DirectByteBufUtil into PlatformDependent and PlatformDependent0 2013-01-11 14:03:27 +09:00
AbstractServerChannel.java [#873] [#868] Split ChannelFuture into ChannelFuture and ChannelPromise 2012-12-31 23:27:16 +09:00
BlockingOperationException.java Revert file mode 2012-07-07 14:39:35 +09:00
Channel.java [#873] [#868] Split ChannelFuture into ChannelFuture and ChannelPromise 2012-12-31 23:27:16 +09:00
ChannelConfig.java Add javadocs to the *ChannelConfig interfaces to make clear which ChannelOptions implementations are expect to support 2013-01-20 08:10:15 +01:00
ChannelException.java Fix various Javadoc issues / Do not use argN parameter names 2012-11-12 12:26:19 +09:00
ChannelFlushPromiseNotifier.java [#873] [#868] Split ChannelFuture into ChannelFuture and ChannelPromise 2012-12-31 23:27:16 +09:00
ChannelFuture.java [#873] [#868] Split ChannelFuture into ChannelFuture and ChannelPromise 2012-12-31 23:27:16 +09:00
ChannelFutureListener.java Add new ChanelFuureListener impl that mimic the old behavior of Netty 3 and so allow to also call fireException for outbound operations 2012-12-31 16:17:08 +01:00
ChannelHandler.java And again javadocs cleanup 2012-12-21 07:35:42 +01:00
ChannelHandlerAdapter.java [#873] [#868] Split ChannelFuture into ChannelFuture and ChannelPromise 2012-12-31 23:27:16 +09:00
ChannelHandlerContext.java Read only when requested (read-on-demand) 2012-12-31 23:26:00 +09:00
ChannelHandlerType.java Some javadocs love 2012-08-28 01:14:05 +02:00
ChannelHandlerUtil.java Fix various inspection warnings 2013-01-10 15:23:58 +09:00
ChannelInboundByteHandler.java Give a handler more control over how its buffers' read bytes are discarded. 2013-01-09 13:34:09 +09:00
ChannelInboundByteHandlerAdapter.java Give a handler more control over how its buffers' read bytes are discarded. 2013-01-09 13:34:09 +09:00
ChannelInboundHandler.java Give a handler more control over how its buffers' read bytes are discarded. 2013-01-09 13:34:09 +09:00
ChannelInboundHandlerAdapter.java Give a handler more control over how its buffers' read bytes are discarded. 2013-01-09 13:34:09 +09:00
ChannelInboundInvoker.java Give a handler more control over how its buffers' read bytes are discarded. 2013-01-09 13:34:09 +09:00
ChannelInboundMessageHandler.java Some javadocs love 2012-08-28 01:14:05 +02:00
ChannelInboundMessageHandlerAdapter.java [#982] [#977] [#858] Allow to transfer the content a ChannelHandlers inbound/outbound buffer on removal/replacement 2013-01-28 10:25:38 +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 [#873] [#868] Split ChannelFuture into ChannelFuture and ChannelPromise 2012-12-31 23:27:16 +09:00
ChannelOperationHandlerAdapter.java [#873] [#868] Split ChannelFuture into ChannelFuture and ChannelPromise 2012-12-31 23:27:16 +09:00
ChannelOption.java [#965] Allow to adjust the SO_TIMEOUT on the fly 2013-01-21 11:48:05 +01:00
ChannelOutboundByteHandler.java Give a handler more control over how its buffers' read bytes are discarded. 2013-01-09 13:34:09 +09:00
ChannelOutboundByteHandlerAdapter.java Give a handler more control over how its buffers' read bytes are discarded. 2013-01-09 13:34:09 +09:00
ChannelOutboundHandler.java Give a handler more control over how its buffers' read bytes are discarded. 2013-01-09 13:34:09 +09:00
ChannelOutboundHandlerAdapter.java Give a handler more control over how its buffers' read bytes are discarded. 2013-01-09 13:34:09 +09:00
ChannelOutboundInvoker.java Give a handler more control over how its buffers' read bytes are discarded. 2013-01-09 13:34:09 +09:00
ChannelOutboundMessageHandler.java Javadocs update 2012-12-22 19:27:09 +01:00
ChannelOutboundMessageHandlerAdapter.java Give a handler more control over how its buffers' read bytes are discarded. 2013-01-09 13:34:09 +09:00
ChannelPipeline.java [#982] [#977] [#858] Allow to transfer the content a ChannelHandlers inbound/outbound buffer on removal/replacement 2013-01-28 10:25:38 +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
ChannelPromise.java Remove ChannelFutureProgressListener 2012-12-31 23:27:37 +09:00
ChannelPromiseAggregator.java Fix various inspection warnings 2013-01-10 15:23:58 +09:00
ChannelPromiseNotifier.java [#873] [#868] Split ChannelFuture into ChannelFuture and ChannelPromise 2012-12-31 23:27:16 +09:00
ChannelPropertyAccess.java [#873] [#868] Split ChannelFuture into ChannelFuture and ChannelPromise 2012-12-31 23:27:16 +09:00
ChannelStateHandler.java Give a handler more control over how its buffers' read bytes are discarded. 2013-01-09 13:34:09 +09:00
ChannelStateHandlerAdapter.java Give a handler more control over how its buffers' read bytes are discarded. 2013-01-09 13:34:09 +09:00
ChannelTaskScheduler.java Replace a variable with a constant wherever possible 2012-11-12 09:43:14 +09:00
CombinedChannelHandler.java Give a handler more control over how its buffers' read bytes are discarded. 2013-01-09 13:34:09 +09:00
CompleteChannelFuture.java [#873] [#868] Split ChannelFuture into ChannelFuture and ChannelPromise 2012-12-31 23:27:16 +09:00
CompleteChannelPromise.java Remove ChannelFutureProgressListener 2012-12-31 23:27:37 +09:00
DefaultChannelConfig.java Make ChannelConfig.setAutoRead() triggers Channel.read() if autoRead was previously false 2013-01-01 16:49:21 +09:00
DefaultChannelHandlerContext.java [#995] Replace AtomicReference usage with AtomicReferenceFieldUpdater 2013-01-30 13:45:39 +01:00
DefaultChannelPipeline.java [#982] [#977] [#858] Allow to transfer the content a ChannelHandlers inbound/outbound buffer on removal/replacement 2013-01-28 10:25:38 +01:00
DefaultChannelPromise.java Remove ChannelFutureProgressListener 2012-12-31 23:27:37 +09: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 Fix various inspection warnings 2013-01-10 15:23:58 +09: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 [#873] [#868] Split ChannelFuture into ChannelFuture and ChannelPromise 2012-12-31 23:27:16 +09:00
FailedChannelFuture.java [#873] [#868] Split ChannelFuture into ChannelFuture and ChannelPromise 2012-12-31 23:27:16 +09: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 Remove io.netty.monitor as discussed in #922 2013-01-18 11:08:57 +09:00
MultithreadEventLoopGroup.java [#873] [#868] Split ChannelFuture into ChannelFuture and ChannelPromise 2012-12-31 23:27:16 +09: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
PartialFlushException.java [#882] Add a PartialFlushException which will allow to notify the user that the flush/write was only partial succesful 2013-01-05 20:30:48 +01:00
ServerChannel.java Revert file mode 2012-07-07 14:39:35 +09:00
SingleThreadEventExecutor.java Fix various inspection warnings 2013-01-10 15:23:58 +09:00
SingleThreadEventLoop.java Remove io.netty.monitor as discussed in #922 2013-01-18 11:08:57 +09:00
SucceededChannelFuture.java [#873] [#868] Split ChannelFuture into ChannelFuture and ChannelPromise 2012-12-31 23:27:16 +09:00
VoidChannelPromise.java Remove ChannelFutureProgressListener 2012-12-31 23:27:37 +09:00