netty5/transport/src/main/java/io/netty/channel/pool
Norman Maurer cd3254df88
Update to new checkstyle plugin (#8777) (#8780)
Motivation:

We need to update to a new checkstyle plugin to allow the usage of lambdas.

Modifications:

- Update to new plugin version.
- Fix checkstyle problems.

Result:

Be able to use checkstyle plugin which supports new Java syntax.
2019-01-25 11:58:42 +01:00
..
AbstractChannelPoolHandler.java [#3218] Add ChannelPool / ChannelPoolMap abstraction and implementations 2015-04-30 12:13:19 +02:00
AbstractChannelPoolMap.java [#3218] Add ChannelPool / ChannelPoolMap abstraction and implementations 2015-04-30 12:13:19 +02:00
ChannelHealthChecker.java [#3218] Add ChannelPool / ChannelPoolMap abstraction and implementations 2015-04-30 12:13:19 +02:00
ChannelPool.java [#5455] Clarify ChannelPool javadocs 2016-07-07 06:46:28 +02:00
ChannelPoolHandler.java [#3218] Add ChannelPool / ChannelPoolMap abstraction and implementations 2015-04-30 12:13:19 +02:00
ChannelPoolMap.java [#3218] Add ChannelPool / ChannelPoolMap abstraction and implementations 2015-04-30 12:13:19 +02:00
FixedChannelPool.java Update to new checkstyle plugin (#8777) (#8780) 2019-01-25 11:58:42 +01:00
package-info.java [#3218] Add ChannelPool / ChannelPoolMap abstraction and implementations 2015-04-30 12:13:19 +02:00
SimpleChannelPool.java Fixed|SimpleChannelPool.close() should only return after complete. (#7927) 2018-05-21 19:22:31 +02:00