295296297298299300301302303304305
handler = new Socks4LogicHandler(proxyIoSession); } else { handler = new Socks5LogicHandler(proxyIoSession); } } else { handler = new HttpSmartProxyHandler(proxyIoSession); } proxyIoSession.setHandler(handler); handler.doHandshake(nextFilter); }
294295296297298299300301302303304
282283284285286287288289290291292