public interface HttpContext extends Traceable
Context
.Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getProperties()
Get the mutable properties.
|
HttpRequestContext |
getRequest()
Get the HTTP request information.
|
HttpResponseContext |
getResponse()
Get the HTTP response information.
|
ExtendedUriInfo |
getUriInfo()
Get the extended URI information.
|
isTracingEnabled, trace
ExtendedUriInfo getUriInfo()
HttpRequestContext getRequest()
HttpResponseContext getResponse()
java.util.Map<java.lang.String,java.lang.Object> getProperties()
Care should be taken not to clear the properties or remove properties that are unknown otherwise unspecified behaviour may result.
Copyright © 2016 Oracle Corporation. All Rights Reserved.