netty5/codec-socks/src/test/java/io/netty/handler/codec/socks
Trustin Lee df346a023b Change the return type of EmbeddedChannel.read*() from Object to an ad-hoc type parameter
.. so that there's no need to explicitly down-cast.

Fixes #2067
2014-02-13 17:19:26 -08:00
..
SocksAuthRequestDecoderTest.java Change the return type of EmbeddedChannel.read*() from Object to an ad-hoc type parameter 2014-02-13 17:19:26 -08:00
SocksAuthRequestTest.java [#787] Move the socks package to the right place 2012-12-04 09:14:05 +01:00
SocksAuthResponseDecoderTest.java Change the return type of EmbeddedChannel.read*() from Object to an ad-hoc type parameter 2014-02-13 17:19:26 -08:00
SocksAuthResponseTest.java [#787] Move the socks package to the right place 2012-12-04 09:14:05 +01:00
SocksCmdRequestDecoderTest.java Change the return type of EmbeddedChannel.read*() from Object to an ad-hoc type parameter 2014-02-13 17:19:26 -08:00
SocksCmdRequestTest.java enable checkstyle for test source directory and fix checkstyle errors 2013-03-30 13:18:57 +01:00
SocksCmdResponseDecoderTest.java Change the return type of EmbeddedChannel.read*() from Object to an ad-hoc type parameter 2014-02-13 17:19:26 -08:00
SocksCmdResponseTest.java #2177 Adding support for bound host and port for the SOCKS5 command response. Changes are fully backward compatible. 2014-02-04 19:28:35 +01:00
SocksCommonTestUtils.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
SocksInitRequestTest.java enable checkstyle for test source directory and fix checkstyle errors 2013-03-30 13:18:57 +01:00
SocksInitResponseTest.java [#787] Move the socks package to the right place 2012-12-04 09:14:05 +01:00