com.eclipsesource.restfuse
Class RequestContext

java.lang.Object
  extended by com.eclipsesource.restfuse.RequestContext

public class RequestContext
extends java.lang.Object

Request context hold additional data to be added to the request before execution like headers (cookies), authorization, ...


Field Summary
 java.util.HashMap<java.lang.String,java.lang.String> headers
          Name value collection of headers
 
Constructor Summary
RequestContext()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

headers

public java.util.HashMap<java.lang.String,java.lang.String> headers
Name value collection of headers

Constructor Detail

RequestContext

public RequestContext()