public class UIClientWebSocket extends AbstractGatewayWebSocket
| Modifier and Type | Field and Description |
|---|---|
static String |
ENDPOINT |
authenticator, busEndpointProcessors, commandContextFactory, endpoint, wsCommands, wsEndpoints| Constructor and Description |
|---|
UIClientWebSocket() |
| Modifier and Type | Method and Description |
|---|---|
void |
uiClientSessionClose(javax.websocket.Session session,
javax.websocket.CloseReason reason) |
void |
uiClientSessionOpen(javax.websocket.Session session)
When a UI client connects, this method is called.
|
authenticate, handleRequest, onBinaryMessage, onMessage, sendErrorResponsepublic static final String ENDPOINT
public void uiClientSessionOpen(javax.websocket.Session session)
session - the new UI client's sessionpublic void uiClientSessionClose(javax.websocket.Session session,
javax.websocket.CloseReason reason)
Copyright © 2015–2016 Red Hat. All rights reserved.