- send(String) - Method in interface io.cettia.AbstractServerSocket
-
Sends a given event without data.
- send(String, Object) - Method in interface io.cettia.AbstractServerSocket
-
Sends a given event with data.
- send(String) - Method in class io.cettia.Sentence
-
- send(String, Object) - Method in class io.cettia.Sentence
-
- send(String, Object, Action<T>) - Method in interface io.cettia.ServerSocket
-
Sends a given event with data attaching resolved callback.
- send(String, Object, Action<T>, Action<U>) - Method in interface io.cettia.ServerSocket
-
Sends a given event with data attaching resolved callback and rejected
callback.
- send(String) - Method in class io.cettia.transport.BaseServerTransport
-
- send(ByteBuffer) - Method in class io.cettia.transport.BaseServerTransport
-
- send(String) - Method in interface io.cettia.transport.ServerTransport
-
Sends a text message through the connection.
- send(ByteBuffer) - Method in interface io.cettia.transport.ServerTransport
-
Sends a binary message through the connection.
- Sentence - Class in io.cettia
-
Sentence
is a series of predicates that a group of socket have to
follow.
- Server - Interface in io.cettia
-
Interface used to interact with sockets.
- ServerSocket - Interface in io.cettia
-
Interface used to interact with the remote socket.
- ServerSocket.Reply<T> - Interface in io.cettia
-
Interface to deal with reply.
- ServerTransport - Interface in io.cettia.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 io.cettia.DefaultServer
-
To speed up the protocol tests.
- setHeartbeat(int) - Method in class io.cettia.DefaultServer
-
A heartbeat interval in milliseconds to maintain a connection alive and
prevent server from holding idle connections.