We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71ae493 commit f9f4cb6Copy full SHA for f9f4cb6
websocket/endpoint-programmatic-async/src/main/webapp/index.jsp
@@ -45,15 +45,14 @@
45
<html>
46
<head>
47
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
48
- <title>Getting Started with JSR 356 - EJB Injection</title>
+ <title>WebSocket - Endpoint Programmatic Async</title>
49
50
</head>
51
<body>
52
- <h1>Getting Started with JSR 356 - multi-part message</h1>
+ <h1>WebSocket - Endpoint Programmatic Async</h1>
53
54
<div style="text-align: center;">
55
<form action="">
56
- <h2>Text Data</h2>
57
<input onclick="echoText();" value="Echo Text" type="button">
58
<input id="myField" value="WebSocket" type="text"><br>
59
</form>
0 commit comments