tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
LocalServerSocket
tango
net
device
LocalSocket
class
LocalServerSocket :
LocalSocket
{
this
(const(char)[] path, int backlog, bool reuse);
immutable
(
char
)[]
toString
();
Socket
accept
(Socket recipient);
}
Constructors
this
this
(const(char)[] path, int backlog, bool reuse)
Members
Functions
accept
Socket
accept
(Socket recipient)
toString
immutable
(
char
)[]
toString
()
Return the name of this device
Inherited Members
From LocalSocket
toString
immutable
(
char
)[]
toString
()
Return the name of this device
Meta
Source
See Implementation
tango
net
device
LocalSocket
classes
LocalAddress
LocalServerSocket
LocalSocket
functions
main