- send(String) - Method in class io.github.flowersinthesand.portal.Sentence
-
With respect to sockets, sends a given event without data.
- send(String, Object) - Method in class io.github.flowersinthesand.portal.Sentence
-
With respect to sockets, sends a given event with data.
- send(String) - Method in interface io.github.flowersinthesand.portal.Socket
-
Sends a given event without data.
- send(String, Object) - Method in interface io.github.flowersinthesand.portal.Socket
-
Sends a given event with data.
- send(String, Object, Action<T>) - Method in interface io.github.flowersinthesand.portal.Socket
-
Sends a given event with data registering callback.
- Sentence - Class in io.github.flowersinthesand.portal
-
Sentence
is a series of predicates that a group of socket have to
follow.
- Server - Interface in io.github.flowersinthesand.portal
-
Interface used to interact with the socket.
- ServerBootstrap - Class in io.github.flowersinthesand.portal.testsuite
-
Bootstrap to start the test suite server.
- ServerBootstrap() - Constructor for class io.github.flowersinthesand.portal.testsuite.ServerBootstrap
-
- Socket - Interface in io.github.flowersinthesand.portal
-
Socket
is a connectivity between the two portal endpoints.
- Socket.Reply<T> - Interface in io.github.flowersinthesand.portal
-
Interface to deal with reply.
- socketAction(Action<Socket>) - Method in class io.github.flowersinthesand.portal.DefaultServer
-
- socketAction(Action<Socket>) - Method in interface io.github.flowersinthesand.portal.Server
-
Registers an action to be called when the socket has been opened in this
server regardless of clustering.
- stringifyEvent(Map<String, Object>) - Method in class io.github.flowersinthesand.portal.DefaultServer
-
Takes an event object and returns a stringified event.