Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Static Public Member Functions
Socket_TCP_Listen Class Reference

Base functionality for a TCP rendezvous socket. More...

Inheritance diagram for Socket_TCP_Listen:
Socket_IP TypedObject

List of all members.

Public Member Functions

bool GetIncomingConnection (Socket_TCP newsession, Socket_Address address)
bool OpenForListen (Socket_Address const Inaddess, int backlog_size)
 This function will initialize a listening Socket.
bool OpenForListen (Socket_Address const Inaddess)
 This function will initialize a listening Socket.
 SocketTCPListen ()

Static Public Member Functions

static TypeHandle getClassType ()

Detailed Description

Base functionality for a TCP rendezvous socket.


Member Function Documentation

static TypeHandle getClassType ( ) [static]

Reimplemented from Socket_IP.

bool GetIncomingConnection ( Socket_TCP  newsession,
Socket_Address  address 
)
bool OpenForListen ( Socket_Address const  Inaddess,
int  backlog_size 
)

This function will initialize a listening Socket.

bool OpenForListen ( Socket_Address const  Inaddess)

This function will initialize a listening Socket.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties