msgpack-rpc ~master (2021-12-29T20:27:29.9609296)
Dub
Repo
ServerTransport
msgpackrpc
transport
udp
Undocumented in source.
final
class
ServerTransport (
Server
) {
this
(Endpoint endpoint);
void
listen
(Server server);
void
close
();
}
Constructors
this
this
(Endpoint endpoint)
Undocumented in source.
Members
Functions
close
void
close
()
Undocumented in source. Be warned that the author may not have intended to support it.
listen
void
listen
(Server server)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
msgpackrpc
transport
udp
classes
BaseSocket
ServerSocket
ServerTransport