Package org.ros.internal.node.topic
Class SubscriberHandshake
java.lang.Object
org.ros.internal.node.BaseClientHandshake
org.ros.internal.node.topic.SubscriberHandshake
- All Implemented Interfaces:
ClientHandshake
Handshake logic from the subscriber side of a topic connection.
- Author:
- damonkohler@google.com (Damon Kohler)
-
Field Summary
Fields inherited from class org.ros.internal.node.BaseClientHandshake
outgoingConnectionHeader -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ros.internal.node.BaseClientHandshake
getErrorMessage, getOutgoingConnectionHeader, setErrorMessage
-
Constructor Details
-
SubscriberHandshake
-
-
Method Details
-
handshake
- Parameters:
incommingConnectionHeader- theConnectionHeadersent by the server- Returns:
trueif the handshake is successful,falseotherwise
-