CORBA 2.6.1 Programmer's Reference

void disconnect()
Directs the event handler to terminate its connection.
static EH* get_EH()
Factory.
Fw_Sock *get_ip_socket()
Returns the IP socket.
void put_EH( Fw_Sock_Client_EH *pp_EH )
Recycler.
void send_message( Fw_Message *pp_msg )
Directs the event handler to deliver a full message over its connection.
void set_trace( bool pv_trace )
Sets tracing on or off for the socket client event handler.
API Data
bool cv_trace_enabled
Read-only; indicates whether tracing is set.
Class Fw_Sock_Server_EH
API Methods
bool accept( void *pp_client_address )
Directs the server event handler to accept the connection with the peer indicated by the
transport-dependent pp_client_address. The result of this method indicates whether the
server event handler succeeded in accepting the connection.
void disconnect()
Directs the event handler to terminate its connection.
static EH* get_EH()
Factory.
Fw_Sock *get_ip_socket()
Returns the IP socket.
void put_EH( Fw_Sock_Client_EH *pp_EH )
Recycler.
void send_message( Fw_Message *pp_msg )