Uses of Class
org.rapidcontext.core.proc.Interceptor

Packages that use Interceptor
Package
Description
Provides the procedure and interceptor API:s.
  • Uses of Interceptor in org.rapidcontext.core.proc

    Modifier and Type
    Class
    Description
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    Implemented in ReserveInterceptor or CallInterceptor instead.
    Modifier and Type
    Method
    Description
    CallContext.getInterceptor()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Handled by CallInterceptor or ReserveInterceptor instead.
    Library.getInterceptor()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Handled by CallInterceptor or ReserveInterceptor instead.
    Interceptor.getParent()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the parent interceptor in the interceptor chain.
    Methods in org.rapidcontext.core.proc with parameters of type Interceptor
    Modifier and Type
    Method
    Description
    void
    CallContext.setInterceptor(Interceptor i)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Create a CallInterceptor or ReserveInterceptor instead.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Create a CallInterceptor or ReserveInterceptor instead.
    Constructors in org.rapidcontext.core.proc with parameters of type Interceptor
    Modifier
    Constructor
    Description
    protected
    Deprecated, for removal: This API element is subject to removal in a future version.
    Creates a new interceptor and links it to the specified parent interceptor.