Socket_TCP_Listen
from panda3d.net import Socket_TCP_Listen
- class Socket_TCP_Listen
Bases:
Socket_IP
Base functionality for a TCP rendezvous socket
Inheritance diagram
- GetIncomingConnection()
C++ Interface: GetIncomingConnection(const Socket_TCP_Listen self, Socket_TCP newsession, Socket_Address address)
- /**
This function is used to accept new connections
*/
- OpenForListen()
C++ Interface: OpenForListen(const Socket_TCP_Listen self, const Socket_Address address, int backlog_size) OpenForListen(const Socket_TCP_Listen self, int port, int backlog_size)
- __init__(*args, **kwargs)
- getClassType()
C++ Interface: get_class_type()
- get_class_type()
C++ Interface: get_class_type()