Class Handshake
- java.lang.Object
-
- rocks.xmpp.extensions.component.accept.model.Handshake
-
- All Implemented Interfaces:
StreamElement
public final class Handshake extends Object implements StreamElement
-
-
Constructor Summary
Constructors Constructor Description Handshake()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Handshake
create(String streamId, String sharedSecret)
Creates the handshake element from stream id and the shared secret.String
getValue()
Gets the value of the handshake element.
-
-
-
Method Detail
-
getValue
public String getValue()
Gets the value of the handshake element.- Returns:
- The value.
-
-