org.apache.jk.common
public class ChannelUn extends JniHandler implements JkChannel
| Method Summary | |
|---|---|
| void | close(MsgContext ep) |
| void | destroy() |
| int | flush(Msg msg, MsgContext ep) |
| String | getChannelName() |
| String | getFile() |
| ThreadPool | getThreadPool() |
| void | init() |
| int | invoke(Msg msg, MsgContext ep) |
| boolean | isSameAddress(MsgContext ep) |
| int | open(MsgContext ep) Open a connection - since we're listening that will block in
accept |
| int | receive(Msg msg, MsgContext ep) |
| void | registerRequest(Request req, MsgContext ep, int count) |
| int | send(Msg msg, MsgContext ep) |
| void | setFile(String f) |
| void | start() |