ServerAddress
for incoming TCP connect requests. When an connection is accepted it is handed to the internal Server
implementation as a pipeline. The background task is a non daemon task to ensure the server is kept active, to terminate the connection this can be closed.
@param address this is the address used to accept connections
@return this returns the actual local address that is used
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|