Module kipa_lib::socket_server[][src]

Contain socket-based operations for communicating between two nodes

Servers in this file use generic socket types to read and write data from sockets, and use DataHandler types to convert these into Requests and Responses.

Constants

DEFAULT_PORT

The default port for server communication

Traits

SocketClient

Functionality for sending requests to other KIPA servers on a socket

SocketHandler

Type for structs that interface with sockets

SocketServer

Create a server that can listen for requests and pass onto a PayloadHandler