|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.enterprise.web.connector.grizzly.standalone.StaticResourcesAdapter
com.sun.grizzly.cometd.standalone.CometdAdapter
public class CometdAdapter
Standalone Cometd implementation. This class is used when Cometd is enabled from the Grizzly standalone WebServer. To enable it, just add: -Dcom.sun.grizzly.adapterClass=com.sun.grizzly.cometd.standalone.CometdAdapter
| Field Summary | |
|---|---|
static int |
ADAPTER_NOTES
|
| Fields inherited from interface org.apache.coyote.Adapter |
|---|
CONNECTION_PROCESSING_COMPLETED, CONNECTION_PROCESSING_STARTED, REQUEST_PROCESSING_COMPLETED, REQUEST_PROCESSING_STARTED |
| Constructor Summary | |
|---|---|
CometdAdapter()
|
|
| Method Summary | |
|---|---|
void |
service(Request req,
Response res)
Route the request to the cometd implementation. |
| Methods inherited from class com.sun.enterprise.web.connector.grizzly.standalone.StaticResourcesAdapter |
|---|
afterService, fireAdapterEvent, getContentType, getRootFolder |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.coyote.Adapter |
|---|
afterService, fireAdapterEvent |
| Field Detail |
|---|
public static final int ADAPTER_NOTES
| Constructor Detail |
|---|
public CometdAdapter()
| Method Detail |
|---|
public void service(Request req,
Response res)
throws java.lang.Exception
service in interface Adapterservice in class StaticResourcesAdapterjava.lang.Exception - if an error happens during handling of
the request. Common errors are:
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||