- send(String) - Method in interface org.atmosphere.vibe.AbstractServerSocket
-
Sends a given event without data.
- send(String, Object) - Method in interface org.atmosphere.vibe.AbstractServerSocket
-
Sends a given event with data.
- send(String) - Method in class org.atmosphere.vibe.Sentence
-
- send(String, Object) - Method in class org.atmosphere.vibe.Sentence
-
- send(String, Object, Action<T>) - Method in interface org.atmosphere.vibe.ServerSocket
-
Sends a given event with data attaching resolved callback.
- send(String, Object, Action<T>, Action<U>) - Method in interface org.atmosphere.vibe.ServerSocket
-
Sends a given event with data attaching resolved callback and rejected
callback.
- send(String) - Method in class org.atmosphere.vibe.transport.BaseServerTransport
-
- send(String) - Method in interface org.atmosphere.vibe.transport.ServerTransport
-
Sends a text message through the connection.
- Sentence - Class in org.atmosphere.vibe
-
Sentence is a series of predicates that a group of socket have to
follow.
- Server - Interface in org.atmosphere.vibe
-
Interface used to interact with sockets.
- ServerSocket - Interface in org.atmosphere.vibe
-
Interface used to interact with the remote socket.
- ServerSocket.Reply<T> - Interface in org.atmosphere.vibe
-
Interface to deal with reply.
- ServerTransport - Interface in org.atmosphere.vibe.transport
-
Represents a server-side full duplex message channel ensuring there is no
message loss and no idle connection.
- set_heartbeat(int) - Method in class org.atmosphere.vibe.DefaultServer
-
To speed up the protocol tests.
- setHeartbeat(int) - Method in class org.atmosphere.vibe.DefaultServer
-
A heartbeat interval in milliseconds to maintain a connection alive and
prevent server from holding idle connections.
- socketAction(Action<ServerSocket>) - Method in class org.atmosphere.vibe.DefaultServer
-
- socketAction(Action<ServerSocket>) - Method in interface org.atmosphere.vibe.Server
-
Registers an action to be called when the socket has been opened in this
server.