netty5/transport/src/main/java/io/netty/channel/nio
Scott Mitchell a043cf4a98 Catch exceptions from PlatformDependent#getSystemClassLoader
Motivation:
PlatformDependent#getSystemClassLoader may throw a wide variety of exceptions based upon the environment. We should handle all exceptions and continue initializing the slow path if an exception occurs.

Modifications:
- Catch Throwable in cases where PlatformDependent#getSystemClassLoader is used

Result:
Fixes https://github.com/netty/netty/issues/6038
2016-11-19 09:23:25 -08:00
..
AbstractNioByteChannel.java Make Epoll ChannelMetadata more consistent with NIO 2016-07-18 13:26:05 +02:00
AbstractNioChannel.java Make NIO and EPOLL transport connect errors more consistent with the JDK 2016-08-27 20:57:36 +02:00
AbstractNioMessageChannel.java [#5893] Ensure we not close NioDatagramChannel when SocketException is received. 2016-10-10 10:24:28 +02:00
NioEventLoop.java Catch exceptions from PlatformDependent#getSystemClassLoader 2016-11-19 09:23:25 -08:00
NioEventLoopGroup.java Allow to inject RejectedExecutionHandler for different EventLoops and EventExecutors 2016-06-24 17:08:30 +02:00
NioTask.java Move non socket specific stuff out of the socket package 2013-02-01 09:10:28 +01:00
package-info.java Move non socket specific stuff out of the socket package 2013-02-01 09:10:28 +01:00
SelectedSelectionKeySet.java Replace the sun.nio.ch.SelectorImpl.selectedKeys with faster one 2013-06-11 00:00:55 +09:00