|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eclipsesource.restfuse.RequestContext
public class RequestContext
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 |
---|
public java.util.HashMap<java.lang.String,java.lang.String> headers
Constructor Detail |
---|
public RequestContext()
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |