Interface WebsocketSessions
- All Superinterfaces:
org.apache.camel.Service
- All Known Implementing Classes:
MemoryWebsocketSessions
public interface WebsocketSessions
extends org.apache.camel.Service
-
Method Summary
Methods inherited from interface org.apache.camel.Service
start, stop
-
Method Details
-
add
void add(javax.websocket.Session websocketSession) -
remove
void remove(javax.websocket.Session websocketSession) -
get
-
getAll
Collection<javax.websocket.Session> getAll()
-