dials clientListenerConnectionOpened call More...


Public Types | |
typedef void(* | Handler) (AnyP::PortCfgPointer &portCfg, const Ipc::FdNoteId note, const Subscription::Pointer &sub) |
Public Member Functions | |
ListeningStartedDialer (Handler aHandler, AnyP::PortCfgPointer &aPortCfg, const Ipc::FdNoteId note, const Subscription::Pointer &aSub) | |
virtual void | print (std::ostream &os) const |
virtual bool | canDial (AsyncCall &) const |
virtual void | dial (AsyncCall &) |
std::ostream & | startPrint (std::ostream &os) const |
starts printing arguments, return os More... | |
Public Attributes | |
Handler | handler |
Comm::ConnectionPointer | conn |
opened listening socket More... | |
int | errNo |
errno value from the comm_open_listener() call More... | |
Subscription::Pointer | handlerSubscription |
The subscription we will pass on to the ConnAcceptor. More... | |
Private Attributes | |
AnyP::PortCfgPointer | portCfg |
from HttpPortList More... | |
Ipc::FdNoteId | portTypeNote |
Type of IPC socket being opened. More... | |
Subscription::Pointer | sub |
The handler to be subscribed for this connection listener. More... | |
Detailed Description
Definition at line 154 of file client_side.cc.
Member Typedef Documentation
◆ Handler
typedef void(* ListeningStartedDialer::Handler) (AnyP::PortCfgPointer &portCfg, const Ipc::FdNoteId note, const Subscription::Pointer &sub) |
Definition at line 157 of file client_side.cc.
Constructor & Destructor Documentation
◆ ListeningStartedDialer()
|
inline |
Definition at line 158 of file client_side.cc.
Member Function Documentation
◆ canDial()
|
inlinevirtual |
Definition at line 166 of file client_side.cc.
◆ dial()
|
inlinevirtual |
Definition at line 167 of file client_side.cc.
References handler, portCfg, portTypeNote, and sub.
◆ print()
|
inlinevirtual |
Implements CallDialer.
Definition at line 161 of file client_side.cc.
References Ipc::FdNote(), portCfg, portTypeNote, and Ipc::StartListeningCb::startPrint().
◆ startPrint()
|
inherited |
Definition at line 29 of file StartListening.cc.
References conn.
Referenced by print(), and Comm::UdpOpenDialer::print().
Member Data Documentation
◆ conn
|
inherited |
Definition at line 36 of file StartListening.h.
Referenced by Comm::UdpOpenDialer::dial(), Ipc::SharedListenJoined(), and Ipc::StartListening().
◆ errNo
|
inherited |
Definition at line 37 of file StartListening.h.
Referenced by Comm::UdpOpenDialer::dial(), Ipc::SharedListenJoined(), and Ipc::StartListening().
◆ handler
Handler ListeningStartedDialer::handler |
Definition at line 170 of file client_side.cc.
Referenced by dial().
◆ handlerSubscription
|
inherited |
Definition at line 38 of file StartListening.h.
Referenced by Ipc::SharedListenJoined().
◆ portCfg
|
private |
Definition at line 173 of file client_side.cc.
◆ portTypeNote
|
private |
Definition at line 174 of file client_side.cc.
◆ sub
|
private |
Definition at line 175 of file client_side.cc.
Referenced by dial().
The documentation for this class was generated from the following file:
- src/client_side.cc