Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IoT-Technology/IoT-Technical-Guide
/ functions
Functions
727 in github.com/IoT-Technology/IoT-Technical-Guide
⨍
Functions
727
◇
Types & classes
299
↓ 1 callers
Method
loadUserByUsername
(String username)
IOT-Guide-JWT-Refresh/src/main/java/iot/technology/jwt/refresh/config/CustomUserDetailsService.java:32
↓ 1 callers
Method
navigateTo
()
IOT-Guide-RealTime-Fontend/e2e/app.po.ts:4
↓ 1 callers
Method
onDeviceAttributes
(MqttPublishMessage mqttMsg)
IOT-Guide-Gateway/src/main/java/iot/technology/gateway/session/GatewaySessionHandler.java:32
↓ 1 callers
Method
onDeviceAttributesRequest
(MqttPublishMessage msg)
IOT-Guide-Gateway/src/main/java/iot/technology/gateway/session/GatewaySessionHandler.java:36
↓ 1 callers
Method
onDeviceConnect
(MqttPublishMessage msg)
IOT-Guide-Gateway/src/main/java/iot/technology/gateway/session/GatewaySessionHandler.java:22
↓ 1 callers
Method
onDeviceDisconnect
(MqttPublishMessage msg)
IOT-Guide-Gateway/src/main/java/iot/technology/gateway/session/GatewaySessionHandler.java:28
↓ 1 callers
Method
onDeviceRpcResponse
(MqttPublishMessage mqttMsg)
IOT-Guide-Gateway/src/main/java/iot/technology/gateway/session/GatewaySessionHandler.java:40
↓ 1 callers
Method
onDeviceTelemetry
(MqttPublishMessage mqttMsg)
IOT-Guide-Gateway/src/main/java/iot/technology/gateway/session/GatewaySessionHandler.java:19
↓ 1 callers
Method
onProcessFailure
(Throwable t)
IOT-Guide-Actor/src/main/java/iot/technology/actor/core/Actor.java:25
↓ 1 callers
Method
parseNumericValue
(List<KvEntry> result, Map.Entry<String, JsonElement> valueEntry, JsonPrimitive value)
IOT-Guide-TSL/src/main/java/iot/technology/tsl/adaptor/JsonConverter.java:95
↓ 1 callers
Method
parseWithTs
(BasicTelemetryUploadRequest request, JsonObject jo)
IOT-Guide-TSL/src/main/java/iot/technology/tsl/adaptor/JsonConverter.java:57
↓ 1 callers
Method
parseWithoutTs
(BasicTelemetryUploadRequest request, long systemTs, JsonObject jo)
IOT-Guide-TSL/src/main/java/iot/technology/tsl/adaptor/JsonConverter.java:65
↓ 1 callers
Method
process
(ActorMsg msg)
IOT-Guide-Actor/src/main/java/iot/technology/actor/core/Actor.java:11
↓ 1 callers
Method
process
(I input)
IOT-Guide-RuleEngine-Introduce/src/main/java/iot/technology/ruleengine/introduce/RuleI.java:11
↓ 1 callers
Method
processConnect
(ChannelHandlerContext ctx, MqttConnectMessage msg)
IOT-Guide-Gateway/src/main/java/iot/technology/gateway/GatewayTransportHandler.java:84
↓ 1 callers
Method
processConnect
(ChannelHandlerContext ctx, MqttConnectMessage msg)
IOT-Guide-MQTT/src/main/java/iot/technology/mqtt/MqttTransportHandler.java:193
↓ 1 callers
Method
processDevicePublish
(ChannelHandlerContext ctx, MqttPublishMessage mqttMsg, String topicName, int msgId)
IOT-Guide-MQTT/src/main/java/iot/technology/mqtt/MqttTransportHandler.java:101
↓ 1 callers
Method
processMqttMsg
(ChannelHandlerContext ctx, MqttMessage msg)
IOT-Guide-Gateway/src/main/java/iot/technology/gateway/GatewayTransportHandler.java:44
↓ 1 callers
Method
processMqttMsg
(ChannelHandlerContext ctx, MqttMessage msg)
IOT-Guide-MQTT/src/main/java/iot/technology/mqtt/MqttTransportHandler.java:53
↓ 1 callers
Method
processPublish
(ChannelHandlerContext ctx, MqttPublishMessage mqttMsg)
IOT-Guide-Gateway/src/main/java/iot/technology/gateway/GatewayTransportHandler.java:89
↓ 1 callers
Method
processPublish
(ChannelHandlerContext ctx, MqttPublishMessage mqttMsg)
IOT-Guide-MQTT/src/main/java/iot/technology/mqtt/MqttTransportHandler.java:89
↓ 1 callers
Method
processSubscribe
(ChannelHandlerContext ctx, MqttSubscribeMessage mqttMsg)
IOT-Guide-Gateway/src/main/java/iot/technology/gateway/GatewayTransportHandler.java:100
↓ 1 callers
Method
processSubscribe
(ChannelHandlerContext ctx, MqttSubscribeMessage mqttMsg)
IOT-Guide-MQTT/src/main/java/iot/technology/mqtt/MqttTransportHandler.java:120
↓ 1 callers
Method
processUnsubscribe
(ChannelHandlerContext ctx, MqttUnsubscribeMessage mqttMsg)
IOT-Guide-Gateway/src/main/java/iot/technology/gateway/GatewayTransportHandler.java:106
↓ 1 callers
Method
processUnsubscribe
(ChannelHandlerContext ctx, MqttUnsubscribeMessage mqttMsg)
IOT-Guide-MQTT/src/main/java/iot/technology/mqtt/MqttTransportHandler.java:166
↓ 1 callers
Method
reset
()
IOT-Guide-HTTP/src/main/java/iot/technology/http/quota/inmemory/IntervalCount.java:44
↓ 1 callers
Method
resetIfExpiredAndTick
()
IOT-Guide-HTTP/src/main/java/iot/technology/http/quota/inmemory/IntervalCount.java:23
↓ 1 callers
Method
resolveBucket
(String apiKey)
IOT-Guide-RateLimiting/src/main/java/iot/technology/ratelimiting/bucket4j/PricingPlanService.java:19
↓ 1 callers
Method
resolvePlanFromApiKey
(String apiKey)
IOT-Guide-RateLimiting/src/main/java/iot/technology/ratelimiting/bucket4j/PricingPlan.java:33
↓ 1 callers
Method
retryWithDelay
(long ms)
IOT-Guide-Actor/src/main/java/iot/technology/actor/core/InitFailureStrategy.java:25
↓ 1 callers
Method
rule
(Phone phone)
IOT-Guide-RuleEngine-Introduce/src/main/java/iot/technology/ruleengine/introduce/RuleEngine.java:20
↓ 1 callers
Method
saveDevice
(Device device)
IOT-Guide-DB-PostgreSQL/src/main/java/iot/technology/postgresql/service/DeviceService.java:11
↓ 1 callers
Method
saveLatest
(Integer deviceId, TsKvEntry tsKvEntry)
IOT-Guide-DB-PostgreSQL/src/main/java/iot/technology/postgresql/service/impl/TimeseriesServiceImpl.java:79
↓ 1 callers
Method
saveTimeseries
(Integer deviceId, TsKvEntry tsKvEntry)
IOT-Guide-DB-PostgreSQL/src/main/java/iot/technology/postgresql/service/impl/TimeseriesServiceImpl.java:66
↓ 1 callers
Method
sayHello
(request, target, options=(), channel_credentials=None, call_c
IOT-Guide-Grpc-Protobuf/src/main/python/hello_pb2_grpc.py:52
↓ 1 callers
Method
scheduleSendHeartBeat
(ChannelHandlerContext ctx)
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/client/handler/HeartBeatTimerHandler.java:23
↓ 1 callers
Method
setId
(Integer id)
IOT-Guide-DB-PostgreSQL/src/main/java/iot/technology/postgresql/dao/entity/DeviceEntity.java:32
↓ 1 callers
Method
setName
(String name)
IOT-Guide-DB-PostgreSQL/src/main/java/iot/technology/postgresql/dao/entity/DeviceEntity.java:40
↓ 1 callers
Method
setPassword
(String password)
IOT-Guide-JWT-Without-JPA/src/main/java/iot/technology/jwt/without/model/JwtRequest.java:41
↓ 1 callers
Method
setPassword
(String password)
IOT-Guide-JWT-JPA/src/main/java/iot/technology/jwt/mysql/model/JwtRequest.java:39
↓ 1 callers
Method
setPassword
(String password)
IOT-Guide-JWT-Refresh/src/main/java/iot/technology/jwt/refresh/dao/DaoUser.java:43
↓ 1 callers
Method
setRole
(String role)
IOT-Guide-JWT-Refresh/src/main/java/iot/technology/jwt/refresh/dao/DaoUser.java:27
↓ 1 callers
Method
setUsername
(String username)
IOT-Guide-JWT-Without-JPA/src/main/java/iot/technology/jwt/without/model/JwtRequest.java:33
↓ 1 callers
Method
setUsername
(String username)
IOT-Guide-JWT-JPA/src/main/java/iot/technology/jwt/mysql/model/JwtRequest.java:31
↓ 1 callers
Method
setUsername
(String username)
IOT-Guide-JWT-Refresh/src/main/java/iot/technology/jwt/refresh/dao/DaoUser.java:35
↓ 1 callers
Method
silenceDuration
()
IOT-Guide-HTTP/src/main/java/iot/technology/http/quota/inmemory/IntervalCount.java:31
↓ 1 callers
Method
startConsoleThread
(Channel channel)
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/client/CustomProtocolClient.java:91
↓ 1 callers
Method
subscribe
()
IOT-Guide-MQTT/src/main/java/iot/technology/mqtt/storage/Consumer.java:32
↓ 1 callers
Method
tell
(ActorId target, ActorMsg msg)
IOT-Guide-Actor/src/main/java/iot/technology/actor/core/ActorMailbox.java:173
↓ 1 callers
Method
tellWithHighPriority
(ActorMsg actorMsg)
IOT-Guide-Actor/src/main/java/iot/technology/actor/core/ActorMailbox.java:218
↓ 1 callers
Method
tick
()
IOT-Guide-HTTP/src/main/java/iot/technology/http/quota/inmemory/IntervalCount.java:39
↓ 1 callers
Method
tick
(String clientHostId)
IOT-Guide-HTTP/src/main/java/iot/technology/http/quota/inmemory/KeyBasedIntervalRegistry.java:41
↓ 1 callers
Method
toKeysList
(String keys)
IOT-Guide-DB-PostgreSQL/src/main/java/iot/technology/postgresql/controller/DeviceController.java:105
↓ 1 callers
Method
toString
()
IOT-Guide-TSL/src/main/java/iot/technology/tsl/data/kv/DoubleDataEntry.java:55
↓ 1 callers
Method
toString
()
IOT-Guide-TSL/src/main/java/iot/technology/tsl/data/kv/LongDataEntry.java:55
↓ 1 callers
Method
toString
()
IOT-Guide-TSL/src/main/java/iot/technology/tsl/data/kv/BooleanDataEntry.java:55
↓ 1 callers
Method
tryInit
(int attempt)
IOT-Guide-Actor/src/main/java/iot/technology/actor/core/ActorMailbox.java:53
↓ 1 callers
Method
tsKvLatestToEntity
(TsKvLatest tsKvLatest)
IOT-Guide-DB-PostgreSQL/src/main/java/iot/technology/postgresql/model/mapping/TsKvLatestMapper.java:19
↓ 1 callers
Method
unsubscribe
()
IOT-Guide-MQTT/src/main/java/iot/technology/mqtt/storage/Consumer.java:42
↓ 1 callers
Method
valid
(LoginRequestPacket loginRequestPacket)
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/server/handler/LoginRequestHandler.java:49
↓ 1 callers
Method
validateJsonPayload
(ByteBuf payloadData)
IOT-Guide-Gateway/src/main/java/iot/technology/gateway/adaptors/JsonMqttAdaptor.java:116
↓ 1 callers
Method
validateToken
(String token, UserDetails userDetails)
IOT-Guide-JWT-Without-JPA/src/main/java/iot/technology/jwt/without/config/JwtTokenUtil.java:76
↓ 1 callers
Method
validateToken
(String token, UserDetails userDetails)
IOT-Guide-JWT-JPA/src/main/java/iot/technology/jwt/mysql/config/JwtTokenUtil.java:74
↓ 1 callers
Method
validateToken
(String authToken)
IOT-Guide-JWT-Refresh/src/main/java/iot/technology/jwt/refresh/config/JwtUtil.java:71
↓ 1 callers
Method
waitForLoginResponse
()
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/client/console/LoginConsoleCommand.java:27
Method
AbstractQuotaService
(KeyBasedIntervalRegistry requestRegistry, RequestLimitPolicy requestsPolicy,
IOT-Guide-HTTP/src/main/java/iot/technology/http/quota/AbstractQuotaService.java:22
Method
ActorException
(String message, Throwable cause)
IOT-Guide-Actor/src/main/java/iot/technology/actor/exception/ActorException.java:10
Method
ActorForkJoinWorkerThreadFactory
(@NonNull String namePrefix)
IOT-Guide-RuleEngine-ThingsBoard/src/main/java/iot/technology/thingsboard/ruleengine/common/ActorForkJoinWorkerThreadFactory.java:19
Method
ActorNotRegisteredException
(ActorId target, String message)
IOT-Guide-Actor/src/main/java/iot/technology/actor/exception/ActorNotRegisteredException.java:14
Method
ActorThreadFactory
(String name)
IOT-Guide-Actor/src/main/java/iot/technology/actor/common/ActorThreadFactory.java:21
Method
AdaptorException
()
IOT-Guide-TSL/src/main/java/iot/technology/tsl/adaptor/AdaptorException.java:22
Method
AnotherResource
()
IOT-Guide-Coap/src/main/java/iot/technology/coap/AnotherResource.java:12
Method
AuthHandler
()
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/server/handler/AuthHandler.java:17
Method
AuthenticationRequest
(String username, String password)
IOT-Guide-JWT-Refresh/src/main/java/iot/technology/jwt/refresh/dao/AuthenticationRequest.java:13
Method
AuthenticationResponse
()
IOT-Guide-JWT-Refresh/src/main/java/iot/technology/jwt/refresh/dao/AuthenticationResponse.java:11
Method
BaseAttributeKvEntry
(KvEntry kv, long lastUpdateTs)
IOT-Guide-TSL/src/main/java/iot/technology/tsl/data/kv/BaseAttributeKvEntry.java:15
Method
BasicAttributesUpdateRequest
()
IOT-Guide-TSL/src/main/java/iot/technology/tsl/core/BasicAttributesUpdateRequest.java:21
Method
BasicKvEntry
(String key)
IOT-Guide-TSL/src/main/java/iot/technology/tsl/data/kv/BasicKvEntry.java:15
Method
BasicRequest
(Integer requestId)
IOT-Guide-TSL/src/main/java/iot/technology/tsl/core/BasicRequest.java:15
Method
BasicTelemetryUploadRequest
()
IOT-Guide-TSL/src/main/java/iot/technology/tsl/core/BasicTelemetryUploadRequest.java:22
Method
BasicTsKvEntry
(long ts, KvEntry kv)
IOT-Guide-TSL/src/main/java/iot/technology/tsl/data/kv/BasicTsKvEntry.java:15
Method
BooleanDataEntry
(String key, Boolean value)
IOT-Guide-TSL/src/main/java/iot/technology/tsl/data/kv/BooleanDataEntry.java:15
Method
ClientHandler
(ClientRunner clientRunner)
IOT-Guide-Gateway-OPC(UA)/src/main/java/iot/technology/gateway/opcua/client/ClientHandler.java:34
Method
ClientRunner
(Properties properties)
IOT-Guide-Gateway-OPC(UA)/src/main/java/iot/technology/gateway/opcua/client/ClientRunner.java:35
Method
Clock
()
IOT-Guide-HTTP/src/main/java/iot/technology/http/quota/Clock.java:10
Method
ConsoleCommandManager
()
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/client/console/ConsoleCommandManager.java:18
Method
Consumer
(String topic)
IOT-Guide-MQTT/src/main/java/iot/technology/mqtt/storage/Consumer.java:23
Method
ContextAwareActor
(ActorSystemContext systemContext)
IOT-Guide-RuleEngine-ThingsBoard/src/main/java/iot/technology/thingsboard/ruleengine/service/ContextAwareActor.java:20
Method
CustomProtocolHandler
()
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/server/handler/CustomProtocolHandler.java:24
Method
CustomProtocolInitializer
(int maxPayloadSize)
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/CustomProtocolInitializer.java:16
Method
DefaultActorSystem
(ActorSystemSettings settings)
IOT-Guide-Actor/src/main/java/iot/technology/actor/DefaultActorSystem.java:43
Method
DefaultQueueMsg
(QueueMsg msg)
IOT-Guide-MQTT/src/main/java/iot/technology/mqtt/storage/msg/DefaultQueueMsg.java:15
Method
DefaultTransportService
()
IOT-Guide-MQTT/src/main/java/iot/technology/mqtt/storage/DefaultTransportService.java:25
Method
DoubleDataEntry
(String key, Double value)
IOT-Guide-TSL/src/main/java/iot/technology/tsl/data/kv/DoubleDataEntry.java:15
Method
EntityActorId
(String entityId)
IOT-Guide-Actor/src/main/java/iot/technology/actor/message/EntityActorId.java:13
Method
FailedToInitActor
(ActorId actorId, ActorTestCtx testCtx, int retryAttempts, int retryDelay)
IOT-Guide-Actor/src/test/java/iot/technology/actor/FailedToInitActor.java:20
Method
FailedToInitActorCreator
(ActorId actorId, ActorTestCtx testCtx, int retryAttempts, int retryDelay)
IOT-Guide-Actor/src/test/java/iot/technology/actor/FailedToInitActor.java:48
Method
GatewayTransportServerInitializer
(int maxPayloadSize)
IOT-Guide-Gateway/src/main/java/iot/technology/gateway/GatewayTransportServerInitializer.java:17
Method
HeartBeatRequestHandler
()
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/server/handler/HeartBeatRequestHandler.java:18
Method
HelloResource
()
IOT-Guide-Coap/src/main/java/iot/technology/coap/HelloResource.java:12
← previous
next →
201–300 of 727, ranked by callers