public class Router extends SocketBase
| Modifier and Type | Class and Description |
|---|---|
static class |
Router.RouterSession |
errno| Constructor and Description |
|---|
Router(Ctx parent_,
int tid_,
int sid_) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
rollback() |
void |
xattach_pipe(Pipe pipe_,
boolean icanhasall_) |
protected boolean |
xhas_in() |
protected boolean |
xhas_out() |
void |
xread_activated(Pipe pipe_) |
protected Msg |
xrecv() |
protected boolean |
xsend(Msg msg_) |
boolean |
xsetsockopt(int option_,
Object optval_) |
void |
xterminated(Pipe pipe_) |
void |
xwrite_activated(Pipe pipe_) |
accept_event, bind, check_tag, close, connect_event, connect, create, destroy, errno, event_accept_failed, event_accepted, event_bind_failed, event_close_failed, event_closed, event_connect_delayed, event_connect_retried, event_connected, event_disconnected, event_listening, get_fd, get_mailbox, getsockopt, getsockoptx, has_in, has_out, hiccuped, in_event, monitor_event, monitor, out_event, process_bind, process_destroy, process_stop, process_term, read_activated, recv, send, setsockopt, start_reaping, stop_monitor, stop, term_endpoint, terminated, timer_event, toString, typeString, write_activated, xhiccupedinc_seqnum, is_terminating, launch_child, 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_command, process_hiccup, process_pipe_term_ack, process_pipe_term, process_plug, process_reap, process_reaped, 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 Router(Ctx parent_, int tid_, int sid_)
public void xattach_pipe(Pipe pipe_, boolean icanhasall_)
xattach_pipe in class SocketBasepublic boolean xsetsockopt(int option_,
Object optval_)
xsetsockopt in class SocketBasepublic void xterminated(Pipe pipe_)
xterminated in class SocketBasepublic void xread_activated(Pipe pipe_)
xread_activated in class SocketBasepublic void xwrite_activated(Pipe pipe_)
xwrite_activated in class SocketBaseprotected boolean xsend(Msg msg_)
xsend in class SocketBaseprotected Msg xrecv()
xrecv in class SocketBaseprotected void rollback()
protected boolean xhas_in()
xhas_in in class SocketBaseprotected boolean xhas_out()
xhas_out in class SocketBaseCopyright © 2014. All rights reserved.