socketplate ~master (2023-07-02T15:38:39.8213007)
Dub
Repo
SocketListener
socketplate
server
worker
Undocumented in source.
@
safe
final
class
SocketListener {
this
(Socket socket, Address address, ConnectionHandler callback, int timeout);
bool
isClosed
();
void
bind
(bool socketOptionREUSEADDR);
void
listen
(int backlog);
}
Constructors
this
this
(Socket socket, Address address, ConnectionHandler callback, int timeout)
Undocumented in source.
Members
Functions
bind
void
bind
(bool socketOptionREUSEADDR)
Undocumented in source. Be warned that the author may not have intended to support it.
isClosed
bool
isClosed
()
Undocumented in source. Be warned that the author may not have intended to support it.
listen
void
listen
(int backlog)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
socketplate
server
worker
classes
SocketListener
Worker