socketplate ~master (2023-07-02T15:38:39.8213007)
Dub
Repo
SocketServer
socketplate
server
server
@
safe
final
class
SocketServer {
this
(SocketServerTunables tunables);
this
();
int
run
();
void
bind
(bool socketOptionREUSEADDR);
void
registerListener
(SocketListener listener);
}
Constructors
this
this
(SocketServerTunables tunables)
this
()
Members
Functions
bind
void
bind
(bool socketOptionREUSEADDR)
registerListener
void
registerListener
(SocketListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
run
int
run
()
Meta
Source
See Implementation
socketplate
server
server
classes
SocketServer
functions
listenTCP
structs
SocketServerTunables