|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Msg | |
---|---|
com.sun.grizzly.http.jk.common | |
com.sun.grizzly.http.jk.core | |
com.sun.grizzly.http.jk.server |
Uses of Msg in com.sun.grizzly.http.jk.common |
---|
Subclasses of Msg in com.sun.grizzly.http.jk.common | |
---|---|
class |
MsgAjp
A single packet for communication between the web server and the container. |
Methods in com.sun.grizzly.http.jk.common with parameters of type Msg | |
---|---|
void |
JniHandler.appendString(Msg msg,
String s,
C2BConverter charsetDecoder)
|
int |
ChannelJni.flush(Msg msg,
MsgContext ep)
|
int |
ChannelSocket.flush(Msg msg,
MsgContext ep)
|
int |
ChannelUn.flush(Msg msg,
MsgContext ep)
|
int |
ChannelNioSocket.flush(Msg msg,
MsgContext ep)
|
int |
ChannelJni.invoke(Msg msg,
MsgContext ep)
Receive a packet from the C side. |
int |
JniHandler.invoke(Msg msg,
MsgContext ep)
Base implementation for invoke. |
int |
Shm.invoke(Msg msg,
MsgContext ep)
|
int |
ChannelSocket.invoke(Msg msg,
MsgContext ep)
|
int |
Shm14.invoke(Msg msg,
MsgContext ep)
|
int |
ChannelUn.invoke(Msg msg,
MsgContext ep)
|
int |
HandlerDispatch.invoke(Msg msg,
MsgContext ep)
|
int |
ChannelNioSocket.invoke(Msg msg,
MsgContext ep)
|
int |
HandlerRequest.invoke(Msg msg,
MsgContext ep)
|
int |
WorkerDummy.invoke(Msg in,
MsgContext ep)
|
protected int |
JniHandler.nativeDispatch(Msg msg,
MsgContext ep,
int code,
int raw)
send and get the response in the same buffer. |
int |
ChannelJni.receive(Msg msg,
MsgContext ep)
Receives does nothing - send will put the response in the same buffer |
int |
ChannelSocket.receive(Msg msg,
MsgContext ep)
|
int |
ChannelUn.receive(Msg msg,
MsgContext ep)
|
int |
ChannelNioSocket.receive(Msg msg,
MsgContext ep)
|
int |
ChannelJni.send(Msg msg,
MsgContext ep)
Send the packet. |
int |
ChannelSocket.send(Msg msg,
MsgContext ep)
|
int |
ChannelUn.send(Msg msg,
MsgContext ep)
|
int |
ChannelNioSocket.send(Msg msg,
MsgContext ep)
|
Uses of Msg in com.sun.grizzly.http.jk.core |
---|
Methods in com.sun.grizzly.http.jk.core that return Msg | |
---|---|
Msg |
MsgContext.getMsg(int i)
The context may store a number of messages ( buffers + marshalling ) |
Methods in com.sun.grizzly.http.jk.core with parameters of type Msg | |
---|---|
int |
JkChannel.flush(Msg msg,
MsgContext ep)
Flush the data to the client. |
int |
JkChannel.invoke(Msg msg,
MsgContext ep)
Invoke the request chain. |
int |
JkHandler.invoke(Msg msg,
MsgContext mc)
|
int |
JkChannel.receive(Msg msg,
MsgContext ep)
Recieve a message from the client. |
int |
JkChannel.send(Msg msg,
MsgContext ep)
Send a message back to the client. |
void |
MsgContext.setMsg(int i,
Msg msg)
|
Uses of Msg in com.sun.grizzly.http.jk.server |
---|
Methods in com.sun.grizzly.http.jk.server with parameters of type Msg | |
---|---|
int |
JkCoyoteHandler.invoke(Msg msg,
MsgContext ep)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |