com.wordnik.swaggersocket.protocol
Class Request

java.lang.Object
  extended by com.wordnik.swaggersocket.protocol.ProtocolBase
      extended by com.wordnik.swaggersocket.protocol.Request

public class Request
extends ProtocolBase


Nested Class Summary
static class Request.Builder
           
 
Field Summary
 
Fields inherited from class com.wordnik.swaggersocket.protocol.ProtocolBase
dataFormat, headers, messageBody, method, path, queryString, uuid
 
Constructor Summary
Request()
           
 
Method Summary
 Request attach(Object attachment)
           
 Object attachment()
           
 
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
 

Constructor Detail

Request

public Request()
Method Detail

attachment

public Object attachment()

attach

public Request attach(Object attachment)


Copyright © 2012. All Rights Reserved.