TCPServer
Inherits: RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Methods
get_local_port ( ) const |
|
is_connection_available ( ) const |
|
is_listening ( ) const |
|
void |
stop ( ) |
take_connection ( ) |
Method Descriptions
int get_local_port ( ) const
There is currently no description for this method. Please help us by contributing one!
bool is_connection_available ( ) const
There is currently no description for this method. Please help us by contributing one!
bool is_listening ( ) const
There is currently no description for this method. Please help us by contributing one!
Error listen ( int port, String bind_address=”*” )
There is currently no description for this method. Please help us by contributing one!
void stop ( )
There is currently no description for this method. Please help us by contributing one!
StreamPeerTCP take_connection ( )
There is currently no description for this method. Please help us by contributing one!