VLESS-TCP-TLS-WS (recommended) VLESS-TCP-TLS-proxy protocol VLESS-TCP-TLS VLESS-TCP-XTLS-WHATEVER VLESS-TCP README.md config_client.json config_server.json nginx.conf VLESS-mKCPSeed VMess-HTTP VMess-HTTP2 VMess-TCP-TLS VMess-TCP VMess-Websocket-TLS ...
创建一个ChannelHandler用于处理数据的发送和接收。 importio.netty.channel.ChannelHandlerContext;importio.netty.channel.ChannelInboundHandlerAdapter;publicclassClientHandlerextendsChannelInboundHandlerAdapter{@OverridepublicvoidchannelRead(ChannelHandlerContextctx,Objectmsg){// 接收服务器返回的数据System.out.println("...