|
OpenDDS
Snapshot(2023/04/28-20:55)
|
#include <TcpAcceptor.h>


Public Member Functions | |
| TcpAcceptor (RcHandle< TcpTransport > transport) | |
| virtual | ~TcpAcceptor () |
| RcHandle< TcpTransport > | transport () |
| void | transport_shutdown () |
Public Member Functions inherited from ACE_Acceptor< TcpConnection, ACE_SOCK_ACCEPTOR > | |
| ACE_Acceptor (ACE_Reactor *=0, int use_select=ACE_DEFAULT_ACCEPTOR_USE_SELECT) | |
| ACE_Acceptor (const typename PEER_ACCEPTOR::PEER_ADDR &local_addr, ACE_Reactor *reactor=ACE_Reactor::instance(), int flags=0, int use_select=ACE_DEFAULT_ACCEPTOR_USE_SELECT, int reuse_addr=1) | |
| virtual int | open (const typename PEER_ACCEPTOR::PEER_ADDR &local_addr, ACE_Reactor *reactor=ACE_Reactor::instance(), int flags=0, int use_select=ACE_DEFAULT_ACCEPTOR_USE_SELECT, int reuse_addr=1) |
| virtual | ~ACE_Acceptor (void) |
| virtual | operator PEER_ACCEPTOR & () const |
| virtual PEER_ACCEPTOR & | acceptor (void) const |
| virtual ACE_HANDLE | get_handle (void) const |
| virtual int | close (void) |
| virtual int | handle_accept_error (void) |
| void | dump (void) const |
| virtual int | suspend (void) |
| virtual int | resume (void) |
Public Member Functions inherited from ACE_Service_Object | |
| ACE_Service_Object (ACE_Reactor *=0) | |
| virtual | ~ACE_Service_Object (void) |
Public Member Functions inherited from ACE_Event_Handler | |
| virtual | ~ACE_Event_Handler (void) |
| virtual void | set_handle (ACE_HANDLE) |
| virtual int | priority (void) const |
| virtual void | priority (int priority) |
| virtual int | handle_output (ACE_HANDLE fd=ACE_INVALID_HANDLE) |
| virtual int | handle_exception (ACE_HANDLE fd=ACE_INVALID_HANDLE) |
| virtual int | handle_timeout (const ACE_Time_Value ¤t_time, const void *act=0) |
| virtual int | handle_exit (ACE_Process *) |
| virtual int | handle_signal (int signum, siginfo_t *=0, ucontext_t *=0) |
| virtual int | resume_handler (void) |
| virtual int | handle_qos (ACE_HANDLE=ACE_INVALID_HANDLE) |
| virtual int | handle_group_qos (ACE_HANDLE=ACE_INVALID_HANDLE) |
| virtual void | reactor (ACE_Reactor *reactor) |
| virtual ACE_Reactor * | reactor (void) const |
| virtual ACE_Reactor_Timer_Interface * | reactor_timer_interface (void) const |
| virtual Reference_Count | add_reference (void) |
| virtual Reference_Count | remove_reference (void) |
| Reference_Counting_Policy & | reference_counting_policy (void) |
Public Member Functions inherited from ACE_Shared_Object | |
| ACE_Shared_Object (void) | |
| virtual | ~ACE_Shared_Object (void) |
Private Attributes | |
| WeakRcHandle< TcpTransport > | transport_ |
Definition at line 21 of file TcpAcceptor.h.
| OpenDDS::DCPS::TcpAcceptor::TcpAcceptor | ( | RcHandle< TcpTransport > | transport | ) |
Definition at line 19 of file TcpAcceptor.cpp.
References DBG_ENTRY_LVL.
|
virtual |
Definition at line 25 of file TcpAcceptor.cpp.
References DBG_ENTRY_LVL, and transport_.
| RcHandle< TcpTransport > OpenDDS::DCPS::TcpAcceptor::transport | ( | void | ) |
Definition at line 32 of file TcpAcceptor.cpp.
References DBG_ENTRY_LVL, and transport_.
Referenced by OpenDDS::DCPS::TcpConnection::passive_open().
| void OpenDDS::DCPS::TcpAcceptor::transport_shutdown | ( | ) |
Definition at line 39 of file TcpAcceptor.cpp.
References DBG_ENTRY_LVL, OPENDDS_END_VERSIONED_NAMESPACE_DECL, and transport_.
|
private |
Definition at line 35 of file TcpAcceptor.h.
Referenced by transport(), transport_shutdown(), and ~TcpAcceptor().
1.8.13