Class AsyncClientConnection

Asynchrous socket which uses separate thread for operation

Inherits from

Constructors

Name Description
this

Fields

Name Type Description
_callback AsyncSocketCallback
_errorSet std.socket.SocketSet
_queue BlockingQueue!(voiddelegate())
_readSet std.socket.SocketSet
_sock std.socket.Socket
_state SocketState
_writeSet std.socket.SocketSet

Properties

Name Type Description
state [get] SocketState

Methods

Name Description
connect
disconnect
send
doDisconnect
threadProc

Authors

Copyright

License