BesterListener

Represents a server listener which is a method by which conections to the server (client or server) can be made.

Constructors

this
this(BesterServer besterServer)
Undocumented in source.

Members

Functions

getServerSocket
Socket getServerSocket()

Get the server socket.

run
void run()

Start listen loop.

setServerSocket
void setServerSocket(Socket serverSocket)

Set the server socket.

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

Variables

address
Address address;
Undocumented in source.

Meta