Searched refs:CONNECT (Results 1 – 4 of 4) sorted by relevance
41 static final int CONNECT = 1; field
268 out.write(CONNECT); in connectV4()484 out.write(CONNECT); in connect()
41 static final int CONNECT = 1; field in SocksServer201 if (cmd == CONNECT) { in getRequestV4()444 case CONNECT: in getRequest()
49 private static enum OpType { CONNECT, READ, WRITE }; enumConstant254 if (task.getContext() == OpType.CONNECT) in onCancel()356 result = new PendingFuture<Void,A>(this, OpType.CONNECT); in implConnect()