blob: ac75aedd2fc44da7e40ad75b4179f28617fcb3c5 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.11) on Mon Jun 14 16:37:38 EDT 2021 -->
<title>Uses of Interface org.eclipse.jetty.websocket.common.LogicalConnection (Jetty :: Project 9.4.42.v20210604 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2021-06-14">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../../../jquery/jquery-3.5.1.js"></script>
<script type="text/javascript" src="../../../../../../jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface org.eclipse.jetty.websocket.common.LogicalConnection (Jetty :: Project 9.4.42.v20210604 API)";
}
}
catch(err) {
}
//-->
var pathtoroot = "../../../../../../";
var useModuleDirectories = false;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../index.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../LogicalConnection.html" title="interface in org.eclipse.jetty.websocket.common">Class</a></li>
<li class="navBarCell1Rev">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">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<main role="main">
<div class="header">
<h2 title="Uses of Interface org.eclipse.jetty.websocket.common.LogicalConnection" class="title">Uses of Interface<br>org.eclipse.jetty.websocket.common.LogicalConnection</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary">
<caption><span>Packages that use <a href="../LogicalConnection.html" title="interface in org.eclipse.jetty.websocket.common">LogicalConnection</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.jetty.websocket.client.io">org.eclipse.jetty.websocket.client.io</a></th>
<td class="colLast">
<div class="block">Jetty WebSocket Client : I/O Implementation [<em>Internal Use Only</em>]</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.jetty.websocket.common">org.eclipse.jetty.websocket.common</a></th>
<td class="colLast">
<div class="block">Jetty WebSocket Common : Implementation [<em>Internal Use Only</em>]</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.jetty.websocket.common.extensions">org.eclipse.jetty.websocket.common.extensions</a></th>
<td class="colLast">
<div class="block">Jetty WebSocket Common : Extension Implementations</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.jetty.websocket.common.io">org.eclipse.jetty.websocket.common.io</a></th>
<td class="colLast">
<div class="block">Jetty WebSocket Common : I/O Implementation</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.jetty.websocket.jsr356">org.eclipse.jetty.websocket.jsr356</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.jetty.websocket.server">org.eclipse.jetty.websocket.server</a></th>
<td class="colLast">
<div class="block">Jetty WebSocket Server : Implementation [<em>Internal Use Only</em>]</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList">
<section role="region"><a id="org.eclipse.jetty.websocket.client.io">
<!-- -->
</a>
<h3>Uses of <a href="../LogicalConnection.html" title="interface in org.eclipse.jetty.websocket.common">LogicalConnection</a> in <a href="../../client/io/package-summary.html">org.eclipse.jetty.websocket.client.io</a></h3>
<table class="useSummary">
<caption><span>Classes in <a href="../../client/io/package-summary.html">org.eclipse.jetty.websocket.client.io</a> that implement <a href="../LogicalConnection.html" title="interface in org.eclipse.jetty.websocket.common">LogicalConnection</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../client/io/WebSocketClientConnection.html" title="class in org.eclipse.jetty.websocket.client.io">WebSocketClientConnection</a></span></code></th>
<td class="colLast">
<div class="block">Client side WebSocket physical connection.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.eclipse.jetty.websocket.common">
<!-- -->
</a>
<h3>Uses of <a href="../LogicalConnection.html" title="interface in org.eclipse.jetty.websocket.common">LogicalConnection</a> in <a href="../package-summary.html">org.eclipse.jetty.websocket.common</a></h3>
<table class="useSummary">
<caption><span>Methods in <a href="../package-summary.html">org.eclipse.jetty.websocket.common</a> that return <a href="../LogicalConnection.html" title="interface in org.eclipse.jetty.websocket.common">LogicalConnection</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../LogicalConnection.html" title="interface in org.eclipse.jetty.websocket.common">LogicalConnection</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">WebSocketSession.</span><code><span class="memberNameLink"><a href="../WebSocketSession.html#getConnection()">getConnection</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../package-summary.html">org.eclipse.jetty.websocket.common</a> with parameters of type <a href="../LogicalConnection.html" title="interface in org.eclipse.jetty.websocket.common">LogicalConnection</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../WebSocketSession.html" title="class in org.eclipse.jetty.websocket.common">WebSocketSession</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SessionFactory.</span><code><span class="memberNameLink"><a href="../SessionFactory.html#createSession(java.net.URI,org.eclipse.jetty.websocket.common.events.EventDriver,org.eclipse.jetty.websocket.common.LogicalConnection)">createSession</a></span>&#8203;(java.net.URI&nbsp;requestURI,
<a href="../events/EventDriver.html" title="interface in org.eclipse.jetty.websocket.common.events">EventDriver</a>&nbsp;websocket,
<a href="../LogicalConnection.html" title="interface in org.eclipse.jetty.websocket.common">LogicalConnection</a>&nbsp;connection)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../WebSocketSession.html" title="class in org.eclipse.jetty.websocket.common">WebSocketSession</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">WebSocketSessionFactory.</span><code><span class="memberNameLink"><a href="../WebSocketSessionFactory.html#createSession(java.net.URI,org.eclipse.jetty.websocket.common.events.EventDriver,org.eclipse.jetty.websocket.common.LogicalConnection)">createSession</a></span>&#8203;(java.net.URI&nbsp;requestURI,
<a href="../events/EventDriver.html" title="interface in org.eclipse.jetty.websocket.common.events">EventDriver</a>&nbsp;websocket,
<a href="../LogicalConnection.html" title="interface in org.eclipse.jetty.websocket.common">LogicalConnection</a>&nbsp;connection)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../api/RemoteEndpoint.html" title="interface in org.eclipse.jetty.websocket.api">RemoteEndpoint</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">RemoteEndpointFactory.</span><code><span class="memberNameLink"><a href="../RemoteEndpointFactory.html#newRemoteEndpoint(org.eclipse.jetty.websocket.common.LogicalConnection,org.eclipse.jetty.websocket.api.extensions.OutgoingFrames,org.eclipse.jetty.websocket.api.BatchMode)">newRemoteEndpoint</a></span>&#8203;(<a href="../LogicalConnection.html" title="interface in org.eclipse.jetty.websocket.common">LogicalConnection</a>&nbsp;connection,
<a href="../../api/extensions/OutgoingFrames.html" title="interface in org.eclipse.jetty.websocket.api.extensions">OutgoingFrames</a>&nbsp;outgoingFrames,
<a href="../../api/BatchMode.html" title="enum in org.eclipse.jetty.websocket.api">BatchMode</a>&nbsp;batchMode)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../WebSocketRemoteEndpoint.html" title="class in org.eclipse.jetty.websocket.common">WebSocketRemoteEndpoint</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">WebSocketSession.</span><code><span class="memberNameLink"><a href="../WebSocketSession.html#newRemoteEndpoint(org.eclipse.jetty.websocket.common.LogicalConnection,org.eclipse.jetty.websocket.api.extensions.OutgoingFrames,org.eclipse.jetty.websocket.api.BatchMode)">newRemoteEndpoint</a></span>&#8203;(<a href="../LogicalConnection.html" title="interface in org.eclipse.jetty.websocket.common">LogicalConnection</a>&nbsp;connection,
<a href="../../api/extensions/OutgoingFrames.html" title="interface in org.eclipse.jetty.websocket.api.extensions">OutgoingFrames</a>&nbsp;outgoingFrames,
<a href="../../api/BatchMode.html" title="enum in org.eclipse.jetty.websocket.api">BatchMode</a>&nbsp;batchMode)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Constructors in <a href="../package-summary.html">org.eclipse.jetty.websocket.common</a> with parameters of type <a href="../LogicalConnection.html" title="interface in org.eclipse.jetty.websocket.common">LogicalConnection</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../WebSocketRemoteEndpoint.html#%3Cinit%3E(org.eclipse.jetty.websocket.common.LogicalConnection,org.eclipse.jetty.websocket.api.extensions.OutgoingFrames)">WebSocketRemoteEndpoint</a></span>&#8203;(<a href="../LogicalConnection.html" title="interface in org.eclipse.jetty.websocket.common">LogicalConnection</a>&nbsp;connection,
<a href="../../api/extensions/OutgoingFrames.html" title="interface in org.eclipse.jetty.websocket.api.extensions">OutgoingFrames</a>&nbsp;outgoing)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../WebSocketRemoteEndpoint.html#%3Cinit%3E(org.eclipse.jetty.websocket.common.LogicalConnection,org.eclipse.jetty.websocket.api.extensions.OutgoingFrames,org.eclipse.jetty.websocket.api.BatchMode)">WebSocketRemoteEndpoint</a></span>&#8203;(<a href="../LogicalConnection.html" title="interface in org.eclipse.jetty.websocket.common">LogicalConnection</a>&nbsp;connection,
<a href="../../api/extensions/OutgoingFrames.html" title="interface in org.eclipse.jetty.websocket.api.extensions">OutgoingFrames</a>&nbsp;outgoing,
<a href="../../api/BatchMode.html" title="enum in org.eclipse.jetty.websocket.api">BatchMode</a>&nbsp;batchMode)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../WebSocketSession.html#%3Cinit%3E(org.eclipse.jetty.websocket.common.scopes.WebSocketContainerScope,java.net.URI,org.eclipse.jetty.websocket.common.events.EventDriver,org.eclipse.jetty.websocket.common.LogicalConnection)">WebSocketSession</a></span>&#8203;(<a href="../scopes/WebSocketContainerScope.html" title="interface in org.eclipse.jetty.websocket.common.scopes">WebSocketContainerScope</a>&nbsp;containerScope,
java.net.URI&nbsp;requestURI,
<a href="../events/EventDriver.html" title="interface in org.eclipse.jetty.websocket.common.events">EventDriver</a>&nbsp;websocket,
<a href="../LogicalConnection.html" title="interface in org.eclipse.jetty.websocket.common">LogicalConnection</a>&nbsp;connection)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.eclipse.jetty.websocket.common.extensions">
<!-- -->
</a>
<h3>Uses of <a href="../LogicalConnection.html" title="interface in org.eclipse.jetty.websocket.common">LogicalConnection</a> in <a href="../extensions/package-summary.html">org.eclipse.jetty.websocket.common.extensions</a></h3>
<table class="useSummary">
<caption><span>Methods in <a href="../extensions/package-summary.html">org.eclipse.jetty.websocket.common.extensions</a> that return <a href="../LogicalConnection.html" title="interface in org.eclipse.jetty.websocket.common">LogicalConnection</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../LogicalConnection.html" title="interface in org.eclipse.jetty.websocket.common">LogicalConnection</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractExtension.</span><code><span class="memberNameLink"><a href="../extensions/AbstractExtension.html#getConnection()">getConnection</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../extensions/package-summary.html">org.eclipse.jetty.websocket.common.extensions</a> with parameters of type <a href="../LogicalConnection.html" title="interface in org.eclipse.jetty.websocket.common">LogicalConnection</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractExtension.</span><code><span class="memberNameLink"><a href="../extensions/AbstractExtension.html#setConnection(org.eclipse.jetty.websocket.common.LogicalConnection)">setConnection</a></span>&#8203;(<a href="../LogicalConnection.html" title="interface in org.eclipse.jetty.websocket.common">LogicalConnection</a>&nbsp;connection)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.eclipse.jetty.websocket.common.io">
<!-- -->
</a>
<h3>Uses of <a href="../LogicalConnection.html" title="interface in org.eclipse.jetty.websocket.common">LogicalConnection</a> in <a href="../io/package-summary.html">org.eclipse.jetty.websocket.common.io</a></h3>
<table class="useSummary">
<caption><span>Classes in <a href="../io/package-summary.html">org.eclipse.jetty.websocket.common.io</a> that implement <a href="../LogicalConnection.html" title="interface in org.eclipse.jetty.websocket.common">LogicalConnection</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../io/AbstractWebSocketConnection.html" title="class in org.eclipse.jetty.websocket.common.io">AbstractWebSocketConnection</a></span></code></th>
<td class="colLast">
<div class="block">Provides the implementation of <a href="../LogicalConnection.html" title="interface in org.eclipse.jetty.websocket.common"><code>LogicalConnection</code></a> within the framework of the new <a href="../../../io/Connection.html" title="interface in org.eclipse.jetty.io"><code>Connection</code></a> framework of <code>jetty-io</code>.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Constructors in <a href="../io/package-summary.html">org.eclipse.jetty.websocket.common.io</a> with parameters of type <a href="../LogicalConnection.html" title="interface in org.eclipse.jetty.websocket.common">LogicalConnection</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../io/DisconnectCallback.html#%3Cinit%3E(org.eclipse.jetty.websocket.common.LogicalConnection)">DisconnectCallback</a></span>&#8203;(<a href="../LogicalConnection.html" title="interface in org.eclipse.jetty.websocket.common">LogicalConnection</a>&nbsp;connection)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.eclipse.jetty.websocket.jsr356">
<!-- -->
</a>
<h3>Uses of <a href="../LogicalConnection.html" title="interface in org.eclipse.jetty.websocket.common">LogicalConnection</a> in <a href="../../jsr356/package-summary.html">org.eclipse.jetty.websocket.jsr356</a></h3>
<table class="useSummary">
<caption><span>Methods in <a href="../../jsr356/package-summary.html">org.eclipse.jetty.websocket.jsr356</a> with parameters of type <a href="../LogicalConnection.html" title="interface in org.eclipse.jetty.websocket.common">LogicalConnection</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../WebSocketSession.html" title="class in org.eclipse.jetty.websocket.common">WebSocketSession</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">JsrSessionFactory.</span><code><span class="memberNameLink"><a href="../../jsr356/JsrSessionFactory.html#createSession(java.net.URI,org.eclipse.jetty.websocket.common.events.EventDriver,org.eclipse.jetty.websocket.common.LogicalConnection)">createSession</a></span>&#8203;(java.net.URI&nbsp;requestURI,
<a href="../events/EventDriver.html" title="interface in org.eclipse.jetty.websocket.common.events">EventDriver</a>&nbsp;websocket,
<a href="../LogicalConnection.html" title="interface in org.eclipse.jetty.websocket.common">LogicalConnection</a>&nbsp;connection)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Constructors in <a href="../../jsr356/package-summary.html">org.eclipse.jetty.websocket.jsr356</a> with parameters of type <a href="../LogicalConnection.html" title="interface in org.eclipse.jetty.websocket.common">LogicalConnection</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../jsr356/JsrSession.html#%3Cinit%3E(org.eclipse.jetty.websocket.jsr356.ClientContainer,java.lang.String,java.net.URI,org.eclipse.jetty.websocket.common.events.EventDriver,org.eclipse.jetty.websocket.common.LogicalConnection)">JsrSession</a></span>&#8203;(<a href="../../jsr356/ClientContainer.html" title="class in org.eclipse.jetty.websocket.jsr356">ClientContainer</a>&nbsp;container,
java.lang.String&nbsp;id,
java.net.URI&nbsp;requestURI,
<a href="../events/EventDriver.html" title="interface in org.eclipse.jetty.websocket.common.events">EventDriver</a>&nbsp;websocket,
<a href="../LogicalConnection.html" title="interface in org.eclipse.jetty.websocket.common">LogicalConnection</a>&nbsp;connection)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.eclipse.jetty.websocket.server">
<!-- -->
</a>
<h3>Uses of <a href="../LogicalConnection.html" title="interface in org.eclipse.jetty.websocket.common">LogicalConnection</a> in <a href="../../server/package-summary.html">org.eclipse.jetty.websocket.server</a></h3>
<table class="useSummary">
<caption><span>Classes in <a href="../../server/package-summary.html">org.eclipse.jetty.websocket.server</a> that implement <a href="../LogicalConnection.html" title="interface in org.eclipse.jetty.websocket.common">LogicalConnection</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../server/WebSocketServerConnection.html" title="class in org.eclipse.jetty.websocket.server">WebSocketServerConnection</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</section>
</li>
</ul>
</li>
</ul>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../index.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../LogicalConnection.html" title="interface in org.eclipse.jetty.websocket.common">Class</a></li>
<li class="navBarCell1Rev">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">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 1995&#x2013;2021 <a href="https://webtide.com">Webtide</a>. All rights reserved.</small></p>
</footer>
</body>
</html>