Searched refs:MSG_CLIENT_TO_SERVER (Results 1 – 1 of 1) sorted by relevance
84 private static final byte[] MSG_CLIENT_TO_SERVER = "GET SOME BYTES".getBytes(); field in DataPathInBandTestCase258 os.write(MSG_CLIENT_TO_SERVER, 0, MSG_CLIENT_TO_SERVER.length); in executeTestSubscriber()333 int numBytes = is.read(buffer, 0, MSG_CLIENT_TO_SERVER.length); in executeTestPublisher()339 if (numBytes != MSG_CLIENT_TO_SERVER.length) { in executeTestPublisher()346 if (!Arrays.equals(MSG_CLIENT_TO_SERVER, in executeTestPublisher()347 Arrays.copyOf(buffer, MSG_CLIENT_TO_SERVER.length))) { in executeTestPublisher()