Package org.ros.internal.node.service
Class ServiceClientHandshake
java.lang.Object
org.ros.internal.node.BaseClientHandshake
org.ros.internal.node.service.ServiceClientHandshake
- All Implemented Interfaces:
ClientHandshake
Handshake logic from the client side of a service 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
-
ServiceClientHandshake
-
-
Method Details
-
handshake
- Parameters:
incommingConnectionHeader- theConnectionHeadersent by the server- Returns:
trueif the handshake is successful,falseotherwise
-