EventDriverImplpublic class JettyListenerImpl extends java.lang.Object implements EventDriverImpl
| Constructor | Description |
|---|---|
JettyListenerImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
EventDriver |
create(java.lang.Object websocket,
WebSocketPolicy policy) |
Create the EventDriver based on this implementation.
|
java.lang.String |
describeRule() |
human readable string describing the rule that would support this EventDriver.
|
boolean |
supports(java.lang.Object websocket) |
Test for if this implementation can support the provided websocket.
|
public EventDriver create(java.lang.Object websocket, WebSocketPolicy policy)
EventDriverImplcreate in interface EventDriverImplwebsocket - the websocket to wrappolicy - the policy to usepublic java.lang.String describeRule()
EventDriverImplUsed to help developer with possible object annotations, listeners, or base classes.
describeRule in interface EventDriverImplpublic boolean supports(java.lang.Object websocket)
EventDriverImplsupports in interface EventDriverImplwebsocket - the possible websocket to testCopyright © 1995–2018 Webtide. All rights reserved.