com.wordnik.swaggersocket.protocol
Class ProtocolBase

java.lang.Object
  extended by com.wordnik.swaggersocket.protocol.ProtocolBase
Direct Known Subclasses:
Handshake, Request, Response

public class ProtocolBase
extends Object


Field Summary
protected  String dataFormat
           
protected  List<Header> headers
           
protected  Object messageBody
           
protected  String method
           
protected  String path
           
protected  List<QueryString> queryString
           
protected  String uuid
           
 
Constructor Summary
ProtocolBase()
           
 
Method Summary
 String getDataFormat()
           
 List<Header> getHeaders()
           
 Object getMessageBody()
           
 String getMethod()
           
 String getPath()
           
 List<QueryString> getQueryString()
           
 String getUuid()
           
 void setDataFormat(String dataFormat)
           
 void setHeaders(List<Header> headers)
           
 void setMessageBody(Object messageBody)
           
 void setMethod(String method)
           
 void setPath(String path)
           
 void setQueryString(List<QueryString> queryString)
           
 void setUuid(String uuid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

headers

protected List<Header> headers

queryString

protected List<QueryString> queryString

path

protected String path

uuid

protected String uuid

method

protected String method

messageBody

protected Object messageBody

dataFormat

protected String dataFormat
Constructor Detail

ProtocolBase

public ProtocolBase()
Method Detail

getDataFormat

public String getDataFormat()

setDataFormat

public void setDataFormat(String dataFormat)

getUuid

public String getUuid()

setUuid

public void setUuid(String uuid)

getHeaders

public List<Header> getHeaders()

getPath

public String getPath()

setPath

public void setPath(String path)

setHeaders

public void setHeaders(List<Header> headers)

getQueryString

public List<QueryString> getQueryString()

setQueryString

public void setQueryString(List<QueryString> queryString)

getMethod

public String getMethod()

setMethod

public void setMethod(String method)

getMessageBody

public Object getMessageBody()

setMessageBody

public void setMessageBody(Object messageBody)


Copyright © 2012. All Rights Reserved.