* Portions created by the Initial Developer are Copyright (C) 2008-2025 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Mark J Crane * Tim Fry */ /** * * @author Tim Fry */ interface websocket_service_interface { public static function create_filter_chain_for(subscriber $subscriber): ?filter; public static function get_service_name(): string; }