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
netty5
/
transport
/
src
/
main
/
java
/
io
/
netty
/
channel
/
oio
History
Trustin Lee
d7f9b1ee76
Fixes the problem where the promise of the outbound operation that causes a channel closure is notified after channelInactive()
...
-
Fixes
#1897
2013-10-08 12:24:16 +09:00
..
AbstractOioByteChannel.java
remove some dead code
2013-08-10 20:46:48 +02:00
AbstractOioChannel.java
Fixes the problem where the promise of the outbound operation that causes a channel closure is notified after channelInactive()
2013-10-08 12:24:16 +09:00
AbstractOioMessageChannel.java
Small code improvements
2013-08-26 07:52:47 +02:00
OioByteStreamChannel.java
Remove Channel.id completely / Use 64-bit hashCode internally to reduce the chance of collision in compareTo()
2013-07-09 14:49:06 +09:00
OioEventLoopGroup.java
Add ThreadPerChannelEventLoopGroup and ThreadPerChannelEventLoop to enable a user to write a new thread-per-channel transport easily
2013-03-12 14:50:38 +09:00
package-info.java
Move non socket specific stuff out of the socket package
2013-02-01 09:10:28 +01:00