Searched refs:CONNECT (Results 1 – 3 of 3) sorted by relevance
41 static final int CONNECT = 1; field
268 out.write(CONNECT); in connectV4()484 out.write(CONNECT); in connect()
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()