---
lang: en
title: 'API docs: context.interceptionhandler'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/context
permalink: /doc/en/lb4/apidocs.context.interceptionhandler.html
---

<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@loopback/context](./context.md) &gt; [InterceptionHandler](./context.interceptionhandler.md)

## InterceptionHandler class

A proxy handler that applies interceptors

See https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global\_Objects/Proxy

**Signature:**

```typescript
export declare class InterceptionHandler<T extends object> implements ProxyHandler<T> 
```
**Implements:** ProxyHandler&lt;T&gt;

## Constructors

<table><thead><tr><th>

Constructor


</th><th>

Modifiers


</th><th>

Description


</th></tr></thead>
<tbody><tr><td markdown="1">

[(constructor)(context, session, source)](./context.interceptionhandler._constructor_.md)


</td><td markdown="1">


</td><td markdown="1">

Constructs a new instance of the `InterceptionHandler` class


</td></tr>
</tbody></table>

## Methods

<table><thead><tr><th>

Method


</th><th>

Modifiers


</th><th>

Description


</th></tr></thead>
<tbody><tr><td markdown="1">

[get(target, propertyName, receiver)](./context.interceptionhandler.get.md)


</td><td markdown="1">


</td><td markdown="1">


</td></tr>
</tbody></table>


