public class StreamEngine extends Object implements IEngine, IPollEvents, IMsgSink
| Constructor and Description |
|---|
StreamEngine(SocketChannel fd_,
Options options_,
String endpoint_) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept_event() |
void |
activate_in() |
void |
activate_out() |
void |
connect_event() |
void |
destroy() |
void |
in_event() |
void |
out_event() |
void |
plug(IOThread io_thread_,
SessionBase session_) |
int |
push_msg(Msg msg_) |
void |
terminate() |
void |
timer_event(int id_) |
public StreamEngine(SocketChannel fd_, Options options_, String endpoint_)
public void destroy()
public void plug(IOThread io_thread_, SessionBase session_)
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 IPollEventspublic void activate_out()
activate_out in interface IEnginepublic void activate_in()
activate_in in interface IEngineCopyright © 2014. All rights reserved.