TCPServer

Inherits: RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Methods

int

get_local_port ( ) const

bool

is_connection_available ( ) const

bool

is_listening ( ) const

Error

listen ( int port, String bind_address=”*” )

void

stop ( )

StreamPeerTCP

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!