138139140141142143144
} } } private void sendBinary(String topic, byte[] message) { remoteEndpoint.sendObject(transform.transform(new BinaryMessage(topic, message), session)); }