public interface EventDriverImpl
Modifier and Type | Method and 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.
|
EventDriver create(java.lang.Object websocket, WebSocketPolicy policy) throws java.lang.Throwable
websocket
- the websocket to wrappolicy
- the policy to usejava.lang.Throwable
- if unable to create the EventDriverjava.lang.String describeRule()
Used to help developer with possible object annotations, listeners, or base classes.
boolean supports(java.lang.Object websocket)
websocket
- the possible websocket to testCopyright © 1995–2023 Webtide. All rights reserved.