File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
websocket/endpoint/src/main/webapp Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4545<html >
4646 <head >
4747 <meta http-equiv =" Content-Type" content =" text/html; charset=UTF-8" >
48- <title >Annotated Endpoint</title >
48+ <title >WebSocket : Simple Annotated Endpoint</title >
4949
5050 </head >
5151 <body >
52- <h1 >Annotated Endpoint</h1 >
52+ <h1 >WebSocket : Simple Annotated Endpoint</h1 >
5353
5454 <div style =" text-align : center ;" >
55+ <h2 >Text Data</h2 >
5556 <form action =" " >
56- <h2 >Text Data</h2 >
5757 <input onclick =" sayHello();" value =" Say Hello" type =" button" >
5858 <input id =" myField" value =" WebSocket" type =" text" ><br >
5959 </form >
60+ <h2 >Binary Data</h2 >
6061 <form action =" " >
61- <h2 >Binary Data</h2 >
6262 <input onclick =" echoBinary();" value =" Echo" type =" button" >
6363 <input id =" myField2" value =" 12345678" type =" text" ><br >
6464 </form >
You can’t perform that action at this time.
0 commit comments