netty5/example/src/main/java/io/netty/example
bk1te 1a05004523 Add socksx package which supports SOCKS 4/4a/5
Motivation:

SOCKS 4 and 5 are very different protocols although they share the same
name.  It is not possible to incorporate the two protocol versions into
a single package.

Modifications:

- Add a new package called 'socksx' to supercede 'socks' package.
- Add SOCKS 4/4a support to the 'socksx' package

Result:

codec-socks now supports all SOCKS versions
2014-08-14 16:40:46 -07:00
..
discard Clean up the examples 2014-05-23 17:13:09 +09:00
echo Fix most inspector warnings 2014-07-02 19:55:07 +09:00
factorial Clean up the examples 2014-05-23 17:13:09 +09:00
file Clean up the examples 2014-05-23 17:13:09 +09:00
http Let OkResponseHandler extend SimpleChannelInboundHandler 2014-07-03 18:14:40 +09:00
localecho Clean up the examples 2014-05-23 17:13:09 +09:00
memcache/binary Clean up the examples 2014-05-23 17:13:09 +09:00
objectecho Clean up the examples 2014-05-23 17:13:09 +09:00
portunification Clean up the examples 2014-05-23 17:13:09 +09:00
proxy Clean up the examples 2014-05-23 17:13:09 +09:00
qotm Clean up the examples 2014-05-23 17:13:09 +09:00
rxtx Clean up the examples 2014-05-23 17:13:09 +09:00
sctp Clean up the examples 2014-05-23 17:13:09 +09:00
securechat Clean up the examples 2014-05-23 17:13:09 +09:00
socksproxy Add socksx package which supports SOCKS 4/4a/5 2014-08-14 16:40:46 -07:00
spdy Move generic code to HttpOrSpdyChooser to simplify implementations 2014-07-07 09:37:10 +02:00
stomp Introduce MessageAggregator and DecoderResultProvider 2014-06-05 16:51:14 +09:00
telnet Fix most inspector warnings 2014-07-02 19:55:07 +09:00
udt Fix most inspector warnings 2014-07-02 19:55:07 +09:00
uptime Clean up the examples 2014-05-23 17:13:09 +09:00
worldclock Clean up the examples 2014-05-23 17:13:09 +09:00