2014-11-10 13:22:22 -05:00
|
|
|
//
|
2020-01-09 14:10:19 -05:00
|
|
|
// ========================================================================
|
|
|
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
2014-11-10 13:22:22 -05:00
|
|
|
//
|
2020-01-09 14:10:19 -05:00
|
|
|
// This program and the accompanying materials are made available under
|
|
|
|
// the terms of the Eclipse Public License 2.0 which is available at
|
|
|
|
// https://www.eclipse.org/legal/epl-2.0
|
2014-11-10 13:22:22 -05:00
|
|
|
//
|
2020-01-09 14:10:19 -05:00
|
|
|
// This Source Code may also be made available under the following
|
|
|
|
// Secondary Licenses when the conditions for such availability set
|
|
|
|
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
|
|
// the Apache License v2.0 which is available at
|
|
|
|
// https://www.apache.org/licenses/LICENSE-2.0
|
2014-11-10 13:22:22 -05:00
|
|
|
//
|
2020-01-09 14:10:19 -05:00
|
|
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
|
|
|
// ========================================================================
|
2014-11-10 13:22:22 -05:00
|
|
|
//
|
|
|
|
|
2018-11-22 06:37:35 -05:00
|
|
|
module org.eclipse.jetty.websocket.jetty.api
|
2014-11-10 13:22:22 -05:00
|
|
|
{
|
2018-11-22 06:37:35 -05:00
|
|
|
exports org.eclipse.jetty.websocket.api;
|
|
|
|
exports org.eclipse.jetty.websocket.api.annotations;
|
|
|
|
exports org.eclipse.jetty.websocket.api.extensions;
|
|
|
|
exports org.eclipse.jetty.websocket.api.util;
|
2020-02-21 01:36:02 -05:00
|
|
|
|
|
|
|
uses org.eclipse.jetty.websocket.api.extensions.ExtensionConfig.Parser;
|
2014-11-10 13:22:22 -05:00
|
|
|
}
|