toggle menu
zap-lib
0.4.0
jvm
switch theme
search in API
zap-lib
/
com.github.zap_lib
/
ZapClient
Zap
Client
class
ZapClient
(
serverAddress
:
InetAddress
)
A client that sends data to server.
Members
Constructors
Zap
Client
Link copied to clipboard
constructor
(
serverAddress
:
InetAddress
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
send
Link copied to clipboard
fun
send
(
obj
:
Zapable
)
Send given
Zapable
object to the server.
stop
Link copied to clipboard
fun
stop
(
)
Close the socket.