.. |
embedded
|
Fix typo in EmbeddedSocketAddress.
|
2014-01-02 15:34:15 +01:00 |
group
|
Fix typo
|
2014-01-03 11:15:30 +01:00 |
local
|
Introduce ChannelHandlerInvoker, dedeciated for invoking event handler methods, and move most handler invocation code in ChannelHandlerContext to the default ChannelHandlerInvoker implementation
|
2013-11-21 14:14:23 +09:00 |
nio
|
[#2164] Only reregister SelectionKeys that are still valid
|
2014-01-29 07:19:41 +01:00 |
oio
|
[#2065] Fix NPE in AbstractOioByteChannel during write to the socket
|
2013-12-15 11:44:51 +01:00 |
socket
|
Enable a user specify an arbitrary information with ReferenceCounted.touch()
|
2014-01-29 11:44:59 +09:00 |
AbstractChannel.java
|
Introduce ChannelHandlerInvoker, dedeciated for invoking event handler methods, and move most handler invocation code in ChannelHandlerContext to the default ChannelHandlerInvoker implementation
|
2013-11-21 14:14:23 +09:00 |
AbstractEventLoop.java
|
Introduce ChannelHandlerInvoker, dedeciated for invoking event handler methods, and move most handler invocation code in ChannelHandlerContext to the default ChannelHandlerInvoker implementation
|
2013-11-21 14:14:23 +09:00 |
AbstractEventLoopGroup.java
|
Introduce ChannelHandlerInvoker, dedeciated for invoking event handler methods, and move most handler invocation code in ChannelHandlerContext to the default ChannelHandlerInvoker implementation
|
2013-11-21 14:14:23 +09:00 |
AbstractServerChannel.java
|
Introduce ChannelHandlerInvoker, dedeciated for invoking event handler methods, and move most handler invocation code in ChannelHandlerContext to the default ChannelHandlerInvoker implementation
|
2013-11-21 14:14:23 +09:00 |
AdaptiveRecvByteBufAllocator.java
|
Fix AdaptiveRecvByteBufAllocator.getSizeTableIndex()
|
2013-06-25 11:07:15 +09:00 |
AddressedEnvelope.java
|
Enable a user specify an arbitrary information with ReferenceCounted.touch()
|
2014-01-29 11:44:59 +09:00 |
Channel.java
|
Merge package private interfaces into public ones.
|
2013-11-27 18:42:23 +09:00 |
ChannelConfig.java
|
Remove the distinction of inbound handlers and outbound handlers
|
2013-11-27 17:31:28 +09:00 |
ChannelDuplexHandler.java
|
Remove the distinction of inbound handlers and outbound handlers
|
2013-11-27 17:31:28 +09:00 |
ChannelException.java
|
Remove apiviz tags - we are focusing on user guide instead and putting diagrams there
|
2013-02-14 12:09:16 -08:00 |
ChannelFlushPromiseNotifier.java
|
Fix types in javadocs
|
2013-07-22 19:14:36 +02:00 |
ChannelFuture.java
|
[#1785] Fix incorrect javadocs
|
2013-08-27 06:54:50 +02:00 |
ChannelFutureListener.java
|
Replace TransferFuture(Listener) with (Channel)ProgressiveFuture(Listener)
|
2013-04-15 15:26:20 +09:00 |
ChannelHandler.java
|
Fix API documentation on the usage of AttributeKey
|
2014-01-28 13:57:08 +09:00 |
ChannelHandlerAdapter.java
|
Remove the distinction of inbound handlers and outbound handlers
|
2013-11-27 17:31:28 +09:00 |
ChannelHandlerAppender.java
|
Remove the distinction of inbound handlers and outbound handlers
|
2013-11-27 17:31:28 +09:00 |
ChannelHandlerContext.java
|
Merge package private interfaces into public ones.
|
2013-11-27 18:42:23 +09:00 |
ChannelHandlerInvoker.java
|
Remove the distinction of inbound handlers and outbound handlers
|
2013-11-27 17:31:28 +09:00 |
ChannelHandlerInvokerUtil.java
|
Remove the distinction of inbound handlers and outbound handlers
|
2013-11-27 17:31:28 +09:00 |
ChannelId.java
|
Resurrect Channel.id() with global uniqueness
|
2013-11-18 15:30:12 +09:00 |
ChannelInboundHandlerAdapter.java
|
Remove the distinction of inbound handlers and outbound handlers
|
2013-11-27 17:31:28 +09:00 |
ChannelInitializer.java
|
Fix NoSuchElementException raised by ChannelInitializer
|
2013-12-07 11:03:55 +09:00 |
ChannelMetadata.java
|
Revamp the core API to reduce memory footprint and consumption
|
2013-06-10 16:10:39 +09:00 |
ChannelOption.java
|
Remove AUTO_CLOSE option
|
2013-11-05 17:34:48 +09:00 |
ChannelOutboundBuffer.java
|
ChannelOutboundBuffer returns total pending write size
|
2014-01-07 06:57:20 +01:00 |
ChannelOutboundHandlerAdapter.java
|
Remove the distinction of inbound handlers and outbound handlers
|
2013-11-27 17:31:28 +09:00 |
ChannelPipeline.java
|
Merge package private interfaces into public ones.
|
2013-11-27 18:42:23 +09:00 |
ChannelPipelineException.java
|
Remove apiviz tags - we are focusing on user guide instead and putting diagrams there
|
2013-02-14 12:09:16 -08:00 |
ChannelProgressiveFuture.java
|
Make EventExecutor.shutdownGracefully() return Future
|
2013-06-12 08:00:54 +09:00 |
ChannelProgressiveFutureListener.java
|
Replace TransferFuture(Listener) with (Channel)ProgressiveFuture(Listener)
|
2013-04-15 15:26:20 +09:00 |
ChannelProgressivePromise.java
|
Make EventExecutor.shutdownGracefully() return Future
|
2013-06-12 08:00:54 +09:00 |
ChannelPromise.java
|
Make EventExecutor.shutdownGracefully() return Future
|
2013-06-12 08:00:54 +09:00 |
ChannelPromiseAggregator.java
|
Fix checkstyle
|
2013-07-14 18:32:10 +02:00 |
ChannelPromiseNotifier.java
|
More javadoc fixes
|
2013-07-14 18:04:33 +02:00 |
CompleteChannelFuture.java
|
Make EventExecutor.shutdownGracefully() return Future
|
2013-06-12 08:00:54 +09:00 |
ConnectTimeoutException.java
|
[#1036] Add special ConnectTimeoutException which is thrown if a connection failed because of a timeout
|
2013-03-07 20:53:45 +01:00 |
DefaultAddressedEnvelope.java
|
Enable a user specify an arbitrary information with ReferenceCounted.touch()
|
2014-01-29 11:44:59 +09:00 |
DefaultChannelConfig.java
|
Increase the default maxMessagesPerRead of AbstractNioByteChannel to 16
|
2013-12-21 20:08:15 +09:00 |
DefaultChannelHandlerContext.java
|
Enable a user specify an arbitrary information with ReferenceCounted.touch()
|
2014-01-29 11:44:59 +09:00 |
DefaultChannelHandlerInvoker.java
|
Remove the distinction of inbound handlers and outbound handlers
|
2013-11-27 17:31:28 +09:00 |
DefaultChannelId.java
|
Get the PID properly on Android
|
2014-01-13 22:28:28 +09:00 |
DefaultChannelPipeline.java
|
Remove the distinction of inbound handlers and outbound handlers
|
2013-11-27 17:31:28 +09:00 |
DefaultChannelProgressivePromise.java
|
Make EventExecutor.shutdownGracefully() return Future
|
2013-06-12 08:00:54 +09:00 |
DefaultChannelPromise.java
|
Simplify the validation logic proposed in 25f96b1644
|
2013-07-23 13:48:22 +09:00 |
DefaultEventLoop.java
|
Introduce ChannelHandlerInvoker, dedeciated for invoking event handler methods, and move most handler invocation code in ChannelHandlerContext to the default ChannelHandlerInvoker implementation
|
2013-11-21 14:14:23 +09:00 |
DefaultEventLoopGroup.java
|
Introduce ChannelHandlerInvoker, dedeciated for invoking event handler methods, and move most handler invocation code in ChannelHandlerContext to the default ChannelHandlerInvoker implementation
|
2013-11-21 14:14:23 +09:00 |
DefaultFileRegion.java
|
Enable a user specify an arbitrary information with ReferenceCounted.touch()
|
2014-01-29 11:44:59 +09:00 |
DefaultMessageSizeEstimator.java
|
Correctly update Channel.isWritable() when the write happens from outside the EventLoop in a fast fashion. Fixes [#1697]
|
2013-08-07 10:10:43 +02:00 |
EventLoop.java
|
Introduce ChannelHandlerInvoker, dedeciated for invoking event handler methods, and move most handler invocation code in ChannelHandlerContext to the default ChannelHandlerInvoker implementation
|
2013-11-21 14:14:23 +09:00 |
EventLoopException.java
|
Fix types in javadocs
|
2013-07-22 19:14:36 +02:00 |
EventLoopGroup.java
|
Introduce ChannelHandlerInvoker, dedeciated for invoking event handler methods, and move most handler invocation code in ChannelHandlerContext to the default ChannelHandlerInvoker implementation
|
2013-11-21 14:14:23 +09:00 |
FailedChannelFuture.java
|
[#1065] Provide Future/Promise without channel reference
|
2013-03-07 07:21:37 +01:00 |
FileRegion.java
|
Enable a user specify an arbitrary information with ReferenceCounted.touch()
|
2014-01-29 11:44:59 +09:00 |
FixedRecvByteBufAllocator.java
|
Revamp the core API to reduce memory footprint and consumption
|
2013-06-10 16:10:39 +09:00 |
MessageSizeEstimator.java
|
Correctly update Channel.isWritable() when the write happens from outside the EventLoop in a fast fashion. Fixes [#1697]
|
2013-08-07 10:10:43 +02:00 |
MultithreadEventLoopGroup.java
|
Introduce ChannelHandlerInvoker, dedeciated for invoking event handler methods, and move most handler invocation code in ChannelHandlerContext to the default ChannelHandlerInvoker implementation
|
2013-11-21 14:14:23 +09:00 |
package-info.java
|
Remove apiviz tags - we are focusing on user guide instead and putting diagrams there
|
2013-02-14 12:09:16 -08:00 |
RecvByteBufAllocator.java
|
More javadoc fixes
|
2013-06-13 20:56:17 +02:00 |
ServerChannel.java
|
Introduce ChannelHandlerInvoker, dedeciated for invoking event handler methods, and move most handler invocation code in ChannelHandlerContext to the default ChannelHandlerInvoker implementation
|
2013-11-21 14:14:23 +09:00 |
SimpleChannelInboundHandler.java
|
Remove the distinction of inbound handlers and outbound handlers
|
2013-11-27 17:31:28 +09:00 |
SingleThreadEventLoop.java
|
Introduce ChannelHandlerInvoker, dedeciated for invoking event handler methods, and move most handler invocation code in ChannelHandlerContext to the default ChannelHandlerInvoker implementation
|
2013-11-21 14:14:23 +09:00 |
SucceededChannelFuture.java
|
[#1065] Provide Future/Promise without channel reference
|
2013-03-07 07:21:37 +01:00 |
ThreadPerChannelEventLoop.java
|
Pass eventLoop and childEventLoopGroup as Channel constructor parameters
|
2013-10-08 17:03:50 +09:00 |
ThreadPerChannelEventLoopGroup.java
|
Introduce ChannelHandlerInvoker, dedeciated for invoking event handler methods, and move most handler invocation code in ChannelHandlerContext to the default ChannelHandlerInvoker implementation
|
2013-11-21 14:14:23 +09:00 |
VoidChannel.java
|
More graceful registration failure
|
2013-12-21 18:47:03 +09:00 |
VoidChannelPromise.java
|
[#1519] VoidChannelPromise don't fire CancellationException anymore which was incorrect
|
2013-07-04 09:32:38 +02:00 |