netty5/transport/src/main/java/io/netty/channel/oio
Trustin Lee f8349f8dc5 Add AbstractUnsafe.annotateConnectException()
Motivation:

JDK's exception messages triggered by a connection attempt failure do
not contain the related remote address in its message.  We currently
append the remote address to ConnectException's message, but I found
that we need to cover more exception types such as SocketException.

Modifications:

- Add AbstractUnsafe.annotateConnectException() to de-duplicate the
  code that appends the remote address

Result:

- Less duplication
- A transport implementor can annotate connection attempt failure
  message more easily
2014-10-14 12:29:08 +09:00
..
AbstractOioByteChannel.java Allow to obtain RecvByteBufAllocator.Handle to allow more flexible implementations 2014-08-12 06:53:57 +02:00
AbstractOioChannel.java Add AbstractUnsafe.annotateConnectException() 2014-10-14 12:29:08 +09:00
AbstractOioMessageChannel.java [#2375] [#2404] Fix bug in respecting ChannelConfig.setAutoRead(false) and also fix Channel.read() for OIO 2014-04-17 07:50:51 +02:00
OioByteStreamChannel.java Port ChannelOutboundBuffer and related changes from 4.0 2014-08-05 15:00:45 +02:00
OioEventLoopGroup.java ability to use Executor instead of ThreadFactory 2014-02-13 16:14:41 -08:00
package-info.java