- cancelRead
void cancelRead(StreamSocket socket)
Undocumented in source. Be warned that the author may not have intended to support it.
- cancelReceive
void cancelReceive(DatagramSocket socket)
Undocumented in source. Be warned that the author may not have intended to support it.
- cancelSend
void cancelSend(DatagramSocket socket)
Undocumented in source. Be warned that the author may not have intended to support it.
- cancelWrite
void cancelWrite(StreamSocket socket)
Undocumented in source. Be warned that the author may not have intended to support it.
- connectStream
StreamSocket connectStream(Address peer_address)
Undocumented in source. Be warned that the author may not have intended to support it.
- createDatagramSocket
DatagramSocket createDatagramSocket(Address bind_address, Address target_address)
Undocumented in source. Be warned that the author may not have intended to support it.
- listenStream
StreamListenSocket listenStream(Address bind_address)
Undocumented in source. Be warned that the author may not have intended to support it.
- read
void read(StreamSocket socket, ubyte[] buffer, IOMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
- receive
void receive(DatagramSocket socket, ubyte[] buffer, IOMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
- send
void send(DatagramSocket socket, const(ubyte)[] buffer, IOMode mode, Address target_address)
Undocumented in source. Be warned that the author may not have intended to support it.
- shutdown
void shutdown(StreamSocket socket, bool shut_read, bool shut_write)
Undocumented in source. Be warned that the author may not have intended to support it.
- waitForConnections
void waitForConnections(StreamListenSocket socket)
Undocumented in source. Be warned that the author may not have intended to support it.
- waitForData
void waitForData(StreamSocket socket)
Undocumented in source. Be warned that the author may not have intended to support it.
- write
void write(StreamSocket socket, const(ubyte)[] buffer, IOMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.