netty5/testsuite
Trustin Lee d03de0f3ca [#107] Add support for closing either input or output part of a channel
- Add ChannelOption.ALLOW_HALF_CLOSURE
  - If true, ChannelInputShutdownEvent is fired via userEventTriggered()
    when the remote peer shuts down its output, and the connection is 
    not closed until a user calls close() explicitly.
  - If false, the connection is closed immediately as it did before.
- Add SocketChannel.isInputShutdown()
- Add & improve test cases related with half-closed sockets
2012-08-29 21:49:39 +09:00
..
src/test/java/io/netty/testsuite [#107] Add support for closing either input or output part of a channel 2012-08-29 21:49:39 +09:00
pom.xml [maven-release-plugin] prepare for next development iteration 2012-08-21 15:41:04 +09:00