| Package | Description |
|---|---|
| org.jivesoftware.openfire.interceptor |
Provides classes for intercepting packets.
|
| Class and Description |
|---|
| InterceptorManager
An InterceptorManager manages the list of global interceptors and per-user
interceptors that are invoked before and after packets are read and sent.
|
| PacketCopier
Packet interceptor that notifies of packets activity to components that previously
subscribed to the notificator.
|
| PacketInterceptor
A packet interceptor encapsulates an action that is invoked on a packet immediately
before or after it was received by a SocketReader and also when the packet is about to
be sent in SocketConnection.
|
| PacketRejectedException
Thrown by a PacketInterceptor when a packet is prevented from being processed.
|
Copyright © 2003–2019 Ignite Realtime. All rights reserved.