Package | Description |
---|---|
org.glassfish.tyrus.core |
Core classes.
|
Modifier and Type | Method and Description |
---|---|
void |
TyrusEndpointWrapper.SessionListener.onClose(TyrusSession session,
CloseReason closeReason)
Invoked after
OnClose annotated method
or Endpoint.onClose(jakarta.websocket.Session, jakarta.websocket.CloseReason) execution. |
TyrusEndpointWrapper.SessionListener.OnOpenResult |
TyrusEndpointWrapper.SessionListener.onOpen(TyrusSession session)
Invoked before
OnOpen annotated method
or Endpoint.onOpen(jakarta.websocket.Session, jakarta.websocket.EndpointConfig) is invoked. |
Copyright © 2012–2020 Oracle Corporation. All rights reserved.