public class DummyEndpoint extends java.lang.Object implements IEasRequestEndpoint
| Modifier and Type | Field and Description | 
|---|---|
static boolean | 
created  | 
static boolean | 
handled  | 
| Constructor and Description | 
|---|
DummyEndpoint()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
acceptsVersion(double protocolVersion)  | 
void | 
handle(AuthorizedDeviceQuery event)  | 
java.util.Collection<java.lang.String> | 
supportedCommands()  | 
public void handle(AuthorizedDeviceQuery event)
handle in interface org.vertx.java.core.Handler<AuthorizedDeviceQuery>public java.util.Collection<java.lang.String> supportedCommands()
supportedCommands in interface IEasRequestEndpointpublic boolean acceptsVersion(double protocolVersion)
acceptsVersion in interface IEasRequestEndpointCopyright © 2021. All Rights Reserved.