netty5/example/src/main/java/io/netty/example
Trustin Lee d8c1409820 Use smaller number of boss threads in the example
.. because usually there's no need to use many boss threads.
2014-02-07 14:42:49 -08:00
..
applet Use smaller number of boss threads in the example 2014-02-07 14:42:49 -08:00
discard Use smaller number of boss threads in the example 2014-02-07 14:42:49 -08:00
echo Use smaller number of boss threads in the example 2014-02-07 14:42:49 -08:00
factorial Use smaller number of boss threads in the example 2014-02-07 14:42:49 -08:00
filetransfer Use smaller number of boss threads in the example 2014-02-07 14:42:49 -08:00
http Use smaller number of boss threads in the example 2014-02-07 14:42:49 -08:00
localecho Remove the distinction of inbound handlers and outbound handlers 2013-11-27 17:31:28 +09:00
objectecho Use smaller number of boss threads in the example 2014-02-07 14:42:49 -08:00
portunification Use smaller number of boss threads in the example 2014-02-07 14:42:49 -08:00
proxy Use smaller number of boss threads in the example 2014-02-07 14:42:49 -08:00
qotm Rename SimpleChannelInboundHandler.channelRead0() to messageReceived() 2013-11-02 19:59:21 +09:00
rxtx Rename SimpleChannelInboundHandler.channelRead0() to messageReceived() 2013-11-02 19:59:21 +09:00
sctp Use smaller number of boss threads in the example 2014-02-07 14:42:49 -08:00
securechat Use smaller number of boss threads in the example 2014-02-07 14:42:49 -08:00
socksproxy Use smaller number of boss threads in the example 2014-02-07 14:42:49 -08:00
spdy Use smaller number of boss threads in the example 2014-02-07 14:42:49 -08:00
telnet Use smaller number of boss threads in the example 2014-02-07 14:42:49 -08:00
udt Remove the distinction of inbound handlers and outbound handlers 2013-11-27 17:31:28 +09:00
uptime Introduce ChannelHandlerInvoker, dedeciated for invoking event handler methods, and move most handler invocation code in ChannelHandlerContext to the default ChannelHandlerInvoker implementation 2013-11-21 14:14:23 +09:00
worldclock Use smaller number of boss threads in the example 2014-02-07 14:42:49 -08:00