This website requires JavaScript.
Explore
Help
Sign In
andreacavalli
/
netty5
Watch
1
Star
0
Fork
0
You've already forked netty5
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
b06e33f5ee
netty5
/
src
/
main
/
java
/
org
/
jboss
/
netty
History
Trustin Lee
b06e33f5ee
Changed the default time unit to SECONDS
2009-02-12 15:33:28 +00:00
..
bootstrap
Fixed a problem where a channel is closed when a user tries to write a message when a connection attempt is in progress
2009-02-09 09:11:09 +00:00
buffer
Reduced the amount of the heap allocated for hexdump generation (512KiB -> 2KiB)
2009-02-05 06:34:17 +00:00
channel
Now that there are two MessageEvent implementation, there's no point of having Channels.messageEvent() - a user could just create a new instance by calling the respective implementation's constructor
2009-02-11 09:56:28 +00:00
container
* Renamed ExecutorShutdownUtil to ExecutorUtil
2009-01-19 05:23:41 +00:00
example
Prettier output
2009-02-12 07:44:51 +00:00
handler
Changed the default time unit to SECONDS
2009-02-12 15:33:28 +00:00
logging
* POM cleanup
2009-01-13 07:18:38 +00:00
servlet
Fixed a bug where ChannelReadTimeoutException and ChannelWriteTimeoutException can be raised after a channel is closed.
2009-02-11 04:59:45 +00:00
util
* Added missing svn properties
2009-02-09 08:32:13 +00:00