public class EndpointImpl
extends javax.websocket.Endpoint
Modifier and Type | Field and Description |
---|---|
static String |
JAVAX_FACES_PUSH_PATH |
static String |
PUSH_CHANNEL_PARAMETER |
Constructor and Description |
---|
EndpointImpl() |
Modifier and Type | Method and Description |
---|---|
void |
onClose(javax.websocket.Session session,
javax.websocket.CloseReason closeReason) |
void |
onError(javax.websocket.Session session,
Throwable ex) |
void |
onOpen(javax.websocket.Session session,
javax.websocket.EndpointConfig config) |
public static final String JAVAX_FACES_PUSH_PATH
public static final String PUSH_CHANNEL_PARAMETER
public void onOpen(javax.websocket.Session session, javax.websocket.EndpointConfig config)
onOpen
in class javax.websocket.Endpoint
public void onClose(javax.websocket.Session session, javax.websocket.CloseReason closeReason)
onClose
in class javax.websocket.Endpoint
public void onError(javax.websocket.Session session, Throwable ex)
onError
in class javax.websocket.Endpoint
Copyright © 2021 The Apache Software Foundation. All rights reserved.