std.socket.socket.accepting - multiple declarations
- Function Socket.accepting
- Function Socket.accepting
- Function Socket.accepting
Function Socket.accepting
Called by when a new accept must be created for a new
connection. To use a derived class, override this method and return an
instance of your class. The returned Socket's Sockethandle must not be
set; has a protected constructor Socketthis() to use in this
situation.
Prototype
Socket accepting() pure nothrow @safe;
Function Socket.accepting
Called by when a new accept must be created for a new
connection. To use a derived class, override this method and return an
instance of your class. The returned Socket's Sockethandle must not be
set; has a protected constructor Socketthis() to use in this
situation.
Prototype
Socket accepting() pure nothrow @safe;
Function Socket.accepting
Called by when a new accept must be created for a new
connection. To use a derived class, override this method and return an
instance of your class. The returned Socket's Sockethandle must not be
set; has a protected constructor Socketthis() to use in this
situation.
Prototype
Socket accepting() pure nothrow @safe;
Authors
Christopher E. Miller, David Nadlinger, Vladimir Panteleev