class
DrawServHandler
: public
UnidrawComterpHandler
(Return to index)
specialized
UnidrawComterpHandler
for integration into
DrawServ
Type:
Instantiable
Base Classes:
public
UnidrawComterpHandler
Derived Classes
Include file:
DrawServ/drawserv-handler.h
Description:
= Initialization and termination methods.
Public:
DrawServHandler
(
ComTerpServ
* serv = NULL)
virtual void
destroy
(void)
traps disconnects
DrawLink
*
drawlink
()
get
DrawLink
associated with this handler
void
drawlink
(
DrawLink
* link)
set
DrawLink
associated with this handler
virtual int
handle_signal
(int, siginfo_t*, ucontext_t*)
handle signals
virtual int
open
(void *)
open handler hook.
Protected:
DrawLink
*
_drawlink
int
_sigpipe_handler
static int
_sigpipe_handler_initialized
(more documentation)