|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.replication.protocol.ReplicationMessage
org.opends.server.replication.protocol.WindowProbe
public class WindowProbe
This message is used by LDAP or Replication Server that have been out of credit for a while and want to check that the remote servers. A sending entity that is blocked because its send window is closed for a while should create such a message to check that the window closure is valid. An entity that received such a message should respond with a WindowUpdate message indicating the curent credit available.
Constructor Summary | |
---|---|
WindowProbe()
Create a new WindowProbe message. |
|
WindowProbe(byte[] in)
Creates a new WindowProbe from its encoded form. |
Method Summary | |
---|---|
byte[] |
getBytes()
Return the byte[] representation of this message. |
Methods inherited from class org.opends.server.replication.protocol.ReplicationMessage |
---|
addByteArray, generateMsg, getNextLength |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WindowProbe()
public WindowProbe(byte[] in) throws java.util.zip.DataFormatException
in
- The byte array containing the encoded form of the
WindowMessage.
java.util.zip.DataFormatException
- If the byte array does not contain a valid
encoded form of the WindowMessage.Method Detail |
---|
public byte[] getBytes()
getBytes
in class ReplicationMessage
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |