netty5/transport/src
Norman Maurer a425a8551d [#5174] Expose Bootstrap getter methods and add some additional ones
Motivation:

The Bootstrap class (applies also to AbstractBootstrap and ServerBootstrap) has a few package private getter methods and some things such as #attr() and #options() aren't exposed at all.

Modifications:

Expose "getters" for configured things in a safe-manner via the config() method.

Result:

Easier for the user to check what is configured for a Bootstrap/ServerBootstrap.
2016-05-18 13:26:43 +02:00
..
main/java/io/netty [#5174] Expose Bootstrap getter methods and add some additional ones 2016-05-18 13:26:43 +02:00
test/java/io/netty [#5104] Fix possible deadlock in DefaultChannelPipeline 2016-05-17 14:24:46 +02:00