public interface EventDriverImpl
| Modifier and Type | Method and Description |
|---|---|
EventDriver |
create(Object websocket,
WebSocketPolicy policy)
Create the EventDriver based on this implementation.
|
String |
describeRule()
human readable string describing the rule that would support this EventDriver.
|
boolean |
supports(Object websocket)
Test for if this implementation can support the provided websocket.
|
EventDriver create(Object websocket, WebSocketPolicy policy) throws Throwable
websocket - the websocket to wrappolicy - the policy to useThrowable - if unable to create the EventDriverString describeRule()
Used to help developer with possible object annotations, listeners, or base classes.
boolean supports(Object websocket)
websocket - the possible websocket to testCopyright © 1995-2015 Webtide. All Rights Reserved.