RequestInfoOperations
Interface RequestInfoOperations
- All Known Subinterfaces:
- ClientRequestInfo, ClientRequestInfoOperations, RequestInfo, ServerRequestInfo, ServerRequestInfoOperations
public interface RequestInfoOperations
Request Information, accessible to Interceptors.
Each interception point is given an object through which the Interceptor can access request information. Client-side and server-side interception points are concerned with different information, so there are two information objects: ClientRequestInfo
is passed to the client-side inte