public class JsrClientEndpointImpl extends Object implements EventDriverImpl
ClientEndpoint
Constructor and Description |
---|
JsrClientEndpointImpl() |
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 DeploymentException
EventDriverImpl
create
in interface EventDriverImpl
websocket
- the websocket to wrappolicy
- the policy to useDeploymentException
public String describeRule()
EventDriverImpl
Used to help developer with possible object annotations, listeners, or base classes.
describeRule
in interface EventDriverImpl
public boolean supports(Object websocket)
EventDriverImpl
supports
in interface EventDriverImpl
websocket
- the possible websocket to testCopyright © 1995-2015 Webtide. All Rights Reserved.