public class TcpListener extends Own implements IPollEvents
| Constructor and Description |
|---|
TcpListener(IOThread io_thread_,
SocketBase socket_,
Options options_) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept_event() |
void |
connect_event() |
void |
destroy() |
String |
get_address() |
void |
in_event() |
void |
out_event() |
protected void |
process_plug() |
protected void |
process_term(int linger_) |
int |
set_address(String addr_) |
void |
timer_event(int id_) |
inc_seqnum, is_terminating, launch_child, process_destroy, process_own, process_seqnum, process_term_ack, process_term_req, register_term_acks, term_child, terminate, unregister_term_ackchoose_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_pipe_term_ack, process_pipe_term, process_reap, process_reaped, process_stop, 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 TcpListener(IOThread io_thread_, SocketBase socket_, Options options_)
protected void process_plug()
process_plug in class ZObjectprotected void process_term(int linger_)
process_term in class Ownpublic void accept_event()
accept_event in interface IPollEventspublic String get_address()
public int set_address(String addr_)
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 timer_event(int id_)
timer_event in interface IPollEventsCopyright © 2014. All rights reserved.