#include <P_UnixNetVConnection.h>
Inherits Continuation.
Public Member Functions | |
int | retry_OOB_send (int, Event *) |
OOB_callback (ProxyMutex *m, NetVConnection *vc, Continuation *cont, char *buf, int len) | |
Data Fields | |
char * | data |
int | length |
Event * | trigger |
UnixNetVConnection * | server_vc |
Continuation * | server_cont |
Definition at line 84 of file P_UnixNetVConnection.h.
OOB_callback::OOB_callback | ( | ProxyMutex * | m, | |
NetVConnection * | vc, | |||
Continuation * | cont, | |||
char * | buf, | |||
int | len | |||
) | [inline] |
Definition at line 93 of file P_UnixNetVConnection.h.
References retry_OOB_send(), server_cont, server_vc, and SET_HANDLER.
int OOB_callback::retry_OOB_send | ( | int | , | |
Event * | ||||
) |
Definition at line 641 of file UnixNetVConnection.cc.
References data, ink_assert, length, Continuation::mutex, UnixNetVConnection::oob_ptr, UnixNetVConnection::send_OOB(), server_cont, server_vc, and this_ethread().
Referenced by OOB_callback().
char* OOB_callback::data |
Definition at line 86 of file P_UnixNetVConnection.h.
Referenced by retry_OOB_send().
Definition at line 87 of file P_UnixNetVConnection.h.
Referenced by retry_OOB_send().
Definition at line 90 of file P_UnixNetVConnection.h.
Referenced by OOB_callback(), and retry_OOB_send().
Definition at line 89 of file P_UnixNetVConnection.h.
Referenced by OOB_callback(), and retry_OOB_send().
Definition at line 88 of file P_UnixNetVConnection.h.
Referenced by UnixNetVConnection::cancel_OOB(), and UnixNetVConnection::send_OOB().