public class BasicAuthEchoEndpoint extends Object
| Constructor and Description |
|---|
BasicAuthEchoEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
echo(javax.websocket.Session session,
String message) |
void |
onError(Throwable t) |
void |
onOpen(javax.websocket.Session session) |
public void onOpen(javax.websocket.Session session)
throws IOException
IOExceptionpublic void echo(javax.websocket.Session session,
String message)
throws IOException
IOExceptionpublic void onError(Throwable t)
Copyright © 2012–2019 Oracle Corporation. All rights reserved.