public class JsrServerEndpointImpl extends Object implements EventDriverImpl
ServerEndpoint| Constructor and Description |
|---|
JsrServerEndpointImpl() |
| 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.
|
public EventDriver create(Object websocket, WebSocketPolicy policy) throws Throwable
EventDriverImplcreate in interface EventDriverImplwebsocket - the websocket to wrappolicy - the policy to useThrowable - if unable to create the EventDriverpublic String describeRule()
EventDriverImplUsed to help developer with possible object annotations, listeners, or base classes.
describeRule in interface EventDriverImplpublic boolean supports(Object websocket)
EventDriverImplsupports in interface EventDriverImplwebsocket - the possible websocket to testCopyright © 1995-2015 Webtide. All Rights Reserved.