com.wordnik.swaggersocket.protocol
Class Handshake
java.lang.Object
com.wordnik.swaggersocket.protocol.ProtocolBase
com.wordnik.swaggersocket.protocol.Handshake
public class Handshake
- extends ProtocolBase
The Hanshake object representing a SwaggerSocket's initial handshake between the client and server.
| Methods inherited from class com.wordnik.swaggersocket.protocol.ProtocolBase |
getDataFormat, getHeaders, getMessageBody, getMethod, getPath, getQueryString, getUuid, setDataFormat, setHeaders, setMessageBody, setMethod, setPath, setQueryString, setUuid |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Handshake
public Handshake()
getProtocolName
public String getProtocolName()
setProtocolName
public void setProtocolName(String protocolName)
getProtocolVersion
public String getProtocolVersion()
setProtocolVersion
public void setProtocolVersion(String protocolVersion)
Copyright © 2012. All Rights Reserved.