See: Description
Interface | Description |
---|---|
ClientSideRequestInterceptor |
Describes the client side request interceptor.
|
ServerSideRequestInterceptor |
This interceptor describes an interface that is acting on the server side.
|
Class | Description |
---|---|
AbstractClientSideRequestInterceptor |
Base, doing nothing, implementation of the ServerSideRequestInterceptor meant for extension.
|
AbstractRequestInterceptor |
Base class offered for extension which provides default implementations for all interception methods.
|
AbstractServerSideRequestInterceptor |
Base, doing nothing, implementation of the ClientSideRequestInterceptor meant for extension.
|
InterceptionContext |
The interception context indicates current progress and phase of the interception and also allows to store some local information to this call.
|
InterceptorRegistry |
The registry for the interceptors.
|
InterceptorRegistry.Config |
Internal configuration holder class.
|
InterceptorResponse |
Returned by the interceptor as a result of call interception.
|
SinglePhaseInterceptor |
This interceptor can be configured to use one or multiple phases, but doesn't need to support all phases.
|
Enum | Description |
---|---|
InterceptionPhase |
Describes various interception phases during a call.
|
InterceptorResponse.InterceptorCommand |
The command.
|
Copyright © 2010-2014 anotheria.net. All Rights Reserved.