TCP6Listener

Represents a stream socket listener over TCP on IPv6.

Constructors

this
this(BesterServer besterServer, Address address)
Undocumented in source.

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From BesterListener

address
Address address;
Undocumented in source.
setServerSocket
void setServerSocket(Socket serverSocket)

Set the server socket.

getServerSocket
Socket getServerSocket()

Get the server socket.

run
void run()

Start listen loop.

shutdown
void shutdown()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta