blob: 7a7045fefcfe904bc5b8433e9e3c18554663f99c [file] [log] [blame]
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Thu Sep 15 14:12:07 CDT 2022 -->
<title>Uses of Interface org.eclipse.jetty.http.pathmap.PathSpec (Eclipse Jetty API Doc - v10.0.12)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2022-09-15">
<meta name="description" content="use: package: org.eclipse.jetty.http.pathmap, interface: PathSpec">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../script-dir/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery-ui.overrides.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../../script-dir/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="../../../../../../script-dir/jquery-ui.min.js"></script>
</head>
<body class="class-use-page">
<script type="text/javascript">var pathtoroot = "../../../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flex-box">
<header role="banner" class="flex-header">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar-top">
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
<li><a href="../../../../../../index.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">Class</a></li>
<li class="nav-bar-cell1-rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html#use">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<div class="nav-list-search"><label for="search-input">SEARCH:</label>
<input type="text" id="search-input" value="search" disabled="disabled">
<input type="reset" id="reset-button" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip-navbar-top"></span></nav>
</header>
<div class="flex-content">
<main role="main">
<div class="header">
<h1 title="Uses of Interface org.eclipse.jetty.http.pathmap.PathSpec" class="title">Uses of Interface<br>org.eclipse.jetty.http.pathmap.PathSpec</h1>
</div>
<div class="caption"><span>Packages that use <a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a></span></div>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Package</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><a href="#org.eclipse.jetty.http.pathmap">org.eclipse.jetty.http.pathmap</a></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><a href="#org.eclipse.jetty.security">org.eclipse.jetty.security</a></div>
<div class="col-last odd-row-color">
<div class="block">Jetty Security : Modular Support for Security in Jetty</div>
</div>
<div class="col-first even-row-color"><a href="#org.eclipse.jetty.server">org.eclipse.jetty.server</a></div>
<div class="col-last even-row-color">
<div class="block">Jetty Server : Core Server API</div>
</div>
<div class="col-first odd-row-color"><a href="#org.eclipse.jetty.server.handler">org.eclipse.jetty.server.handler</a></div>
<div class="col-last odd-row-color">
<div class="block">Jetty Server : Core Handler API</div>
</div>
<div class="col-first even-row-color"><a href="#org.eclipse.jetty.servlet">org.eclipse.jetty.servlet</a></div>
<div class="col-last even-row-color">
<div class="block">Jetty Server : Modular Servlet Integration</div>
</div>
<div class="col-first odd-row-color"><a href="#org.eclipse.jetty.websocket.core.server">org.eclipse.jetty.websocket.core.server</a></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><a href="#org.eclipse.jetty.websocket.javax.server.internal">org.eclipse.jetty.websocket.javax.server.internal</a></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
<section class="class-uses">
<ul class="block-list">
<li>
<section class="detail" id="org.eclipse.jetty.http.pathmap">
<h2>Uses of <a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a> in <a href="../package-summary.html">org.eclipse.jetty.http.pathmap</a></h2>
<div class="caption"><span>Classes in <a href="../package-summary.html">org.eclipse.jetty.http.pathmap</a> that implement <a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Class</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>class&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../AbstractPathSpec.html" class="type-name-link" title="class in org.eclipse.jetty.http.pathmap">AbstractPathSpec</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>class&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../RegexPathSpec.html" class="type-name-link" title="class in org.eclipse.jetty.http.pathmap">RegexPathSpec</a></code></div>
<div class="col-last odd-row-color">
<div class="block">
RegexPathSpec is a PathSpec implementation for a <a href="../PathMappings.html" title="class in org.eclipse.jetty.http.pathmap"><code>PathMappings</code></a> instance.</div>
</div>
<div class="col-first even-row-color"><code>class&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../ServletPathSpec.html" class="type-name-link" title="class in org.eclipse.jetty.http.pathmap">ServletPathSpec</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>class&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../UriTemplatePathSpec.html" class="type-name-link" title="class in org.eclipse.jetty.http.pathmap">UriTemplatePathSpec</a></code></div>
<div class="col-last odd-row-color">
<div class="block">PathSpec for URI Template based declarations</div>
</div>
</div>
<div class="caption"><span>Methods in <a href="../package-summary.html">org.eclipse.jetty.http.pathmap</a> that return <a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>static <a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">PathMappings.</span><code><a href="../PathMappings.html#asPathSpec(java.lang.String)" class="member-name-link">asPathSpec</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;pathSpecString)</code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span>
<div class="deprecation-comment">use <a href="../PathSpec.html#from(java.lang.String)"><code>from(String)</code></a> instead</div>
</div>
</div>
<div class="col-first odd-row-color"><code>static <a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">PathSpec.</span><code><a href="../PathSpec.html#from(java.lang.String)" class="member-name-link">from</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;pathSpecString)</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code><a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">MappedResource.</span><code><a href="../MappedResource.html#getPathSpec()" class="member-name-link">getPathSpec</a>()</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code><a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">MatchedResource.</span><code><a href="../MatchedResource.html#getPathSpec()" class="member-name-link">getPathSpec</a>()</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
</div>
<div class="caption"><span>Methods in <a href="../package-summary.html">org.eclipse.jetty.http.pathmap</a> with parameters of type <a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>int</code></div>
<div class="col-second even-row-color"><span class="type-name-label">AbstractPathSpec.</span><code><a href="../AbstractPathSpec.html#compareTo(org.eclipse.jetty.http.pathmap.PathSpec)" class="member-name-link">compareTo</a><wbr>(<a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a>&nbsp;other)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>int</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">UriTemplatePathSpec.</span><code><a href="../UriTemplatePathSpec.html#compareTo(org.eclipse.jetty.http.pathmap.PathSpec)" class="member-name-link">compareTo</a><wbr>(<a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a>&nbsp;other)</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code><a href="../PathMappings.html" title="type parameter in PathMappings">E</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">PathMappings.</span><code><a href="../PathMappings.html#get(org.eclipse.jetty.http.pathmap.PathSpec)" class="member-name-link">get</a><wbr>(<a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a>&nbsp;spec)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>boolean</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">PathMappings.</span><code><a href="../PathMappings.html#put(org.eclipse.jetty.http.pathmap.PathSpec,E)" class="member-name-link">put</a><wbr>(<a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a>&nbsp;pathSpec,
<a href="../PathMappings.html" title="type parameter in PathMappings">E</a>&nbsp;resource)</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>boolean</code></div>
<div class="col-second even-row-color"><span class="type-name-label">PathMappings.</span><code><a href="../PathMappings.html#remove(org.eclipse.jetty.http.pathmap.PathSpec)" class="member-name-link">remove</a><wbr>(<a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a>&nbsp;pathSpec)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
<div class="caption"><span>Method parameters in <a href="../package-summary.html">org.eclipse.jetty.http.pathmap</a> with type arguments of type <a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>static &lt;E&gt;&nbsp;<a href="../MatchedResource.html" title="class in org.eclipse.jetty.http.pathmap">MatchedResource</a>&lt;E&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">MatchedResource.</span><code><a href="../MatchedResource.html#of(java.util.Map.Entry,org.eclipse.jetty.http.pathmap.MatchedPath)" class="member-name-link">of</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.Entry.html" title="class or interface in java.util" class="external-link">Map.Entry</a>&lt;<a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a>,<wbr>E&gt;&nbsp;mapping,
<a href="../MatchedPath.html" title="interface in org.eclipse.jetty.http.pathmap">MatchedPath</a>&nbsp;matchedPath)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
<div class="caption"><span>Constructors in <a href="../package-summary.html">org.eclipse.jetty.http.pathmap</a> with parameters of type <a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier</div>
<div class="table-header col-second">Constructor</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../MappedResource.html#%3Cinit%3E(org.eclipse.jetty.http.pathmap.PathSpec,E)" class="member-name-link">MappedResource</a><wbr>(<a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a>&nbsp;pathSpec,
<a href="../MappedResource.html" title="type parameter in MappedResource">E</a>&nbsp;resource)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../MatchedResource.html#%3Cinit%3E(E,org.eclipse.jetty.http.pathmap.PathSpec,org.eclipse.jetty.http.pathmap.MatchedPath)" class="member-name-link">MatchedResource</a><wbr>(<a href="../MatchedResource.html" title="type parameter in MatchedResource">E</a>&nbsp;resource,
<a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a>&nbsp;pathSpec,
<a href="../MatchedPath.html" title="interface in org.eclipse.jetty.http.pathmap">MatchedPath</a>&nbsp;matchedPath)</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.eclipse.jetty.security">
<h2>Uses of <a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a> in <a href="../../../security/package-summary.html">org.eclipse.jetty.security</a></h2>
<div class="caption"><span>Methods in <a href="../../../security/package-summary.html">org.eclipse.jetty.security</a> that return <a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>protected <a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">ConstraintSecurityHandler.</span><code><a href="../../../security/ConstraintSecurityHandler.html#asPathSpec(org.eclipse.jetty.security.ConstraintMapping)" class="member-name-link">asPathSpec</a><wbr>(<a href="../../../security/ConstraintMapping.html" title="class in org.eclipse.jetty.security">ConstraintMapping</a>&nbsp;mapping)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.eclipse.jetty.server">
<h2>Uses of <a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a> in <a href="../../../server/package-summary.html">org.eclipse.jetty.server</a></h2>
<div class="caption"><span>Constructors in <a href="../../../server/package-summary.html">org.eclipse.jetty.server</a> with parameters of type <a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier</div>
<div class="table-header col-second">Constructor</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../../../server/ServletPathMapping.html#%3Cinit%3E(org.eclipse.jetty.http.pathmap.PathSpec,java.lang.String,java.lang.String)" class="member-name-link">ServletPathMapping</a><wbr>(<a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a>&nbsp;pathSpec,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;servletName,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;pathInContext)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../../../server/ServletPathMapping.html#%3Cinit%3E(org.eclipse.jetty.http.pathmap.PathSpec,java.lang.String,java.lang.String,org.eclipse.jetty.http.pathmap.MatchedPath)" class="member-name-link">ServletPathMapping</a><wbr>(<a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a>&nbsp;pathSpec,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;servletName,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;pathInContext,
<a href="../MatchedPath.html" title="interface in org.eclipse.jetty.http.pathmap">MatchedPath</a>&nbsp;matchedPath)</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.eclipse.jetty.server.handler">
<h2>Uses of <a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a> in <a href="../../../server/handler/package-summary.html">org.eclipse.jetty.server.handler</a></h2>
<div class="caption"><span>Methods in <a href="../../../server/handler/package-summary.html">org.eclipse.jetty.server.handler</a> with parameters of type <a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>void</code></div>
<div class="col-second even-row-color"><span class="type-name-label">InetAccessHandler.</span><code><a href="../../../server/handler/InetAccessHandler.html#exclude(java.lang.String,java.lang.String,org.eclipse.jetty.http.pathmap.PathSpec)" class="member-name-link">exclude</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;connectorName,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;addressPattern,
<a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a>&nbsp;pathSpec)</code></div>
<div class="col-last even-row-color">
<div class="block">Excludes an InetAccess entry.</div>
</div>
<div class="col-first odd-row-color"><code>void</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">InetAccessHandler.</span><code><a href="../../../server/handler/InetAccessHandler.html#include(java.lang.String,java.lang.String,org.eclipse.jetty.http.pathmap.PathSpec)" class="member-name-link">include</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;connectorName,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;addressPattern,
<a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a>&nbsp;pathSpec)</code></div>
<div class="col-last odd-row-color">
<div class="block">Includes an InetAccess entry.</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.eclipse.jetty.servlet">
<h2>Uses of <a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a> in <a href="../../../servlet/package-summary.html">org.eclipse.jetty.servlet</a></h2>
<div class="caption"><span>Methods in <a href="../../../servlet/package-summary.html">org.eclipse.jetty.servlet</a> that return <a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>protected <a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">ServletHandler.</span><code><a href="../../../servlet/ServletHandler.html#asPathSpec(java.lang.String)" class="member-name-link">asPathSpec</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;pathSpec)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code><a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">ServletHandler.MappedServlet.</span><code><a href="../../../servlet/ServletHandler.MappedServlet.html#getPathSpec()" class="member-name-link">getPathSpec</a>()</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.eclipse.jetty.websocket.core.server">
<h2>Uses of <a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a> in <a href="../../../websocket/core/server/package-summary.html">org.eclipse.jetty.websocket.core.server</a></h2>
<div class="caption"><span>Methods in <a href="../../../websocket/core/server/package-summary.html">org.eclipse.jetty.websocket.core.server</a> that return <a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>static <a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">WebSocketMappings.</span><code><a href="../../../websocket/core/server/WebSocketMappings.html#parsePathSpec(java.lang.String)" class="member-name-link">parsePathSpec</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;rawSpec)</code></div>
<div class="col-last even-row-color">
<div class="block">Parse a PathSpec string into a PathSpec instance.</div>
</div>
</div>
<div class="caption"><span>Methods in <a href="../../../websocket/core/server/package-summary.html">org.eclipse.jetty.websocket.core.server</a> with parameters of type <a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>void</code></div>
<div class="col-second even-row-color"><span class="type-name-label">WebSocketMappings.</span><code><a href="../../../websocket/core/server/WebSocketMappings.html#addMapping(org.eclipse.jetty.http.pathmap.PathSpec,org.eclipse.jetty.websocket.core.server.WebSocketCreator,org.eclipse.jetty.websocket.core.server.FrameHandlerFactory,org.eclipse.jetty.websocket.core.Configuration.Customizer)" class="member-name-link">addMapping</a><wbr>(<a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a>&nbsp;pathSpec,
<a href="../../../websocket/core/server/WebSocketCreator.html" title="interface in org.eclipse.jetty.websocket.core.server">WebSocketCreator</a>&nbsp;creator,
<a href="../../../websocket/core/server/FrameHandlerFactory.html" title="interface in org.eclipse.jetty.websocket.core.server">FrameHandlerFactory</a>&nbsp;factory,
<a href="../../../websocket/core/Configuration.Customizer.html" title="interface in org.eclipse.jetty.websocket.core">Configuration.Customizer</a>&nbsp;customizer)</code></div>
<div class="col-last even-row-color">
<div class="block">Manually add a WebSocket mapping.</div>
</div>
<div class="col-first odd-row-color"><code>void</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">WebSocketMappings.</span><code><a href="../../../websocket/core/server/WebSocketMappings.html#addMapping(org.eclipse.jetty.http.pathmap.PathSpec,org.eclipse.jetty.websocket.core.server.WebSocketNegotiator)" class="member-name-link">addMapping</a><wbr>(<a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a>&nbsp;pathSpec,
<a href="../../../websocket/core/server/WebSocketNegotiator.html" title="interface in org.eclipse.jetty.websocket.core.server">WebSocketNegotiator</a>&nbsp;negotiator)</code></div>
<div class="col-last odd-row-color">
<div class="block">Manually add a WebSocket mapping.</div>
</div>
<div class="col-first even-row-color"><code>void</code></div>
<div class="col-second even-row-color"><span class="type-name-label">WebSocketUpgradeHandler.</span><code><a href="../../../websocket/core/server/WebSocketUpgradeHandler.html#addMapping(org.eclipse.jetty.http.pathmap.PathSpec,org.eclipse.jetty.websocket.core.server.WebSocketNegotiator)" class="member-name-link">addMapping</a><wbr>(<a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a>&nbsp;pathSpec,
<a href="../../../websocket/core/server/WebSocketNegotiator.html" title="interface in org.eclipse.jetty.websocket.core.server">WebSocketNegotiator</a>&nbsp;negotiator)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code><a href="../../../websocket/core/server/WebSocketCreator.html" title="interface in org.eclipse.jetty.websocket.core.server">WebSocketCreator</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">WebSocketMappings.</span><code><a href="../../../websocket/core/server/WebSocketMappings.html#getWebSocketCreator(org.eclipse.jetty.http.pathmap.PathSpec)" class="member-name-link">getWebSocketCreator</a><wbr>(<a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a>&nbsp;pathSpec)</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code><a href="../../../websocket/core/server/WebSocketNegotiator.html" title="interface in org.eclipse.jetty.websocket.core.server">WebSocketNegotiator</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">WebSocketMappings.</span><code><a href="../../../websocket/core/server/WebSocketMappings.html#getWebSocketNegotiator(org.eclipse.jetty.http.pathmap.PathSpec)" class="member-name-link">getWebSocketNegotiator</a><wbr>(<a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a>&nbsp;pathSpec)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>boolean</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">WebSocketMappings.</span><code><a href="../../../websocket/core/server/WebSocketMappings.html#removeMapping(org.eclipse.jetty.http.pathmap.PathSpec)" class="member-name-link">removeMapping</a><wbr>(<a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a>&nbsp;pathSpec)</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
</div>
<div class="caption"><span>Method parameters in <a href="../../../websocket/core/server/package-summary.html">org.eclipse.jetty.websocket.core.server</a> with type arguments of type <a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code><a href="../../../websocket/core/server/WebSocketNegotiator.html" title="interface in org.eclipse.jetty.websocket.core.server">WebSocketNegotiator</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">WebSocketMappings.</span><code><a href="../../../websocket/core/server/WebSocketMappings.html#getMatchedNegotiator(java.lang.String,java.util.function.Consumer)" class="member-name-link">getMatchedNegotiator</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;target,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/function/Consumer.html" title="class or interface in java.util.function" class="external-link">Consumer</a>&lt;<a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a>&gt;&nbsp;pathSpecConsumer)</code></div>
<div class="col-last even-row-color">
<div class="block">Get the matching <a href="../MappedResource.html" title="class in org.eclipse.jetty.http.pathmap"><code>MappedResource</code></a> for the provided target.</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.eclipse.jetty.websocket.javax.server.internal">
<h2>Uses of <a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a> in <a href="../../../websocket/javax/server/internal/package-summary.html">org.eclipse.jetty.websocket.javax.server.internal</a></h2>
<div class="caption"><span>Methods in <a href="../../../websocket/javax/server/internal/package-summary.html">org.eclipse.jetty.websocket.javax.server.internal</a> that return <a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code><a href="../PathSpec.html" title="interface in org.eclipse.jetty.http.pathmap">PathSpec</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">JsrHandshakeRequest.</span><code><a href="../../../websocket/javax/server/internal/JsrHandshakeRequest.html#getRequestPathSpec()" class="member-name-link">getRequestPathSpec</a>()</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
</section>
</li>
</ul>
</section>
</main>
<footer role="contentinfo">
<hr>
<p class="legal-copy"><small>Copyright &#169; 1995&#x2013;2022 <a href="https://webtide.com">Webtide</a>. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>