public class JsrClientEndpointImpl extends java.lang.Object implements EventDriverImpl
ClientEndpoint| Constructor and Description |
|---|
JsrClientEndpointImpl() |
| 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.
|
public EventDriver create(java.lang.Object websocket, WebSocketPolicy policy) throws javax.websocket.DeploymentException
EventDriverImplcreate in interface EventDriverImplwebsocket - the websocket to wrappolicy - the policy to usejavax.websocket.DeploymentExceptionpublic 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–2023 Webtide. All rights reserved.