
Class SubscriptionWebsocketHandler
java.lang.Object
org.springframework.web.socket.handler.AbstractWebSocketHandler
org.springframework.web.socket.handler.TextWebSocketHandler
ca.uhn.fhir.jpa.subscription.match.deliver.websocket.SubscriptionWebsocketHandler
- All Implemented Interfaces:
org.springframework.web.socket.WebSocketHandler
public class SubscriptionWebsocketHandler
extends org.springframework.web.socket.handler.TextWebSocketHandler
implements org.springframework.web.socket.WebSocketHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterConnectionClosed(org.springframework.web.socket.WebSocketSession theSession, org.springframework.web.socket.CloseStatus theStatus) voidafterConnectionEstablished(org.springframework.web.socket.WebSocketSession theSession) protected voidhandleFailure(Exception theE) protected voidhandleTextMessage(org.springframework.web.socket.WebSocketSession theSession, org.springframework.web.socket.TextMessage theMessage) voidhandleTransportError(org.springframework.web.socket.WebSocketSession theSession, Throwable theException) voidvoidMethods inherited from class org.springframework.web.socket.handler.TextWebSocketHandler
handleBinaryMessageMethods inherited from class org.springframework.web.socket.handler.AbstractWebSocketHandler
handleMessage, handlePongMessage, supportsPartialMessagesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.web.socket.WebSocketHandler
handleMessage, supportsPartialMessages
-
Field Details
-
myWebsocketConnectionValidator
-
-
Constructor Details
-
SubscriptionWebsocketHandler
public SubscriptionWebsocketHandler()Constructor
-
-
Method Details
-
afterConnectionClosed
public void afterConnectionClosed(org.springframework.web.socket.WebSocketSession theSession, org.springframework.web.socket.CloseStatus theStatus) throws Exception - Specified by:
afterConnectionClosedin interfaceorg.springframework.web.socket.WebSocketHandler- Overrides:
afterConnectionClosedin classorg.springframework.web.socket.handler.AbstractWebSocketHandler- Throws:
Exception
-
afterConnectionEstablished
public void afterConnectionEstablished(org.springframework.web.socket.WebSocketSession theSession) throws Exception - Specified by:
afterConnectionEstablishedin interfaceorg.springframework.web.socket.WebSocketHandler- Overrides:
afterConnectionEstablishedin classorg.springframework.web.socket.handler.AbstractWebSocketHandler- Throws:
Exception
-
handleFailure
-
handleTextMessage
protected void handleTextMessage(org.springframework.web.socket.WebSocketSession theSession, org.springframework.web.socket.TextMessage theMessage) throws Exception - Overrides:
handleTextMessagein classorg.springframework.web.socket.handler.AbstractWebSocketHandler- Throws:
Exception
-
handleTransportError
public void handleTransportError(org.springframework.web.socket.WebSocketSession theSession, Throwable theException) throws Exception - Specified by:
handleTransportErrorin interfaceorg.springframework.web.socket.WebSocketHandler- Overrides:
handleTransportErrorin classorg.springframework.web.socket.handler.AbstractWebSocketHandler- Throws:
Exception
-
postConstruct
-
preDescroy
-