- send(String) - Method in interface org.atmosphere.vibe.server.AbstractServerSocket
-
Sends a given event without data.
- send(String, Object) - Method in interface org.atmosphere.vibe.server.AbstractServerSocket
-
Sends a given event with data.
- send(String) - Method in class org.atmosphere.vibe.server.Sentence
-
- send(String, Object) - Method in class org.atmosphere.vibe.server.Sentence
-
- send(String, Object, Action<T>) - Method in interface org.atmosphere.vibe.server.ServerSocket
-
Sends a given event with data attaching resolved callback.
- send(String, Object, Action<T>, Action<U>) - Method in interface org.atmosphere.vibe.server.ServerSocket
-
Sends a given event with data attaching resolved callback
and rejected callback.
- Sentence - Class in org.atmosphere.vibe.server
-
Sentence
is a series of predicates that a group of socket have to
follow.
- Server - Interface in org.atmosphere.vibe.server
-
Interface used to interact with the socket.
- ServerException - Exception in org.atmosphere.vibe.server
-
Base class for exceptions thrown by the server.
- ServerException() - Constructor for exception org.atmosphere.vibe.server.ServerException
-
- ServerException(String) - Constructor for exception org.atmosphere.vibe.server.ServerException
-
- ServerException(String, Throwable) - Constructor for exception org.atmosphere.vibe.server.ServerException
-
- ServerSocket - Interface in org.atmosphere.vibe.server
-
ServerSocket
is a connectivity between the two vibe endpoints.
- ServerSocket.Reply<T> - Interface in org.atmosphere.vibe.server
-
Interface to deal with reply.
- set_heartbeat(int) - Method in class org.atmosphere.vibe.server.DefaultServer
-
To speed up the protocol tests.
- setHeartbeat(int) - Method in class org.atmosphere.vibe.server.DefaultServer
-
A heartbeat interval in milliseconds to maintain a connection alive and
prevent server from holding idle connections.
- setTransports(String...) - Method in class org.atmosphere.vibe.server.DefaultServer
-
A set of transports to allow connections.
- socketAction(Action<ServerSocket>) - Method in class org.atmosphere.vibe.server.DefaultServer
-
- socketAction(Action<ServerSocket>) - Method in interface org.atmosphere.vibe.server.Server
-
Registers an action to be called when the socket has been opened in this
server regardless of clustering.