| Constructor and Description |
|---|
ImmutableRequestImpl(Path vars,
javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionInfo |
connectionInfo() |
java.lang.String |
contentType() |
boolean |
hasRepresentation() |
RequestHeader |
header() |
Request |
immutableCopy() |
Path |
path() |
Query |
query() |
Representation |
representation() |
public ImmutableRequestImpl(Path vars, javax.servlet.http.HttpServletRequest request)
public java.lang.String contentType()
public boolean hasRepresentation()
hasRepresentation in interface Requestpublic RequestHeader header()
public Representation representation()
representation in interface Requestpublic Request immutableCopy()
immutableCopy in interface Requestpublic ConnectionInfo connectionInfo()
connectionInfo in interface RequestCopyright © 2015. All Rights Reserved.