Public Member Functions | Static Private Attributes
org.ros.internal.node.service.ServiceClientHandshake Class Reference
Inheritance diagram for org.ros.internal.node.service.ServiceClientHandshake:
Inheritance graph
[legend]

List of all members.

Public Member Functions

boolean handshake (ConnectionHeader incommingConnectionHeader)
 ServiceClientHandshake (ConnectionHeader outgoingConnectionHeader)

Static Private Attributes

static final boolean DEBUG = false
static final Log log = LogFactory.getLog(ServiceClientHandshake.class)

Detailed Description

Handshake logic from the client side of a service connection.

Author:
damonkohler@google.com (Damon Kohler)

Definition at line 30 of file ServiceClientHandshake.java.


Constructor & Destructor Documentation

Definition at line 35 of file ServiceClientHandshake.java.


Member Function Documentation

Parameters:
incommingConnectionHeaderthe ConnectionHeader sent by the server
Returns:
 true 
if the handshake is successful,
 false 
otherwise

Implements org.ros.internal.transport.ClientHandshake.

Definition at line 40 of file ServiceClientHandshake.java.


Member Data Documentation

final boolean org.ros.internal.node.service.ServiceClientHandshake.DEBUG = false [static, private]

Definition at line 32 of file ServiceClientHandshake.java.

final Log org.ros.internal.node.service.ServiceClientHandshake.log = LogFactory.getLog(ServiceClientHandshake.class) [static, private]

Definition at line 33 of file ServiceClientHandshake.java.


The documentation for this class was generated from the following file:


rosjava_core
Author(s):
autogenerated on Wed Aug 26 2015 16:06:51