| Interface | Description |
|---|---|
| AbstractServerSocket<T> | |
| Server |
Interface used to interact with the socket.
|
| ServerSocket |
ServerSocket is a connectivity between the two vibe endpoints. |
| ServerSocket.Reply<T> |
Interface to deal with reply.
|
| Class | Description |
|---|---|
| ClusteredServer |
Server implementation for clustering. |
| DefaultServer |
Default implementation of
Server. |
| Sentence |
Sentence is a series of predicates that a group of socket have to
follow. |
| Exception | Description |
|---|---|
| HeartbeatFailedException |
Exception to be thrown when heartbeat operations fails.
|
| ServerException |
Base class for exceptions thrown by the server.
|
Copyright 2014, The Vibe Project