Uses of Class
org.exoplatform.commons.api.websocket.AbstractEndpoint
-
Packages that use AbstractEndpoint Package Description org.exoplatform.commons.api.websocket -
-
Uses of AbstractEndpoint in org.exoplatform.commons.api.websocket
Methods in org.exoplatform.commons.api.websocket with parameters of type AbstractEndpoint Modifier and Type Method Description voidExtensibleWSFilter. onClose(javax.websocket.Session wsSession, javax.websocket.CloseReason closeReason, AbstractEndpoint delegate)voidExtensibleWSFilter. onError(javax.websocket.Session wsSession, Throwable failure, AbstractEndpoint delegate)voidExtensibleWSFilter. onMessage(String message, boolean arg1, AbstractEndpoint delegate)voidExtensibleWSFilter. onMessage(String message, AbstractEndpoint delegate)voidExtensibleWSFilter. onOpen(javax.websocket.Session wsSession, javax.websocket.EndpointConfig config, AbstractEndpoint delegate)Constructors in org.exoplatform.commons.api.websocket with parameters of type AbstractEndpoint Constructor Description ExtensibleFilterChain(List<WSFilterDefinition> filters, AbstractEndpoint delegate)
-