netty5/transport/src/main/java/io/netty/channel
Trustin Lee a1bdf671f1 Simplified EventLoop implementation names
- Also
  - Fixed a test failure
  - Fixed compiler warnings related with ChannelInitializer type
    parameters
2012-05-25 15:51:22 -07:00
..
group Fix compilation errors 2012-05-23 11:47:37 -07:00
iostream Also fix the exception handling if a ChannelHandler throws an Exception 2012-02-25 15:54:33 +01:00
local Remove unused or unmaintainable internal classes 2012-05-15 17:10:54 +09:00
socket Simplified EventLoop implementation names 2012-05-25 15:51:22 -07:00
AbstractChannel.java Split AbstractChannel.doFlush() into two variants for simpler user impl 2012-05-25 15:32:28 -07:00
AbstractServerChannel.java Split AbstractChannel.doFlush() into two variants for simpler user impl 2012-05-25 15:32:28 -07:00
Channel.java Move up write spinning from SelectorEventLoop to AbstractChannel 2012-05-13 05:09:05 +09:00
ChannelBootstrap.java Add more convenient methods to ChannelPipeline 2012-05-15 14:08:42 +09:00
ChannelBufferHolder.java Optimize AbstractChannel and related classes 2012-05-25 06:16:25 -07:00
ChannelBufferHolders.java Ported codec-http to the new API 2012-05-23 11:42:10 -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 the HTTP snoop example to the new API 2012-05-20 14:19:11 +09:00
ChannelHandlerContext.java Initial working version of the echo server example 2012-05-09 22:09:06 +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 Introduce bypass buffer and use it in LoggingHandler 2012-05-10 23:19:59 +09:00
ChannelInboundHandlerContext.java Another round of the new API design 2012-05-01 17:19:41 +09:00
ChannelInboundInvoker.java Initial working version of the echo server example 2012-05-09 22:09:06 +09:00
ChannelInboundMessageHandlerAdapter.java Ported codec-http to the new API 2012-05-23 11:42:10 -07:00
ChannelInboundStreamHandlerAdapter.java Ported codec-http to the new API 2012-05-23 11:42:10 -07:00
ChannelInitializer.java Genericize ChannelInitializer 2012-05-24 15:12:14 -07:00
ChannelOption.java Add UDP_RECEIVE_PACKET_SIZE option for datagram transport 2012-05-24 10:37:51 -07:00
ChannelOutboundHandler.java Another round of the new API design 2012-05-01 17:19:41 +09:00
ChannelOutboundHandlerAdapter.java Introduce bypass buffer and use it in LoggingHandler 2012-05-10 23:19:59 +09:00
ChannelOutboundHandlerContext.java Initial working version of the echo server example 2012-05-09 22:09:06 +09:00
ChannelOutboundInvoker.java Initial working version of the echo server example 2012-05-09 22:09:06 +09:00
ChannelPipeline.java Add more convenient methods to ChannelPipeline 2012-05-15 14:08:42 +09:00
ChannelPipelineException.java Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
CombinedChannelHandler.java Make the default constructor of CombinedChannelHandler protected 2012-05-20 20:57:00 +09:00
CompleteChannelFuture.java Replace Bootstrap with ChannelBuilder and ServerChannelBuilder 2012-05-14 23:57:23 +09:00
DefaultChannelConfig.java Implement flush-future properly / Make channel options type-safe 2012-05-13 00:40:28 +09:00
DefaultChannelFuture.java Optimize AbstractChannel and related classes 2012-05-25 06:16:25 -07:00
DefaultChannelPipeline.java Fix a compilation error in DefaultChannelPipeline 2012-05-16 23:03:11 +09:00
EventLoop.java Make EventLoop a ScheduledExecutorService 2012-05-11 20:19:57 +09:00
EventLoopException.java Add MultithreadEventLoop 2012-04-29 18:40:55 +09:00
EventLoopFactory.java Add EventLoopFactory and make MultithreadEventLoop use it 2012-05-11 21:47:07 +09:00
FailedChannelFuture.java Replace Bootstrap with ChannelBuilder and ServerChannelBuilder 2012-05-14 23:57:23 +09:00
MultithreadEventLoop.java Simplify the construction of multi-threaded selector event loop 2012-05-15 13:11:47 +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
ServerChannelBootstrap.java Retrofit the codec framework with the new API (in progress) 2012-05-16 23:02:06 +09:00
SingleThreadEventLoop.java Ported OIO socket/datagram transport to the new API 2012-05-25 13:58:56 -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