public class Reaper extends ZObject implements IPollEvents
| Modifier and Type | Method and Description |
|---|---|
void |
accept_event() |
void |
connect_event() |
void |
destroy() |
Mailbox |
get_mailbox() |
void |
in_event() |
void |
out_event() |
protected void |
process_reap(SocketBase socket_) |
protected void |
process_reaped() |
protected void |
process_stop() |
void |
start() |
void |
stop() |
void |
timer_event(int id_) |
choose_io_thread, destroy_socket, find_endpoint, get_ctx, get_tid, process_activate_read, process_activate_write, process_attach, process_bind, process_command, process_hiccup, process_own, process_pipe_term_ack, process_pipe_term, process_plug, process_seqnum, process_term_ack, process_term_req, process_term, register_endpoint, send_activate_read, send_activate_write, send_attach, send_attach, send_bind, send_bind, send_done, send_hiccup, send_own, send_pipe_term_ack, send_pipe_term, send_plug, send_plug, send_reap, send_reaped, send_stop, send_term_ack, send_term_req, send_term, unregister_endpointspublic Reaper(Ctx ctx_, int tid_)
public void destroy()
public Mailbox get_mailbox()
public void start()
public void stop()
public void in_event()
in_event in interface IPollEventspublic void out_event()
out_event in interface IPollEventspublic void connect_event()
connect_event in interface IPollEventspublic void accept_event()
accept_event in interface IPollEventspublic void timer_event(int id_)
timer_event in interface IPollEventsprotected void process_stop()
process_stop in class ZObjectprotected void process_reap(SocketBase socket_)
process_reap in class ZObjectprotected void process_reaped()
process_reaped in class ZObjectCopyright © 2014. All rights reserved.