- close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
- connect
void connect()
Undocumented in source. Be warned that the author may not have intended to support it.
- connect
void connect(string host, int port)
Undocumented in source. Be warned that the author may not have intended to support it.
- connect
void connect(string host, int port, string serverName)
Undocumented in source. Be warned that the author may not have intended to support it.
- destroy
void destroy()
Undocumented in source. Be warned that the author may not have intended to support it.
- getCodec
Codec getCodec()
Undocumented in source. Be warned that the author may not have intended to support it.
- getHandler
NetConnectionHandler getHandler()
Undocumented in source. Be warned that the author may not have intended to support it.
- getHost
string getHost()
Undocumented in source. Be warned that the author may not have intended to support it.
- getId
int getId()
Undocumented in source. Be warned that the author may not have intended to support it.
- getOptions
NetClientOptions getOptions()
Undocumented in source. Be warned that the author may not have intended to support it.
- getPort
int getPort()
Undocumented in source. Be warned that the author may not have intended to support it.
- initialize
void initialize()
Undocumented in source. Be warned that the author may not have intended to support it.
- isConnected
bool isConnected()
Undocumented in source. Be warned that the author may not have intended to support it.
- setCodec
NetClientImpl setCodec(Codec codec)
Undocumented in source. Be warned that the author may not have intended to support it.
- setHandler
NetClientImpl setHandler(NetConnectionHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- setOnClosed
void setOnClosed(Action callback)
Undocumented in source. Be warned that the author may not have intended to support it.
- setOptions
NetClient setOptions(NetClientOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.