Skip to content

Commit

Permalink
Merge pull request #200 from markt-asf/websocket-2.0.0-RC1-javadoc
Browse files Browse the repository at this point in the history
WebSocket 2.0.0-RC1 Javadoc
  • Loading branch information
kwsutter authored Jun 12, 2020
2 parents 192fba5 + 8879b84 commit 3808f96
Show file tree
Hide file tree
Showing 124 changed files with 30,563 additions and 0 deletions.
5 changes: 5 additions & 0 deletions websocket/2.0/apidocs/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Manifest-Version: 1.0
Built-By: default
Created-By: Apache Maven 3.6.3
Build-Jdk: 1.8.0_202

69 changes: 69 additions & 0 deletions websocket/2.0/apidocs/allclasses-frame.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_202) on Tue May 26 14:48:45 GMT 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (Jakarta WebSocket API documentation)</title>
<meta name="date" content="2020-05-26">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<h1 class="bar">All&nbsp;Classes</h1>
<div class="indexContainer">
<ul>
<li><a href="jakarta/websocket/ClientEndpoint.html" title="annotation in jakarta.websocket" target="classFrame">ClientEndpoint</a></li>
<li><a href="jakarta/websocket/ClientEndpointConfig.html" title="interface in jakarta.websocket" target="classFrame"><span class="interfaceName">ClientEndpointConfig</span></a></li>
<li><a href="jakarta/websocket/ClientEndpointConfig.Builder.html" title="class in jakarta.websocket" target="classFrame">ClientEndpointConfig.Builder</a></li>
<li><a href="jakarta/websocket/ClientEndpointConfig.Configurator.html" title="class in jakarta.websocket" target="classFrame">ClientEndpointConfig.Configurator</a></li>
<li><a href="jakarta/websocket/CloseReason.html" title="class in jakarta.websocket" target="classFrame">CloseReason</a></li>
<li><a href="jakarta/websocket/CloseReason.CloseCode.html" title="interface in jakarta.websocket" target="classFrame"><span class="interfaceName">CloseReason.CloseCode</span></a></li>
<li><a href="jakarta/websocket/CloseReason.CloseCodes.html" title="enum in jakarta.websocket" target="classFrame">CloseReason.CloseCodes</a></li>
<li><a href="jakarta/websocket/ContainerProvider.html" title="class in jakarta.websocket" target="classFrame">ContainerProvider</a></li>
<li><a href="jakarta/websocket/DecodeException.html" title="class in jakarta.websocket" target="classFrame">DecodeException</a></li>
<li><a href="jakarta/websocket/Decoder.html" title="interface in jakarta.websocket" target="classFrame"><span class="interfaceName">Decoder</span></a></li>
<li><a href="jakarta/websocket/Decoder.Binary.html" title="interface in jakarta.websocket" target="classFrame"><span class="interfaceName">Decoder.Binary</span></a></li>
<li><a href="jakarta/websocket/Decoder.BinaryStream.html" title="interface in jakarta.websocket" target="classFrame"><span class="interfaceName">Decoder.BinaryStream</span></a></li>
<li><a href="jakarta/websocket/Decoder.Text.html" title="interface in jakarta.websocket" target="classFrame"><span class="interfaceName">Decoder.Text</span></a></li>
<li><a href="jakarta/websocket/Decoder.TextStream.html" title="interface in jakarta.websocket" target="classFrame"><span class="interfaceName">Decoder.TextStream</span></a></li>
<li><a href="jakarta/websocket/DeploymentException.html" title="class in jakarta.websocket" target="classFrame">DeploymentException</a></li>
<li><a href="jakarta/websocket/EncodeException.html" title="class in jakarta.websocket" target="classFrame">EncodeException</a></li>
<li><a href="jakarta/websocket/Encoder.html" title="interface in jakarta.websocket" target="classFrame"><span class="interfaceName">Encoder</span></a></li>
<li><a href="jakarta/websocket/Encoder.Binary.html" title="interface in jakarta.websocket" target="classFrame"><span class="interfaceName">Encoder.Binary</span></a></li>
<li><a href="jakarta/websocket/Encoder.BinaryStream.html" title="interface in jakarta.websocket" target="classFrame"><span class="interfaceName">Encoder.BinaryStream</span></a></li>
<li><a href="jakarta/websocket/Encoder.Text.html" title="interface in jakarta.websocket" target="classFrame"><span class="interfaceName">Encoder.Text</span></a></li>
<li><a href="jakarta/websocket/Encoder.TextStream.html" title="interface in jakarta.websocket" target="classFrame"><span class="interfaceName">Encoder.TextStream</span></a></li>
<li><a href="jakarta/websocket/Endpoint.html" title="class in jakarta.websocket" target="classFrame">Endpoint</a></li>
<li><a href="jakarta/websocket/EndpointConfig.html" title="interface in jakarta.websocket" target="classFrame"><span class="interfaceName">EndpointConfig</span></a></li>
<li><a href="jakarta/websocket/Extension.html" title="interface in jakarta.websocket" target="classFrame"><span class="interfaceName">Extension</span></a></li>
<li><a href="jakarta/websocket/Extension.Parameter.html" title="interface in jakarta.websocket" target="classFrame"><span class="interfaceName">Extension.Parameter</span></a></li>
<li><a href="jakarta/websocket/server/HandshakeRequest.html" title="interface in jakarta.websocket.server" target="classFrame"><span class="interfaceName">HandshakeRequest</span></a></li>
<li><a href="jakarta/websocket/HandshakeResponse.html" title="interface in jakarta.websocket" target="classFrame"><span class="interfaceName">HandshakeResponse</span></a></li>
<li><a href="jakarta/websocket/MessageHandler.html" title="interface in jakarta.websocket" target="classFrame"><span class="interfaceName">MessageHandler</span></a></li>
<li><a href="jakarta/websocket/MessageHandler.Partial.html" title="interface in jakarta.websocket" target="classFrame"><span class="interfaceName">MessageHandler.Partial</span></a></li>
<li><a href="jakarta/websocket/MessageHandler.Whole.html" title="interface in jakarta.websocket" target="classFrame"><span class="interfaceName">MessageHandler.Whole</span></a></li>
<li><a href="jakarta/websocket/OnClose.html" title="annotation in jakarta.websocket" target="classFrame">OnClose</a></li>
<li><a href="jakarta/websocket/OnError.html" title="annotation in jakarta.websocket" target="classFrame">OnError</a></li>
<li><a href="jakarta/websocket/OnMessage.html" title="annotation in jakarta.websocket" target="classFrame">OnMessage</a></li>
<li><a href="jakarta/websocket/OnOpen.html" title="annotation in jakarta.websocket" target="classFrame">OnOpen</a></li>
<li><a href="jakarta/websocket/server/PathParam.html" title="annotation in jakarta.websocket.server" target="classFrame">PathParam</a></li>
<li><a href="jakarta/websocket/PongMessage.html" title="interface in jakarta.websocket" target="classFrame"><span class="interfaceName">PongMessage</span></a></li>
<li><a href="jakarta/websocket/RemoteEndpoint.html" title="interface in jakarta.websocket" target="classFrame"><span class="interfaceName">RemoteEndpoint</span></a></li>
<li><a href="jakarta/websocket/RemoteEndpoint.Async.html" title="interface in jakarta.websocket" target="classFrame"><span class="interfaceName">RemoteEndpoint.Async</span></a></li>
<li><a href="jakarta/websocket/RemoteEndpoint.Basic.html" title="interface in jakarta.websocket" target="classFrame"><span class="interfaceName">RemoteEndpoint.Basic</span></a></li>
<li><a href="jakarta/websocket/SendHandler.html" title="interface in jakarta.websocket" target="classFrame"><span class="interfaceName">SendHandler</span></a></li>
<li><a href="jakarta/websocket/SendResult.html" title="class in jakarta.websocket" target="classFrame">SendResult</a></li>
<li><a href="jakarta/websocket/server/ServerApplicationConfig.html" title="interface in jakarta.websocket.server" target="classFrame"><span class="interfaceName">ServerApplicationConfig</span></a></li>
<li><a href="jakarta/websocket/server/ServerContainer.html" title="interface in jakarta.websocket.server" target="classFrame"><span class="interfaceName">ServerContainer</span></a></li>
<li><a href="jakarta/websocket/server/ServerEndpoint.html" title="annotation in jakarta.websocket.server" target="classFrame">ServerEndpoint</a></li>
<li><a href="jakarta/websocket/server/ServerEndpointConfig.html" title="interface in jakarta.websocket.server" target="classFrame"><span class="interfaceName">ServerEndpointConfig</span></a></li>
<li><a href="jakarta/websocket/server/ServerEndpointConfig.Builder.html" title="class in jakarta.websocket.server" target="classFrame">ServerEndpointConfig.Builder</a></li>
<li><a href="jakarta/websocket/server/ServerEndpointConfig.Configurator.html" title="class in jakarta.websocket.server" target="classFrame">ServerEndpointConfig.Configurator</a></li>
<li><a href="jakarta/websocket/Session.html" title="interface in jakarta.websocket" target="classFrame"><span class="interfaceName">Session</span></a></li>
<li><a href="jakarta/websocket/SessionException.html" title="class in jakarta.websocket" target="classFrame">SessionException</a></li>
<li><a href="jakarta/websocket/WebSocketContainer.html" title="interface in jakarta.websocket" target="classFrame"><span class="interfaceName">WebSocketContainer</span></a></li>
</ul>
</div>
</body>
</html>
69 changes: 69 additions & 0 deletions websocket/2.0/apidocs/allclasses-noframe.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_202) on Tue May 26 14:48:45 GMT 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (Jakarta WebSocket API documentation)</title>
<meta name="date" content="2020-05-26">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<h1 class="bar">All&nbsp;Classes</h1>
<div class="indexContainer">
<ul>
<li><a href="jakarta/websocket/ClientEndpoint.html" title="annotation in jakarta.websocket">ClientEndpoint</a></li>
<li><a href="jakarta/websocket/ClientEndpointConfig.html" title="interface in jakarta.websocket"><span class="interfaceName">ClientEndpointConfig</span></a></li>
<li><a href="jakarta/websocket/ClientEndpointConfig.Builder.html" title="class in jakarta.websocket">ClientEndpointConfig.Builder</a></li>
<li><a href="jakarta/websocket/ClientEndpointConfig.Configurator.html" title="class in jakarta.websocket">ClientEndpointConfig.Configurator</a></li>
<li><a href="jakarta/websocket/CloseReason.html" title="class in jakarta.websocket">CloseReason</a></li>
<li><a href="jakarta/websocket/CloseReason.CloseCode.html" title="interface in jakarta.websocket"><span class="interfaceName">CloseReason.CloseCode</span></a></li>
<li><a href="jakarta/websocket/CloseReason.CloseCodes.html" title="enum in jakarta.websocket">CloseReason.CloseCodes</a></li>
<li><a href="jakarta/websocket/ContainerProvider.html" title="class in jakarta.websocket">ContainerProvider</a></li>
<li><a href="jakarta/websocket/DecodeException.html" title="class in jakarta.websocket">DecodeException</a></li>
<li><a href="jakarta/websocket/Decoder.html" title="interface in jakarta.websocket"><span class="interfaceName">Decoder</span></a></li>
<li><a href="jakarta/websocket/Decoder.Binary.html" title="interface in jakarta.websocket"><span class="interfaceName">Decoder.Binary</span></a></li>
<li><a href="jakarta/websocket/Decoder.BinaryStream.html" title="interface in jakarta.websocket"><span class="interfaceName">Decoder.BinaryStream</span></a></li>
<li><a href="jakarta/websocket/Decoder.Text.html" title="interface in jakarta.websocket"><span class="interfaceName">Decoder.Text</span></a></li>
<li><a href="jakarta/websocket/Decoder.TextStream.html" title="interface in jakarta.websocket"><span class="interfaceName">Decoder.TextStream</span></a></li>
<li><a href="jakarta/websocket/DeploymentException.html" title="class in jakarta.websocket">DeploymentException</a></li>
<li><a href="jakarta/websocket/EncodeException.html" title="class in jakarta.websocket">EncodeException</a></li>
<li><a href="jakarta/websocket/Encoder.html" title="interface in jakarta.websocket"><span class="interfaceName">Encoder</span></a></li>
<li><a href="jakarta/websocket/Encoder.Binary.html" title="interface in jakarta.websocket"><span class="interfaceName">Encoder.Binary</span></a></li>
<li><a href="jakarta/websocket/Encoder.BinaryStream.html" title="interface in jakarta.websocket"><span class="interfaceName">Encoder.BinaryStream</span></a></li>
<li><a href="jakarta/websocket/Encoder.Text.html" title="interface in jakarta.websocket"><span class="interfaceName">Encoder.Text</span></a></li>
<li><a href="jakarta/websocket/Encoder.TextStream.html" title="interface in jakarta.websocket"><span class="interfaceName">Encoder.TextStream</span></a></li>
<li><a href="jakarta/websocket/Endpoint.html" title="class in jakarta.websocket">Endpoint</a></li>
<li><a href="jakarta/websocket/EndpointConfig.html" title="interface in jakarta.websocket"><span class="interfaceName">EndpointConfig</span></a></li>
<li><a href="jakarta/websocket/Extension.html" title="interface in jakarta.websocket"><span class="interfaceName">Extension</span></a></li>
<li><a href="jakarta/websocket/Extension.Parameter.html" title="interface in jakarta.websocket"><span class="interfaceName">Extension.Parameter</span></a></li>
<li><a href="jakarta/websocket/server/HandshakeRequest.html" title="interface in jakarta.websocket.server"><span class="interfaceName">HandshakeRequest</span></a></li>
<li><a href="jakarta/websocket/HandshakeResponse.html" title="interface in jakarta.websocket"><span class="interfaceName">HandshakeResponse</span></a></li>
<li><a href="jakarta/websocket/MessageHandler.html" title="interface in jakarta.websocket"><span class="interfaceName">MessageHandler</span></a></li>
<li><a href="jakarta/websocket/MessageHandler.Partial.html" title="interface in jakarta.websocket"><span class="interfaceName">MessageHandler.Partial</span></a></li>
<li><a href="jakarta/websocket/MessageHandler.Whole.html" title="interface in jakarta.websocket"><span class="interfaceName">MessageHandler.Whole</span></a></li>
<li><a href="jakarta/websocket/OnClose.html" title="annotation in jakarta.websocket">OnClose</a></li>
<li><a href="jakarta/websocket/OnError.html" title="annotation in jakarta.websocket">OnError</a></li>
<li><a href="jakarta/websocket/OnMessage.html" title="annotation in jakarta.websocket">OnMessage</a></li>
<li><a href="jakarta/websocket/OnOpen.html" title="annotation in jakarta.websocket">OnOpen</a></li>
<li><a href="jakarta/websocket/server/PathParam.html" title="annotation in jakarta.websocket.server">PathParam</a></li>
<li><a href="jakarta/websocket/PongMessage.html" title="interface in jakarta.websocket"><span class="interfaceName">PongMessage</span></a></li>
<li><a href="jakarta/websocket/RemoteEndpoint.html" title="interface in jakarta.websocket"><span class="interfaceName">RemoteEndpoint</span></a></li>
<li><a href="jakarta/websocket/RemoteEndpoint.Async.html" title="interface in jakarta.websocket"><span class="interfaceName">RemoteEndpoint.Async</span></a></li>
<li><a href="jakarta/websocket/RemoteEndpoint.Basic.html" title="interface in jakarta.websocket"><span class="interfaceName">RemoteEndpoint.Basic</span></a></li>
<li><a href="jakarta/websocket/SendHandler.html" title="interface in jakarta.websocket"><span class="interfaceName">SendHandler</span></a></li>
<li><a href="jakarta/websocket/SendResult.html" title="class in jakarta.websocket">SendResult</a></li>
<li><a href="jakarta/websocket/server/ServerApplicationConfig.html" title="interface in jakarta.websocket.server"><span class="interfaceName">ServerApplicationConfig</span></a></li>
<li><a href="jakarta/websocket/server/ServerContainer.html" title="interface in jakarta.websocket.server"><span class="interfaceName">ServerContainer</span></a></li>
<li><a href="jakarta/websocket/server/ServerEndpoint.html" title="annotation in jakarta.websocket.server">ServerEndpoint</a></li>
<li><a href="jakarta/websocket/server/ServerEndpointConfig.html" title="interface in jakarta.websocket.server"><span class="interfaceName">ServerEndpointConfig</span></a></li>
<li><a href="jakarta/websocket/server/ServerEndpointConfig.Builder.html" title="class in jakarta.websocket.server">ServerEndpointConfig.Builder</a></li>
<li><a href="jakarta/websocket/server/ServerEndpointConfig.Configurator.html" title="class in jakarta.websocket.server">ServerEndpointConfig.Configurator</a></li>
<li><a href="jakarta/websocket/Session.html" title="interface in jakarta.websocket"><span class="interfaceName">Session</span></a></li>
<li><a href="jakarta/websocket/SessionException.html" title="class in jakarta.websocket">SessionException</a></li>
<li><a href="jakarta/websocket/WebSocketContainer.html" title="interface in jakarta.websocket"><span class="interfaceName">WebSocketContainer</span></a></li>
</ul>
</div>
</body>
</html>
Loading

0 comments on commit 3808f96

Please sign in to comment.