|
commore
1.0.6-SNAPSHOT
|
Inheritance diagram for SocketAcceptor:Public Member Functions | |
| SocketAcceptor (const AString &address) | |
| ~SocketAcceptor () | |
| bool | is_connected () const |
| Descriptor | get_descriptor () const |
| bool | accept () |
| bool | accept_dispatch (const PTCPIPListenerBucket &listener) |
| const AString & | get_from_address () const |
| void | set (PTCPIPListenerBucket listener) |
| PTCPIPListenerBucket | get_listener () |
| int | get_port () const |
| void | close () |
| bool | is_acceptor () const |
Public Member Functions inherited from Socket | |
| Socket () | |
| ~Socket () | |
| bool | is_busy () const |
| void | set_busy (bool busy) |
| virtual const AString & | get_to_address () const |
| virtual long | send_receive (CommBuffer &, CommBuffer &) |
| void | run () |
Public Member Functions inherited from commore::Action | |
| Action () | |
| virtual | ~Action () |
| void | submit (Processor &processor) |
| void | stop (Processor &processor, bool wait=true) |
| void | abort (Processor &processor, bool wait=true) |
| bool | is_to_stop () |
| bool | is_to_abort () |
| bool | is_running () |
| bool | is_stopped () |
| int | wait (Processor &processor, const int timeout_ms=0) |
| void | reset () |
| commore::CriticalSection * | get_cs () |
Public Member Functions inherited from commore::RefObject | |
| RefObject () | |
| virtual | ~RefObject () |
| virtual void | attach () |
| virtual void | release () |
| virtual void | nested_attach () |
| virtual void | nested_release () |
| virtual void | interface_release () |
| virtual void | Run () |
Additional Inherited Members | |
Static Public Member Functions inherited from commore::RefObject | |
| static AutoRefBase | auto_create () |
| static AutoRefBase | auto_create (const AChar *s) |
| static AutoRefBase | create () |
| static AutoRefBase | create (const AChar *s) |
| static AutoRefBase | bind () |
| static AutoRefBase | bind (const AChar *s) |
| static const AChar * | factory_name () |
| SocketAcceptor::SocketAcceptor | ( | const AString & | address | ) |
| SocketAcceptor::~SocketAcceptor | ( | ) |
|
virtual |
Implements Socket.
|
virtual |
Reimplemented from Socket.
|
virtual |
Implements Socket.
|
virtual |
Implements Socket.
|
inlinevirtual |
Reimplemented from Socket.
|
inlinevirtual |
Reimplemented from Socket.
|
inlinevirtual |
Reimplemented from Socket.
|
inlinevirtual |
Implements Socket.
|
inlinevirtual |
Reimplemented from Socket.