public class UIClientWebSocket extends AbstractGatewayWebSocket
| Modifier and Type | Field and Description |
|---|---|
static String |
ENDPOINT |
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.
|
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 © 2014–2016 Red Hat, Inc.. All rights reserved.