Searched refs:HANDSHAKE_STRING (Results 1 – 1 of 1) sorted by relevance
46 public static final String HANDSHAKE_STRING = "JDWP-Handshake"; field in SocketTransportWrapper307 output.write(HANDSHAKE_STRING.getBytes()); in handshake()309 int len = HANDSHAKE_STRING.length(); in handshake()320 if (!response.equals(HANDSHAKE_STRING)) { in handshake()