public interface SipServerExtension
extends javax.servlet.ServletContextListener
Defines an interface common to all Sip Server extensions.
It is invoked when SIP servlet contexts are created and destroyed by the container.
The typical use is for the extension to install/remove context attributes that
the servlet uses in order to look up and use the extension.
Author:
Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.