5556575859606162636465
AprSocket ch = con.socket(host, port, ctx.tls); spdy.setSocket(ch); ch.connect(); ch.setHandler(new SpdySocketHandler(spdy)); // need to consume the input to receive more read events int rc = spdy.processInput();