Package org.httpobjects.servlet.impl
Class ImmutableRequestImpl
java.lang.Object
org.httpobjects.servlet.impl.ImmutableRequestImpl
- All Implemented Interfaces:
Request
-
Constructor Summary
ConstructorsConstructorDescriptionImmutableRequestImpl(Path vars, javax.servlet.http.HttpServletRequest request) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.httpobjects.Request
bodyReadToMemoryUnbounded, bodyUtf8StringUnbounded
-
Constructor Details
-
ImmutableRequestImpl
-
-
Method Details
-
method
-
path
-
contentType
-
hasRepresentation
public boolean hasRepresentation()- Specified by:
hasRepresentationin interfaceRequest
-
query
-
header
-
representation
- Specified by:
representationin interfaceRequest
-
immutableCopy
- Specified by:
immutableCopyin interfaceRequest
-
connectionInfo
- Specified by:
connectionInfoin interfaceRequest
-