.. |
aio
|
[#1036] Add special ConnectTimeoutException which is thrown if a connection failed because of a timeout
|
2013-03-07 20:53:45 +01:00 |
embedded
|
[#1065] Provide Future/Promise without channel reference
|
2013-03-07 07:21:37 +01:00 |
group
|
Let ChannelGroupFuture extends ChannelFuture and ChannelGroupFutureListener GenericFutureListener
|
2013-03-12 08:35:39 +01:00 |
local
|
[#1065] Provide Future/Promise without channel reference
|
2013-03-07 07:21:37 +01:00 |
nio
|
[#1036] Add special ConnectTimeoutException which is thrown if a connection failed because of a timeout
|
2013-03-07 20:53:45 +01:00 |
oio
|
Add ThreadPerChannelEventLoopGroup and ThreadPerChannelEventLoop to enable a user to write a new thread-per-channel transport easily
|
2013-03-12 14:50:38 +09:00 |
socket
|
Allow to specify the used buffer type for ChannelInboundByteBufHandler and ChannelOutboundByteBufHandler by configuration. As default it tries to use a direct ByteBuf
|
2013-03-08 08:20:46 +01:00 |
AbstractChannel.java
|
[#1065] Provide Future/Promise without channel reference
|
2013-03-07 07:21:37 +01:00 |
AbstractServerChannel.java
|
Don'T call ChannelPipeline.fireExceptionCaught(..) for outbound events
|
2013-02-11 07:19:40 +01:00 |
Channel.java
|
Revert "[#1058] Add Channel/ChannelHandlerContext/ChannelPipeline.isWritable()"
|
2013-02-22 14:42:32 +01:00 |
ChannelConfig.java
|
Allow to specify the used buffer type for ChannelInboundByteBufHandler and ChannelOutboundByteBufHandler by configuration. As default it tries to use a direct ByteBuf
|
2013-03-08 08:20:46 +01:00 |
ChannelDuplexHandler.java
|
Remove confusing ChannelState/OperationHandlerAdapter.inboundBufferUpdated/flush() implementation
|
2013-02-08 17:17:39 +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
|
[#1065] Provide Future/Promise without channel reference
|
2013-03-07 07:21:37 +01:00 |
ChannelFuture.java
|
[#1065] Provide Future/Promise without channel reference
|
2013-03-07 07:21:37 +01:00 |
ChannelFutureListener.java
|
[#1065] Provide Future/Promise without channel reference
|
2013-03-07 07:21:37 +01:00 |
ChannelHandler.java
|
Move exceptionCaught(..) back to ChannelHandler. Related to [#1118]
|
2013-03-05 07:34:34 +01:00 |
ChannelHandlerAdapter.java
|
Javadocs cleanup / added
|
2013-03-10 21:07:19 +01:00 |
ChannelHandlerContext.java
|
Make sure we handle outbound messages of type ByteBuf special
|
2013-03-11 08:59:00 +09:00 |
ChannelHandlerType.java
|
Some javadocs love
|
2012-08-28 01:14:05 +02:00 |
ChannelHandlerUtil.java
|
Allow SingleOutboundMessageHandler.beginFlush() to reject the flush request by returning false / Replace PartialFlushException with IncompleteFlushException which is more correct.
|
2013-03-12 15:20:46 +09:00 |
ChannelInboundByteHandler.java
|
Allow to specify the used buffer type for ChannelInboundByteBufHandler and ChannelOutboundByteBufHandler by configuration. As default it tries to use a direct ByteBuf
|
2013-03-08 08:20:46 +01:00 |
ChannelInboundByteHandlerAdapter.java
|
Allow to specify the used buffer type for ChannelInboundByteBufHandler and ChannelOutboundByteBufHandler by configuration. As default it tries to use a direct ByteBuf
|
2013-03-08 08:20:46 +01:00 |
ChannelInboundHandler.java
|
[#983] Force the user to implement an actual ChannelInboundHandler or ChannelOutboundHandler
|
2013-01-31 15:50:27 +01:00 |
ChannelInboundInvoker.java
|
Fix javadocs
|
2013-03-01 21:42:08 +01:00 |
ChannelInboundMessageHandler.java
|
Make sure we handle outbound messages of type ByteBuf special
|
2013-03-11 08:59:00 +09:00 |
ChannelInboundMessageHandlerAdapter.java
|
Make sure we handle outbound messages of type ByteBuf special
|
2013-03-11 08:59:00 +09:00 |
ChannelInitializer.java
|
Move logging classes from internal to internal.logging
|
2013-02-26 14:54:25 -08: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
|
Javadocs cleanup / added
|
2013-03-10 21:07:19 +01:00 |
ChannelOption.java
|
Allow to specify the used buffer type for ChannelInboundByteBufHandler and ChannelOutboundByteBufHandler by configuration. As default it tries to use a direct ByteBuf
|
2013-03-08 08:20:46 +01:00 |
ChannelOutboundByteHandler.java
|
Allow to specify the used buffer type for ChannelInboundByteBufHandler and ChannelOutboundByteBufHandler by configuration. As default it tries to use a direct ByteBuf
|
2013-03-08 08:20:46 +01:00 |
ChannelOutboundByteHandlerAdapter.java
|
Allow to specify the used buffer type for ChannelInboundByteBufHandler and ChannelOutboundByteBufHandler by configuration. As default it tries to use a direct ByteBuf
|
2013-03-08 08:20:46 +01:00 |
ChannelOutboundHandler.java
|
[#983] Force the user to implement an actual ChannelInboundHandler or ChannelOutboundHandler
|
2013-01-31 15:50:27 +01:00 |
ChannelOutboundInvoker.java
|
Fix checkstype
|
2013-03-12 08:35:24 +01:00 |
ChannelOutboundMessageHandler.java
|
Make sure we handle outbound messages of type ByteBuf special
|
2013-03-11 08:59:00 +09:00 |
ChannelOutboundMessageHandlerAdapter.java
|
Allow SingleOutboundMessageHandler.beginFlush() to reject the flush request by returning false / Replace PartialFlushException with IncompleteFlushException which is more correct.
|
2013-03-12 15:20:46 +09:00 |
ChannelPipeline.java
|
[#1065] Provide Future/Promise without channel reference
|
2013-03-07 07:21:37 +01: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 |
ChannelPromise.java
|
[#1065] Provide Future/Promise without channel reference
|
2013-03-07 07:21:37 +01:00 |
ChannelPromiseAggregator.java
|
Use LinkedHashSet
|
2013-03-11 06:38:39 +01:00 |
ChannelPromiseNotifier.java
|
[#873] [#868] Split ChannelFuture into ChannelFuture and ChannelPromise
|
2012-12-31 23:27:16 +09:00 |
ChannelPropertyAccess.java
|
[#1065] Provide Future/Promise without channel reference
|
2013-03-07 07:21:37 +01:00 |
ChannelStateHandler.java
|
Move exceptionCaught(..) back to ChannelHandler. Related to [#1118]
|
2013-03-05 07:34:34 +01:00 |
ChannelStateHandlerAdapter.java
|
Move exceptionCaught(..) back to ChannelHandler. Related to [#1118]
|
2013-03-05 07:34:34 +01:00 |
CombinedChannelDuplexHandler.java
|
Clean up abstract ChannelHandler impls / Remove ChannelHandlerContext.hasNext*()
|
2013-02-07 23:47:45 +09:00 |
CompleteChannelFuture.java
|
[#1065] Provide Future/Promise without channel reference
|
2013-03-07 07:21:37 +01:00 |
CompleteChannelPromise.java
|
[#1065] Provide Future/Promise without channel reference
|
2013-03-07 07:21:37 +01: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 |
DefaultChannelConfig.java
|
Allow to specify the used buffer type for ChannelInboundByteBufHandler and ChannelOutboundByteBufHandler by configuration. As default it tries to use a direct ByteBuf
|
2013-03-08 08:20:46 +01:00 |
DefaultChannelHandlerContext.java
|
Fix issue where the bytes/messages are forwarded to the wrong handler
|
2013-03-12 08:37:27 +01:00 |
DefaultChannelPipeline.java
|
Fix issue where the bytes/messages are forwarded to the wrong handler
|
2013-03-12 08:37:27 +01:00 |
DefaultChannelPromise.java
|
[#1065] Provide Future/Promise without channel reference
|
2013-03-07 07:21:37 +01:00 |
DefaultFileRegion.java
|
Move logging classes from internal to internal.logging
|
2013-02-26 14:54:25 -08:00 |
EventLoop.java
|
[#1065] Provide Future/Promise without channel reference
|
2013-03-07 07:21:37 +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
|
[#1065] Provide Future/Promise without channel reference
|
2013-03-07 07:21:37 +01:00 |
FailedChannelFuture.java
|
[#1065] Provide Future/Promise without channel reference
|
2013-03-07 07:21:37 +01:00 |
FileRegion.java
|
Let FileRegion extend ReferenceCounted and add ChannelGroup.flush() , ChannelGroup.sendFile(..)
|
2013-02-10 14:25:53 +01:00 |
IncompleteFlushException.java
|
Allow SingleOutboundMessageHandler.beginFlush() to reject the flush request by returning false / Replace PartialFlushException with IncompleteFlushException which is more correct.
|
2013-03-12 15:20:46 +09:00 |
MultithreadEventLoopGroup.java
|
[#1065] Provide Future/Promise without channel reference
|
2013-03-07 07:21:37 +01:00 |
NoSuchBufferException.java
|
[#486] Make NoSuchBufferException give more useful message.
|
2012-08-20 21:03: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 |
ServerChannel.java
|
Revert file mode
|
2012-07-07 14:39:35 +09:00 |
SingleThreadEventLoop.java
|
[#1065] Provide Future/Promise without channel reference
|
2013-03-07 07:21:37 +01:00 |
SucceededChannelFuture.java
|
[#1065] Provide Future/Promise without channel reference
|
2013-03-07 07:21:37 +01:00 |
ThreadPerChannelEventLoop.java
|
Add ThreadPerChannelEventLoopGroup and ThreadPerChannelEventLoop to enable a user to write a new thread-per-channel transport easily
|
2013-03-12 14:50:38 +09:00 |
ThreadPerChannelEventLoopGroup.java
|
Add ThreadPerChannelEventLoopGroup and ThreadPerChannelEventLoop to enable a user to write a new thread-per-channel transport easily
|
2013-03-12 14:50:38 +09:00 |
VoidChannelPromise.java
|
[#1065] Provide Future/Promise without channel reference
|
2013-03-07 07:21:37 +01:00 |