Public Member Functions | |
CClientProxyUnknown (IStream *stream, double timeout) | |
manipulators | |
CClientProxy * | orphanClientProxy () |
Get the client proxy. | |
Static Public Member Functions | |
accessors | |
static CEvent::Type | getSuccessEvent () |
Get success event type. | |
static CEvent::Type | getFailureEvent () |
Get failure event type. |
Definition at line 24 of file CClientProxyUnknown.h.
CEvent::Type CClientProxyUnknown::getFailureEvent | ( | ) | [static] |
Get failure event type.
Returns the failure event type. This is sent when a client fails to correctly respond to the hello message. The target is this.
Definition at line 84 of file CClientProxyUnknown.cpp.
References CEvent::registerTypeOnce().
CEvent::Type CClientProxyUnknown::getSuccessEvent | ( | ) | [static] |
Get success event type.
Returns the success event type. This is sent when the client has correctly responded to the hello message. The target is this.
Definition at line 77 of file CClientProxyUnknown.cpp.
References CEvent::registerTypeOnce().
CClientProxy * CClientProxyUnknown::orphanClientProxy | ( | ) |
Get the client proxy.
Returns the client proxy created after a successful handshake (i.e. when this object sends a success event). Returns NULL if the handshake is unsuccessful or incomplete.
Definition at line 63 of file CClientProxyUnknown.cpp.