Package | Description |
---|---|
org.glassfish.tyrus.core |
Core classes.
|
Modifier and Type | Method and Description |
---|---|
void |
TyrusEndpointWrapper.SessionListener.onClose(TyrusSession session,
javax.websocket.CloseReason closeReason)
Invoked after
OnClose annotated method
or Endpoint.onClose(javax.websocket.Session, javax.websocket.CloseReason) execution. |
TyrusEndpointWrapper.SessionListener.OnOpenResult |
TyrusEndpointWrapper.SessionListener.onOpen(TyrusSession session)
Invoked before
OnOpen annotated method
or Endpoint.onOpen(javax.websocket.Session, javax.websocket.EndpointConfig) is invoked. |
Copyright © 2012-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.