Searched refs:maxReceiveDelay (Results 1 - 9 of 9) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DServerStartMsg.java47 private final int maxReceiveDelay; field in class:ServerStartMsg
91 this.maxReceiveDelay = 0;
118 maxReceiveDelay = scanner.nextIntUTF8();
157 * Get the maxReceiveDelay.
158 * @return Returns the maxReceiveDelay.
162 return maxReceiveDelay;
211 builder.appendIntUTF8(maxReceiveDelay);
266 "\nmaxReceiveDelay: " + maxReceiveDelay +
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DServerStartMsg.java47 private final int maxReceiveDelay; field in class:ServerStartMsg
91 this.maxReceiveDelay = 0;
118 maxReceiveDelay = scanner.nextIntUTF8();
157 * Get the maxReceiveDelay.
158 * @return Returns the maxReceiveDelay.
162 return maxReceiveDelay;
211 builder.appendIntUTF8(maxReceiveDelay);
266 "\nmaxReceiveDelay: " + maxReceiveDelay +
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/
H A DServerStartMsg.java47 private final int maxReceiveDelay; field in class:ServerStartMsg
91 this.maxReceiveDelay = 0;
118 maxReceiveDelay = scanner.nextIntUTF8();
157 * Get the maxReceiveDelay.
158 * @return Returns the maxReceiveDelay.
162 return maxReceiveDelay;
211 builder.appendIntUTF8(maxReceiveDelay);
266 "\nmaxReceiveDelay: " + maxReceiveDelay +
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DServerStartECLMsg.java45 private int maxReceiveDelay; field in class:ServerStartECLMsg
69 * @param maxReceiveDelay The max receive delay for this server.
81 public ServerStartECLMsg(String serverURL, int maxReceiveDelay, argument
93 this.maxReceiveDelay = maxReceiveDelay;
131 * read the maxReceiveDelay
134 maxReceiveDelay = Integer.valueOf(new String(in, pos, length, "UTF-8"));
204 * Get the maxReceiveDelay.
205 * @return Returns the maxReceiveDelay.
209 return maxReceiveDelay;
[all...]
H A DServerStartMsg.java47 private int maxReceiveDelay; field in class:ServerStartMsg
91 this.maxReceiveDelay = 0;
145 * read the maxReceiveDelay
148 maxReceiveDelay = Integer.valueOf(new String(in, pos, length, "UTF-8"));
236 * Get the maxReceiveDelay.
237 * @return Returns the maxReceiveDelay.
241 return maxReceiveDelay;
291 String.valueOf(maxReceiveDelay).getBytes("UTF-8");
398 "\nmaxReceiveDelay: " + maxReceiveDelay +
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DServerStartECLMsg.java45 private int maxReceiveDelay; field in class:ServerStartECLMsg
69 * @param maxReceiveDelay The max receive delay for this server.
81 public ServerStartECLMsg(String serverURL, int maxReceiveDelay, argument
93 this.maxReceiveDelay = maxReceiveDelay;
131 * read the maxReceiveDelay
134 maxReceiveDelay = Integer.valueOf(new String(in, pos, length, "UTF-8"));
204 * Get the maxReceiveDelay.
205 * @return Returns the maxReceiveDelay.
209 return maxReceiveDelay;
[all...]
H A DServerStartMsg.java47 private int maxReceiveDelay; field in class:ServerStartMsg
91 this.maxReceiveDelay = 0;
145 * read the maxReceiveDelay
148 maxReceiveDelay = Integer.valueOf(new String(in, pos, length, "UTF-8"));
236 * Get the maxReceiveDelay.
237 * @return Returns the maxReceiveDelay.
241 return maxReceiveDelay;
291 String.valueOf(maxReceiveDelay).getBytes("UTF-8");
398 "\nmaxReceiveDelay: " + maxReceiveDelay +
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DServerStartECLMsg.java45 private int maxReceiveDelay; field in class:ServerStartECLMsg
69 * @param maxReceiveDelay The max receive delay for this server.
81 public ServerStartECLMsg(String serverURL, int maxReceiveDelay, argument
93 this.maxReceiveDelay = maxReceiveDelay;
131 * read the maxReceiveDelay
134 maxReceiveDelay = Integer.valueOf(new String(in, pos, length, "UTF-8"));
204 * Get the maxReceiveDelay.
205 * @return Returns the maxReceiveDelay.
209 return maxReceiveDelay;
[all...]
H A DServerStartMsg.java47 private int maxReceiveDelay; field in class:ServerStartMsg
91 this.maxReceiveDelay = 0;
145 * read the maxReceiveDelay
148 maxReceiveDelay = Integer.valueOf(new String(in, pos, length, "UTF-8"));
236 * Get the maxReceiveDelay.
237 * @return Returns the maxReceiveDelay.
241 return maxReceiveDelay;
291 String.valueOf(maxReceiveDelay).getBytes("UTF-8");
398 "\nmaxReceiveDelay: " + maxReceiveDelay +

Completed in 98 milliseconds