netty5/transport/src/main/java/io/netty/channel
Trustin Lee 607d784e5e Retrofit/overhaul the NIO transport with the new API
- Remove large portion of code thanks to the new API
- SocketChannel implementations are instantiated without factories
- Retrofit the existing code with the new API
2012-05-02 21:05:53 +09:00
..
group Fix compilation errors in ChannelGroup and its related types 2012-05-01 17:49:41 +09:00
iostream Also fix the exception handling if a ChannelHandler throws an Exception 2012-02-25 15:54:33 +01:00
local Another round of the new API design 2012-05-01 17:19:41 +09:00
socket Retrofit/overhaul the NIO transport with the new API 2012-05-02 21:05:53 +09:00
AbstractChannel.java Retrofit/overhaul the NIO transport with the new API 2012-05-02 21:05:53 +09:00
AbstractServerChannel.java Retrofit/overhaul the NIO transport with the new API 2012-05-02 21:05:53 +09:00
Channel.java Retrofit/overhaul the NIO transport with the new API 2012-05-02 21:05:53 +09:00
ChannelBufferHolder.java Add ChannelBufferHolder.toString() 2012-04-29 21:51:12 +09:00
ChannelBufferHolders.java Second round of new channel handler API design 2012-04-29 17:53:50 +09:00
ChannelConfig.java Add ClientChannelConfig and move connectTimeoutMillis there 2012-05-01 18:17:12 +09:00
ChannelException.java Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
ChannelFuture.java Another round of the new API design 2012-05-01 17:19:41 +09:00
ChannelFutureAggregator.java Another round of the new API design 2012-05-01 17:19:41 +09:00
ChannelFutureFactory.java Add ChannelFutureFactory & removeClosureListener() 2012-05-01 17:48:24 +09:00
ChannelFutureListener.java Another round of the new API design 2012-05-01 17:19:41 +09:00
ChannelFutureProgressListener.java Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
ChannelHandler.java Revamp channel handler API 2012-04-12 17:39:01 +09:00
ChannelHandlerAdapter.java Another round of the new API design 2012-05-01 17:19:41 +09:00
ChannelHandlerContext.java Add ChannelFutureFactory & removeClosureListener() 2012-05-01 17:48:24 +09:00
ChannelHandlerInvoker.java Another round of the new API design 2012-05-01 17:19:41 +09: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 Another round of the new API design 2012-05-01 17:19:41 +09:00
ChannelInboundHandlerContext.java Another round of the new API design 2012-05-01 17:19:41 +09:00
ChannelOutboundHandler.java Another round of the new API design 2012-05-01 17:19:41 +09:00
ChannelOutboundHandlerAdapter.java Another round of the new API design 2012-05-01 17:19:41 +09:00
ChannelOutboundHandlerContext.java Another round of the new API design 2012-05-01 17:19:41 +09:00
ChannelPipeline.java Another round of the new API design 2012-05-01 17:19:41 +09:00
ChannelPipelineException.java Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
ClientChannelConfig.java Add ClientChannelConfig and move connectTimeoutMillis there 2012-05-01 18:17:12 +09:00
CompleteChannelFuture.java Make sure ChannelFutureListeners are invoked from an event loop thread 2012-05-01 18:31:17 +09:00
DefaultChannelConfig.java Add ClientChannelConfig and move connectTimeoutMillis there 2012-05-01 18:17:12 +09:00
DefaultChannelFuture.java Make sure ChannelFutureListeners are invoked from an event loop thread 2012-05-01 18:31:17 +09:00
DefaultChannelPipeline.java Add ChannelFutureFactory & removeClosureListener() 2012-05-01 17:48:24 +09:00
DefaultClientChannelConfig.java Add ClientChannelConfig and move connectTimeoutMillis there 2012-05-01 18:17:12 +09:00
EventLoop.java Add MultithreadEventLoop 2012-04-29 18:40:55 +09:00
EventLoopException.java Add MultithreadEventLoop 2012-04-29 18:40:55 +09:00
FailedChannelFuture.java Another round of the new API design 2012-05-01 17:19:41 +09:00
MultithreadEventLoop.java Add MultithreadEventLoop 2012-04-29 18:40:55 +09: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
SingleThreadEventLoop.java Retrofit the NIO transport with the new API / improve the new API 2012-05-02 15:01:58 +09:00
SucceededChannelFuture.java Another round of the new API design 2012-05-01 17:19:41 +09:00