public interface HttpContext extends Traceable
Context
.Modifier and Type | Method and Description |
---|---|
Map<String,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()
Copyright © 2013 Oracle Corporation. All rights reserved.