Searched refs:CONNECT (Results 1 – 3 of 3) sorted by relevance
41 static final int CONNECT = 1; field
268 out.write(CONNECT); in connectV4()405 out.write(CONNECT); in connect()
57 private static enum OpType { CONNECT, READ, WRITE }; enumConstant259 if (task.getContext() == OpType.CONNECT) in onCancel()361 result = new PendingFuture<Void,A>(this, OpType.CONNECT); in implConnect()