|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JkHandler | |
|---|---|
| com.sun.grizzly.http.jk.apr | |
| com.sun.grizzly.http.jk.common | |
| com.sun.grizzly.http.jk.core | |
| com.sun.grizzly.http.jk.server | |
| Uses of JkHandler in com.sun.grizzly.http.jk.apr |
|---|
| Subclasses of JkHandler in com.sun.grizzly.http.jk.apr | |
|---|---|
class |
AprImpl
Implements the interface with the APR library. |
| Methods in com.sun.grizzly.http.jk.apr with parameters of type JkHandler | |
|---|---|
void |
AprImpl.addJkHandler(String type,
JkHandler cb)
Add a Handler for jni callbacks. |
| Uses of JkHandler in com.sun.grizzly.http.jk.common |
|---|
| Subclasses of JkHandler in com.sun.grizzly.http.jk.common | |
|---|---|
class |
ChannelJni
Pass messages using jni |
class |
ChannelNioSocket
Accept ( and send ) TCP messages. |
class |
ChannelShm
Channel using shm. |
class |
ChannelSocket
Accept ( and send ) TCP messages. |
class |
ChannelUn
Pass messages using unix domain sockets. |
class |
HandlerDispatch
Dispatch based on the message type. |
class |
HandlerRequest
Handle messages related with basic request information. |
class |
JniHandler
Base class for components using native code ( libjkjni.so ). |
class |
Shm
Handle the shared memory objects. |
class |
Shm14
Shm implementation using JDK1.4 nio. |
class |
WorkerDummy
A dummy worker, will just send back a dummy response. |
| Methods in com.sun.grizzly.http.jk.common with parameters of type JkHandler | |
|---|---|
int |
HandlerDispatch.registerMessageType(int id,
String name,
JkHandler h,
String[] sig)
|
| Uses of JkHandler in com.sun.grizzly.http.jk.core |
|---|
| Fields in com.sun.grizzly.http.jk.core declared as JkHandler | |
|---|---|
protected JkHandler |
JkHandler.next
|
| Methods in com.sun.grizzly.http.jk.core that return JkHandler | |
|---|---|
JkHandler |
WorkerEnv.getHandler(int id)
|
JkHandler |
WorkerEnv.getHandler(String name)
|
JkHandler |
MsgContext.getNext()
|
| Methods in com.sun.grizzly.http.jk.core with parameters of type JkHandler | |
|---|---|
void |
WorkerEnv.addHandler(String name,
JkHandler w)
|
void |
JkHandler.addHandlerCallback(JkHandler w)
Experimental, will be replaced. |
void |
MsgContext.setNext(JkHandler ch)
|
void |
JkHandler.setNext(JkHandler h)
Catalina-style "recursive" invocation. |
| Uses of JkHandler in com.sun.grizzly.http.jk.server |
|---|
| Subclasses of JkHandler in com.sun.grizzly.http.jk.server | |
|---|---|
class |
JkCoyoteHandler
Plugs Jk into Coyote. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||