public class ServiceClientHandshake extends BaseClientHandshake
outgoingConnectionHeader| Constructor and Description |
|---|
ServiceClientHandshake(ConnectionHeader outgoingConnectionHeader) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
handshake(ConnectionHeader incommingConnectionHeader) |
getErrorMessage, getOutgoingConnectionHeader, setErrorMessagepublic ServiceClientHandshake(ConnectionHeader outgoingConnectionHeader)
public boolean handshake(ConnectionHeader incommingConnectionHeader)
incommingConnectionHeader - the ConnectionHeader sent by the servertrue if the handshake is successful, false
otherwise