Searched defs:getBytes (Results 1 - 25 of 246) sorted by relevance

12345678910

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DHeartbeatMsg.java71 public byte[] getBytes(short protocolVersion) method in class:HeartbeatMsg
H A DStopMsg.java64 public byte[] getBytes(short protocolVersion) method in class:StopMsg
H A DWindowProbeMsg.java72 public byte[] getBytes(short protocolVersion) method in class:WindowProbeMsg
H A DChangeStatusMsg.java95 public byte[] getBytes(short protocolVersion) method in class:ChangeStatusMsg
H A DChangeTimeHeartbeatMsg.java133 public byte[] getBytes(short protocolVersion) method in class:ChangeTimeHeartbeatMsg
H A DDoneMsg.java90 public byte[] getBytes(short protocolVersion) method in class:DoneMsg
94 byte[] senderBytes = String.valueOf(senderID).getBytes("UTF-8");
95 byte[] destinationBytes = String.valueOf(destination).getBytes("UTF-8");
H A DInitializeRcvAckMsg.java107 public byte[] getBytes(short protocolVersion) method in class:InitializeRcvAckMsg
110 byte[] byteSender = String.valueOf(senderID).getBytes("UTF-8");
111 byte[] byteDestination = String.valueOf(destination).getBytes("UTF-8");
112 byte[] byteNumAck = String.valueOf(numAck).getBytes("UTF-8");
H A DMonitorRequestMsg.java92 public byte[] getBytes(short protocolVersion) method in class:MonitorRequestMsg
96 byte[] senderBytes = String.valueOf(senderID).getBytes("UTF-8");
97 byte[] destinationBytes = String.valueOf(destination).getBytes("UTF-8");
H A DResetGenerationIdMsg.java87 public byte[] getBytes(short protocolVersion) method in class:ResetGenerationIdMsg
97 oStream.write(String.valueOf(generationId).getBytes("UTF-8"));
H A DTopologyMsg.java301 public byte[] getBytes(short version) method in class:TopologyMsg
324 String.valueOf(dsInfo.getDsId()).getBytes("UTF-8");
330 oStream.write(dsInfo.getDsUrl().getBytes("UTF-8"));
335 String.valueOf(dsInfo.getRsId()).getBytes("UTF-8");
340 getBytes("UTF-8"));
359 oStream.write(url.getBytes("UTF-8"));
370 oStream.write(attr.getBytes("UTF-8"));
380 oStream.write(attr.getBytes("UTF-8"));
397 String.valueOf(rsInfo.getId()).getBytes("UTF-8");
402 getBytes("UT
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DHeartbeatMsg.java67 public byte[] getBytes(short protocolVersion) method in class:HeartbeatMsg
H A DStopMsg.java61 public byte[] getBytes(short protocolVersion) method in class:StopMsg
H A DWindowProbeMsg.java70 public byte[] getBytes(short protocolVersion) method in class:WindowProbeMsg
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DHeartbeatMsg.java71 public byte[] getBytes(short protocolVersion) method in class:HeartbeatMsg
H A DStopMsg.java64 public byte[] getBytes(short protocolVersion) method in class:StopMsg
H A DWindowProbeMsg.java72 public byte[] getBytes(short protocolVersion) method in class:WindowProbeMsg
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DHeartbeatMsg.java71 public byte[] getBytes(short protocolVersion) method in class:HeartbeatMsg
H A DStopMsg.java64 public byte[] getBytes(short protocolVersion) method in class:StopMsg
H A DWindowProbeMsg.java72 public byte[] getBytes(short protocolVersion) method in class:WindowProbeMsg
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DHeartbeatMsg.java67 public byte[] getBytes(short protocolVersion) method in class:HeartbeatMsg
H A DStopMsg.java61 public byte[] getBytes(short protocolVersion) method in class:StopMsg
H A DWindowProbeMsg.java70 public byte[] getBytes(short protocolVersion) method in class:WindowProbeMsg
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/
H A DHeartbeatMsg.java67 public byte[] getBytes(short protocolVersion) method in class:HeartbeatMsg
H A DStopMsg.java62 public byte[] getBytes(short protocolVersion) method in class:StopMsg
H A DWindowProbeMsg.java70 public byte[] getBytes(short protocolVersion) method in class:WindowProbeMsg

Completed in 851 milliseconds

12345678910