Class ServiceClientHandshake

java.lang.Object
org.ros.internal.node.BaseClientHandshake
org.ros.internal.node.service.ServiceClientHandshake
All Implemented Interfaces:
ClientHandshake

public class ServiceClientHandshake extends BaseClientHandshake
Handshake logic from the client side of a service connection.
Author:
damonkohler@google.com (Damon Kohler)
  • Constructor Details

    • ServiceClientHandshake

      public ServiceClientHandshake(ConnectionHeader outgoingConnectionHeader)
  • Method Details

    • handshake

      public boolean handshake(ConnectionHeader incommingConnectionHeader)
      Parameters:
      incommingConnectionHeader - the ConnectionHeader sent by the server
      Returns:
      true if the handshake is successful, false otherwise