netty5/transport/src/main/java/io/netty
Trustin Lee 7ddc8a445c Make Bootstrap and ServerBootstrap fully overridable
Related: #2034

Motivation:

Some users want to mock Bootstrap (or ServerBootstrap), and thus they
should not be final but be fully overridable and extensible.

Modifications:

Remove finals wherever possible

Result:

@daschl is happy.
2014-10-17 16:17:42 +09:00
..
bootstrap Make Bootstrap and ServerBootstrap fully overridable 2014-10-17 16:17:42 +09:00
channel Fix an infinite loop when writing a zero-length FileRegion 2014-10-17 16:06:51 +09:00