netty5/transport/src/main/java/io/netty/bootstrap
秦世成 cf2f1f54b6 Replace all logic that checks Null with the ObjectUtil utility class (#9145)
Motivation:

Clean the code , replace all logic that checks Null with the ObjectUtil utility class in bootstrap package

Modification:
Replace all logic that checks null with the ObjectUtil utility class

Result:

Less verbose code.
2019-05-13 19:53:45 +02:00
..
AbstractBootstrap.java Replace all logic that checks Null with the ObjectUtil utility class (#9145) 2019-05-13 19:53:45 +02:00
AbstractBootstrapConfig.java [#5174] Expose Bootstrap getter methods and add some additional ones 2016-05-18 13:26:43 +02:00
Bootstrap.java Replace all logic that checks Null with the ObjectUtil utility class (#9145) 2019-05-13 19:53:45 +02:00
BootstrapConfig.java [#5174] Expose Bootstrap getter methods and add some additional ones 2016-05-18 13:26:43 +02:00
ChannelFactory.java Name resolver API and DNS-based name resolver 2014-10-16 17:05:20 +09:00
FailedChannel.java Fail fast when DefaultChannelPromise is constructed with null as Channel. 2018-01-18 18:57:42 +00:00
package-info.java Remove apiviz tags - we are focusing on user guide instead and putting diagrams there 2013-02-14 12:09:16 -08:00
ServerBootstrap.java Replace all logic that checks Null with the ObjectUtil utility class (#9145) 2019-05-13 19:53:45 +02:00
ServerBootstrapConfig.java [#5174] Expose Bootstrap getter methods and add some additional ones 2016-05-18 13:26:43 +02:00