public class MockProtocolSupport extends Object implements ProtocolSupport, ProtocolSupports
| 构造器和说明 |
|---|
MockProtocolSupport() |
| 限定符和类型 | 方法和说明 |
|---|---|
reactor.core.publisher.Mono<AuthenticationResponse> |
authenticate(AuthenticationRequest request,
DeviceOperator deviceOperation) |
reactor.core.publisher.Mono<AuthenticationResponse> |
authenticate(AuthenticationRequest request,
DeviceRegistry registry) |
String |
getDescription() |
String |
getId() |
reactor.core.publisher.Mono<DeviceMessageCodec> |
getMessageCodec(Transport transport) |
DeviceMetadataCodec |
getMetadataCodec() |
String |
getName() |
reactor.core.publisher.Mono<ProtocolSupport> |
getProtocol(String protocol) |
reactor.core.publisher.Flux<ProtocolSupport> |
getProtocols() |
reactor.core.publisher.Flux<Transport> |
getSupportedTransport() |
boolean |
isSupport(String protocol) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompareTo, dispose, doBeforeDeviceCreate, getConfigMetadata, getDefaultMetadata, getDocument, getFeatures, getInitConfigMetadata, getMetadataCodecs, getMetadataExpandsConfig, getOrder, getRoutes, getSenderInterceptor, getStateChecker, init, isEmbedded, onChildBind, onChildUnbind, onClientConnect, onDeviceMetadataChanged, onDeviceRegister, onDeviceUnRegister, onProductMetadataChanged, onProductRegister, onProductUnRegister@Nonnull public String getId()
getId 在接口中 ProtocolSupportpublic String getName()
getName 在接口中 ProtocolSupportpublic String getDescription()
getDescription 在接口中 ProtocolSupportpublic reactor.core.publisher.Flux<Transport> getSupportedTransport()
getSupportedTransport 在接口中 ProtocolSupport@Nonnull public reactor.core.publisher.Mono<DeviceMessageCodec> getMessageCodec(Transport transport)
getMessageCodec 在接口中 ProtocolSupport@Nonnull public DeviceMetadataCodec getMetadataCodec()
getMetadataCodec 在接口中 ProtocolSupport@Nonnull public reactor.core.publisher.Mono<AuthenticationResponse> authenticate(@Nonnull AuthenticationRequest request, @Nonnull DeviceOperator deviceOperation)
authenticate 在接口中 ProtocolSupport@Nonnull public reactor.core.publisher.Mono<AuthenticationResponse> authenticate(@Nonnull AuthenticationRequest request, @Nonnull DeviceRegistry registry)
authenticate 在接口中 ProtocolSupportpublic boolean isSupport(String protocol)
isSupport 在接口中 ProtocolSupportspublic reactor.core.publisher.Mono<ProtocolSupport> getProtocol(String protocol)
getProtocol 在接口中 ProtocolSupportspublic reactor.core.publisher.Flux<ProtocolSupport> getProtocols()
getProtocols 在接口中 ProtocolSupportsCopyright © 2019–2023. All rights reserved.