netty5/transport/src/main/java/io/netty/channel
2013-06-10 14:23:40 +02:00
..
embedded Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
group Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
local Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
nio Remove an unnecessary empty line 2013-06-10 18:20:24 +09:00
oio Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
socket Remove the AIO transport as NIO is just faster 2013-06-10 11:30:11 +02:00
AbstractChannel.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
AbstractServerChannel.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
AdaptiveRecvByteBufAllocator.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
AddressedEnvelope.java Introduce AddressedEnvelope message type for generic representation of an addressed message 2013-05-01 17:04:43 +09:00
Channel.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
ChannelConfig.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
ChannelDuplexHandler.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10: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 Rename method to better reflect usage 2013-04-08 08:06:46 +02:00
ChannelFuture.java [#1317] Allow to use VoidPromise for flush(...), write(...) and sendFile(...) 2013-05-17 15:50:14 +02:00
ChannelFutureListener.java Replace TransferFuture(Listener) with (Channel)ProgressiveFuture(Listener) 2013-04-15 15:26:20 +09:00
ChannelHandler.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
ChannelHandlerAdapter.java [#1236] Fix problem where adding a new ChannelHandler could block the eventloop 2013-04-19 07:00:50 +02:00
ChannelHandlerContext.java Add ChannelHandlerContext.isRemoved() to easily detect the removal of a ChannelHandler while in a method. 2013-06-10 11:16:05 +02:00
ChannelInboundHandler.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
ChannelInboundHandlerAdapter.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
ChannelInboundInvoker.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
ChannelInitializer.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
ChannelMetadata.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
ChannelOption.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
ChannelOutboundBuffer.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
ChannelOutboundHandler.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
ChannelOutboundHandlerAdapter.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
ChannelOutboundInvoker.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
ChannelPipeline.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +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 Replace TransferFuture(Listener) with (Channel)ProgressiveFuture(Listener) 2013-04-15 15:26:20 +09:00
ChannelProgressiveFutureListener.java Replace TransferFuture(Listener) with (Channel)ProgressiveFuture(Listener) 2013-04-15 15:26:20 +09:00
ChannelProgressivePromise.java Use progress + total instead of delta 2013-04-15 20:11:02 +09:00
ChannelPromise.java Let EventExecutor return our Future to allow the user to work also with FutureListener here. Also add a special ScheduledFuture that extends our Future for this purpose. 2013-03-19 10:45:42 +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 [#1317] Allow to use VoidPromise for flush(...), write(...) and sendFile(...) 2013-05-17 15:50:14 +02:00
CombinedChannelDuplexHandler.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
CompleteChannelFuture.java Let EventExecutor return our Future to allow the user to work also with FutureListener here. Also add a special ScheduledFuture that extends our Future for this purpose. 2013-03-19 10:45:42 +01:00
CompleteChannelPromise.java Let EventExecutor return our Future to allow the user to work also with FutureListener here. Also add a special ScheduledFuture that extends our Future for this purpose. 2013-03-19 10:45:42 +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
DefaultAddressedEnvelope.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
DefaultChannelConfig.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
DefaultChannelHandlerContext.java Add ChannelHandlerContext.isRemoved() to easily detect the removal of a ChannelHandler while in a method. 2013-06-10 11:16:05 +02:00
DefaultChannelPipeline.java Add ChannelHandlerContext.isRemoved() to easily detect the removal of a ChannelHandler while in a method. 2013-06-10 11:16:05 +02:00
DefaultChannelProgressivePromise.java [#1344] Fix race condition in DefaultChannelPromise / DefaultChannelProgressivePromise which could lead to listeners that are not notified 2013-05-08 10:14:28 +02:00
DefaultChannelPromise.java [#1344] Fix race condition in DefaultChannelPromise / DefaultChannelProgressivePromise which could lead to listeners that are not notified 2013-05-08 10:14:28 +02:00
DefaultFileRegion.java Simplify the logic for updating OP_WRITE in the NIO transport 2013-06-10 18:19:58 +09: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 Allow to get an Iterator over all of the EventExecutor an EventExecutorGroup contains. Beside this allow to get basic stats for the EventExecutor like pendingTasks and executorCount 2013-04-09 15:45:18 +09:00
FailedChannelFuture.java [#1065] Provide Future/Promise without channel reference 2013-03-07 07:21:37 +01:00
FileRegion.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
FixedRecvByteBufAllocator.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09: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
MessageList.java Add javadocs 2013-06-10 14:23:40 +02:00
MessageListProcessor.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
MultithreadEventLoopGroup.java Add MultithreadEventLoopGroup.DEFAULT_EVENT_LOOP_THREADS / Add DefaultThreadFactory 2013-04-03 17:49:30 +09: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
RecvByteBufAllocator.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
ServerChannel.java Revert file mode 2012-07-07 14:39:35 +09:00
SimpleChannelInboundHandler.java Add ChannelHandlerContext.isRemoved() to easily detect the removal of a ChannelHandler while in a method. 2013-06-10 11:16:05 +02:00
SingleThreadEventLoop.java Introduce EventExecutor.shutdownGracefully() that deprecates shutdown() 2013-05-01 10:52:38 +09:00
SucceededChannelFuture.java [#1065] Provide Future/Promise without channel reference 2013-03-07 07:21:37 +01:00
ThreadPerChannelEventLoop.java Re-add Unsafe.voidPromise() which can be used for Unsafe operations for which no notification should be done [#1375] 2013-05-25 14:35:22 +02:00
ThreadPerChannelEventLoopGroup.java Introduce EventExecutor.shutdownGracefully() that deprecates shutdown() 2013-05-01 10:52:38 +09:00
VoidChannelPromise.java Re-add Unsafe.voidPromise() which can be used for Unsafe operations for which no notification should be done [#1375] 2013-05-25 14:35:22 +02:00