OpenSearch/modules/transport-netty4
Tim Brooks 80ef9bbdb1
Remove parameterization from TcpTransport (#27407)
This commit is a follow up to the work completed in #27132. Essentially
it transitions two more methods (sendMessage and getLocalAddress) from
Transport to TcpChannel. With this change, there is no longer a need for
TcpTransport to be aware of the specific type of channel a transport
returns. So that class is no longer parameterized by channel type.
2017-11-16 11:19:36 -07:00
..
licenses Upgrade to Netty 4.1.13.Final 2017-07-06 15:37:00 -04:00
src Remove parameterization from TcpTransport (#27407) 2017-11-16 11:19:36 -07:00
build.gradle Upgrade to Netty 4.1.13.Final 2017-07-06 15:37:00 -04:00