sendSuccessResponseTo

open fun sendSuccessResponseTo(port: Int)

Method to send the defaultSuccessResponse

Parameters

port

: port of the server socket where this request must be accepted and routed

Throws

when some errors have been occurred


Method to send the defaultSuccessResponse

Parameters

host

: host of the server socket where this request must be accepted and routed

Throws

when some errors have been occurred


open fun sendSuccessResponseTo(host: String, port: Int)

Method to send the defaultSuccessResponse

Parameters

port

: port of the server socket where this request must be accepted and routed

host

: host of the server socket where this request must be accepted and routed

Throws

when some errors have been occurred