- attachWebActor(HttpSession, ActorRef<T>) - Static method in class co.paralleluniverse.comsat.webactors.servlet.ServletWebActors
-
Attaches the given web actor to the given HttpSession.
- attachWebActor(Session, HttpSession, ActorRef<T>) - Static method in class co.paralleluniverse.comsat.webactors.servlet.ServletWebActors
-
Attaches the given web actor to the given WebSocket session
- attachWebActor(Session, EndpointConfig, ActorRef<T>) - Static method in class co.paralleluniverse.comsat.webactors.servlet.ServletWebActors
-
Attaches the given web actor to the given WebSocket session
- attachWebActor(ServletContext, String, ActorRef<T>) - Static method in class co.paralleluniverse.comsat.webactors.servlet.ServletWebActors
-
Attaches the given web actor to web socket sessions that will be opened at the given URI (or URI pattern).
- attachWebActor(ServletContext, Collection<String>, ActorRef<T>) - Static method in class co.paralleluniverse.comsat.webactors.servlet.ServletWebActors
-
Attaches the given web actor to web socket sessions that will be opened at the given URIs (or URI patterns).