netty5/transport/src/main/java/io/netty/channel
2012-06-04 11:18:48 -07:00
..
group Fix compilation errors 2012-05-23 11:47:37 -07:00
local Fix a bug where LocalServerChannel's localAddress is unregistered 2012-06-03 13:20:56 -07:00
socket Ensure LocalChannel fire channelActive after peers's channelRegistered 2012-06-03 12:54:26 -07:00
AbstractChannel.java Simplified DefaultChannelPipeline by making its list head final 2012-06-03 18:51:42 -07:00
AbstractChannelHandler.java Ported IdleStateHandler / Forward-ported the UptimeClient example 2012-05-31 14:54:48 -07:00
AbstractServerChannel.java Add Channel.type() which tells if stream-oriented or message-oriented 2012-06-02 01:58:15 -07:00
BlockingOperationException.java Define a dedicated exception for performing blocking ops in event loop 2012-05-31 16:47:00 -07:00
Channel.java Add Channel.type() which tells if stream-oriented or message-oriented 2012-06-02 01:58:15 -07:00
ChannelBufferHolder.java Add ChannelHandlerContext.hasNext(In|Out)bound(Byte|Message)Buffer 2012-06-03 04:35:38 -07:00
ChannelBufferHolders.java Add Channel.type() which tells if stream-oriented or message-oriented 2012-06-02 01:58:15 -07:00
ChannelConfig.java Implement flush-future properly / Make channel options type-safe 2012-05-13 00:40:28 +09:00
ChannelException.java Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
ChannelFuture.java Replace Bootstrap with ChannelBuilder and ServerChannelBuilder 2012-05-14 23:57:23 +09:00
ChannelFutureAggregator.java Another round of the new API design 2012-05-01 17:19:41 +09:00
ChannelFutureFactory.java Move ChannelFutureFactory.newVoidFuture() to Channel.Unsafe() / Cleanup 2012-05-11 00:57:42 +09:00
ChannelFutureListener.java Replace Bootstrap with ChannelBuilder and ServerChannelBuilder 2012-05-14 23:57:23 +09:00
ChannelFutureProgressListener.java Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
ChannelHandler.java Replace Bootstrap with ChannelBuilder and ServerChannelBuilder 2012-05-14 23:57:23 +09:00
ChannelHandlerAdapter.java Ported IdleStateHandler / Forward-ported the UptimeClient example 2012-05-31 14:54:48 -07:00
ChannelHandlerContext.java Add ChannelHandlerContext.hasNext(In|Out)bound(Byte|Message)Buffer 2012-06-03 04:35:38 -07:00
ChannelHandlerLifeCycleException.java Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
ChannelInboundHandler.java Another round of the new API design 2012-05-01 17:19:41 +09:00
ChannelInboundHandlerAdapter.java Ported IdleStateHandler / Forward-ported the UptimeClient example 2012-05-31 14:54:48 -07:00
ChannelInboundHandlerContext.java Refactor the pipeline API to support stacked codecs 2012-05-29 12:09:29 -07:00
ChannelInboundInvoker.java Refactor the pipeline API to support stacked codecs 2012-05-29 12:09:29 -07:00
ChannelInboundMessageHandlerAdapter.java Refactor the pipeline API to support stacked codecs 2012-05-29 12:09:29 -07:00
ChannelInboundStreamHandlerAdapter.java More convenient inbound stream handler / Smarter inbound buffer cleanup 2012-05-31 09:03:31 -07:00
ChannelInitializer.java Add @Sharable annotation to ChannelInitializer 2012-05-31 17:05:34 -07:00
ChannelOption.java Remove unnecessary parameter in AttributeKey and ChannelOption 2012-05-31 16:03:57 -07:00
ChannelOutboundHandler.java Another round of the new API design 2012-05-01 17:19:41 +09:00
ChannelOutboundHandlerAdapter.java Ported IdleStateHandler / Forward-ported the UptimeClient example 2012-05-31 14:54:48 -07:00
ChannelOutboundHandlerContext.java Refactor the pipeline API to support stacked codecs 2012-05-29 12:09:29 -07:00
ChannelOutboundInvoker.java Refactor the pipeline API to support stacked codecs 2012-05-29 12:09:29 -07:00
ChannelPipeline.java Strict thread model / Allow assign an executor to a handler 2012-06-01 17:51:19 -07:00
ChannelPipelineException.java Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
ChannelType.java Add Channel.type() which tells if stream-oriented or message-oriented 2012-06-02 01:58:15 -07:00
CombinedChannelHandler.java Ported IdleStateHandler / Forward-ported the UptimeClient example 2012-05-31 14:54:48 -07:00
CompleteChannelFuture.java Limit future notification stack depth / Robost writeCounter management 2012-05-28 05:05:49 -07:00
DefaultChannelConfig.java Implement flush-future properly / Make channel options type-safe 2012-05-13 00:40:28 +09:00
DefaultChannelFuture.java Call discardReadBytes() on outbound byte buffers when possible 2012-05-31 16:59:54 -07:00
DefaultChannelHandlerContext.java Fix a race where 2 handlers in different threads access the same buffer 2012-06-04 00:24:34 -07:00
DefaultChannelPipeline.java Make use of the existance of bridge references to find a buffer 2012-06-04 11:18:48 -07:00
DefaultChildEventExecutor.java Remove EventExecutor.parent(), which is of no use 2012-06-01 22:33:53 -07:00
DefaultEventExecutor.java Remove EventExecutor.parent(), which is of no use 2012-06-01 22:33:53 -07:00
EventExecutor.java Remove EventExecutor.parent(), which is of no use 2012-06-01 22:33:53 -07:00
EventLoop.java Remove EventExecutor.parent(), which is of no use 2012-06-01 22:33:53 -07:00
EventLoopException.java Add MultithreadEventLoop 2012-04-29 18:40:55 +09:00
FailedChannelFuture.java Replace Bootstrap with ChannelBuilder and ServerChannelBuilder 2012-05-14 23:57:23 +09:00
MultithreadEventExecutor.java Use custom thread factory by default to better recognize the threads 2012-06-01 22:57:54 -07:00
MultithreadEventLoop.java Remove EventExecutor.parent(), which is of no use 2012-06-01 22:33:53 -07:00
NoSuchBufferException.java Remove an unused field 2012-06-04 09:25:39 -07:00
package-info.java Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
ServerChannel.java Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
SingleThreadEventExecutor.java Use custom thread factory by default to better recognize the threads 2012-06-01 22:57:54 -07:00
SingleThreadEventLoop.java Use custom thread factory by default to better recognize the threads 2012-06-01 22:57:54 -07:00
SucceededChannelFuture.java Replace Bootstrap with ChannelBuilder and ServerChannelBuilder 2012-05-14 23:57:23 +09:00
VoidChannelFuture.java Replace Bootstrap with ChannelBuilder and ServerChannelBuilder 2012-05-14 23:57:23 +09:00