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
Method
HostIntervalRegistryCleaner
(HostRequestIntervalRegistry intervalCleaner, @Value("${quota.host.clea
IOT-Guide-HTTP/src/main/java/iot/technology/http/quota/host/HostIntervalRegistryCleaner.java:14
Method
HostIntervalRegistryLogger
(@Value("${quota.host.log.topSize}") int topSize, @Value("${quota.host.l
IOT-Guide-HTTP/src/main/java/iot/technology/http/quota/host/HostIntervalRegistryLogger.java:21
Method
HostRequestIntervalRegistry
(@Value("${quota.host.intervalMs}") long intervalDurationMs, @Value("${
IOT-Guide-HTTP/src/main/java/iot/technology/http/quota/host/HostRequestIntervalRegistry.java:16
Method
HostRequestLimitPolicy
(@Value("${quota.host.limit}") long limit)
IOT-Guide-HTTP/src/main/java/iot/technology/http/quota/host/HostRequestLimitPolicy.java:14
Method
HostRequestsQuotaService
(HostRequestIntervalRegistry requestRegistry, HostRequestLimitPolicy requestsPolicy,
IOT-Guide-HTTP/src/main/java/iot/technology/http/quota/host/HostRequestsQuotaService.java:16
Method
InMemoryStorage
()
IOT-Guide-MQTT/src/main/java/iot/technology/mqtt/storage/InMemoryStorage.java:23
Method
InitFailureStrategy
(boolean stop, long retryDelay)
IOT-Guide-Actor/src/main/java/iot/technology/actor/core/InitFailureStrategy.java:16
Method
IntActorMsg
(int value)
IOT-Guide-Actor/src/main/java/iot/technology/actor/message/IntActorMsg.java:13
Method
IntervalCount
(long intervalDurationMs)
IOT-Guide-HTTP/src/main/java/iot/technology/http/quota/inmemory/IntervalCount.java:18
Method
IntervalRegistryCleaner
(KeyBasedIntervalRegistry intervalRegistry, long cleanPeriodMs)
IOT-Guide-HTTP/src/main/java/iot/technology/http/quota/inmemory/IntervalRegistryCleaner.java:20
Method
IntervalRegistryLogger
(int topSize, long logIntervalMin, KeyBasedIntervalRegistry intervalRegistry)
IOT-Guide-HTTP/src/main/java/iot/technology/http/quota/inmemory/IntervalRegistryLogger.java:26
Method
IotIdleStateHandler
()
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/handler/IotIdleStateHandler.java:18
Method
JsonDataEntry
(String key, String value)
IOT-Guide-TSL/src/main/java/iot/technology/tsl/data/kv/JsonDataEntry.java:14
Method
JwtAuthenticationController
(AuthenticationManager authenticationManager, JwtTokenUtil jwtTokenUtil
IOT-Guide-JWT-Without-JPA/src/main/java/iot/technology/jwt/without/controller/JwtAuthenticationController.java:29
Method
JwtRequest
()
IOT-Guide-JWT-Without-JPA/src/main/java/iot/technology/jwt/without/model/JwtRequest.java:19
Method
JwtRequest
()
IOT-Guide-JWT-JPA/src/main/java/iot/technology/jwt/mysql/model/JwtRequest.java:17
Method
JwtRequestFilter
(JwtUserDetailsService jwtUserDetailsService, JwtTokenUtil jwtTokenUtil)
IOT-Guide-JWT-Without-JPA/src/main/java/iot/technology/jwt/without/config/JwtRequestFilter.java:31
Method
JwtResponse
(String jwttoken)
IOT-Guide-JWT-Without-JPA/src/main/java/iot/technology/jwt/without/model/JwtResponse.java:14
Method
JwtResponse
(String jwttoken)
IOT-Guide-JWT-JPA/src/main/java/iot/technology/jwt/mysql/model/JwtResponse.java:14
Method
KeyBasedIntervalRegistry
(long intervalDurationMs, long ttlMs, String whiteList, String blackList, String name)
IOT-Guide-HTTP/src/main/java/iot/technology/http/quota/inmemory/KeyBasedIntervalRegistry.java:25
Method
LoginRequestHandler
()
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/server/handler/LoginRequestHandler.java:23
Method
LogoutRequestHandler
()
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/server/handler/LogoutRequestHandler.java:18
Method
LongDataEntry
(String key, Long value)
IOT-Guide-TSL/src/main/java/iot/technology/tsl/data/kv/LongDataEntry.java:15
Method
MessageRequestHandler
()
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/server/handler/MessageRequestHandler.java:21
Method
MessageRequestPacket
(String message, boolean coordination, String toClientId)
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/protocol/request/MessageRequestPacket.java:18
Method
ModbusFactoryInstance
()
IOT-Guide-Gateway-Modbus/src/main/java/iot/technology/gateway/modbus/ModbusFactoryInstance.java:14
Method
ModelConstants
()
IOT-Guide-DB-PostgreSQL/src/main/java/iot/technology/postgresql/constants/ModelConstants.java:9
Method
ModelConstants
()
IOT-Guide-RuleEngine-ThingsBoard/src/main/java/iot/technology/thingsboard/ruleengine/common/ModelConstants.java:8
Method
ModelConstants
()
IOT-Guide-DB/src/main/java/iot/technology/dao/model/ModelConstants.java:5
Method
MqttTopicMatcher
(String topic)
IOT-Guide-MQTT/src/main/java/iot/technology/mqtt/MqttTopicMatcher.java:15
Method
MqttTopics
()
IOT-Guide-Gateway/src/main/java/iot/technology/gateway/MqttTopics.java:18
Method
MqttTransportHandler
()
IOT-Guide-MQTT/src/main/java/iot/technology/mqtt/MqttTransportHandler.java:40
Method
MqttTransportServerInitializer
(int maxPayloadSize)
IOT-Guide-MQTT/src/main/java/iot/technology/mqtt/MqttTransportServerInitializer.java:18
Method
PacketCodec
()
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/protocol/PacketCodec.java:52
Method
PacketCodecHandler
()
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/codec/PacketCodecHandler.java:20
Method
Phone
(OSType osType)
IOT-Guide-RuleEngine-Introduce/src/main/java/iot/technology/ruleengine/introduce/model/Phone.java:16
Method
PricingPlan
(int bucketCapacity)
IOT-Guide-RateLimiting/src/main/java/iot/technology/ratelimiting/bucket4j/PricingPlan.java:21
Method
ProcessFailureStrategy
(boolean stop)
IOT-Guide-Actor/src/main/java/iot/technology/actor/core/ProcessFailureStrategy.java:15
Method
Producer
(String defaultTopic)
IOT-Guide-MQTT/src/main/java/iot/technology/mqtt/storage/Producer.java:19
Method
ProtoQueueMsg
(String key, String value)
IOT-Guide-MQTT/src/main/java/iot/technology/mqtt/storage/msg/ProtoQueueMsg.java:13
Method
RemovableResource
()
IOT-Guide-Coap/src/main/java/iot/technology/coap/RemovableResource.java:14
Method
RequestLimitPolicy
(long limit)
IOT-Guide-HTTP/src/main/java/iot/technology/http/quota/RequestLimitPolicy.java:11
Method
RuleEngine
()
IOT-Guide-RuleEngine-Introduce/src/main/java/iot/technology/ruleengine/introduce/RuleEngine.java:16
Method
Session
(String clientId)
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/session/Session.java:15
Method
SessionMsgType
()
IOT-Guide-TSL/src/main/java/iot/technology/tsl/session/SessionMsgType.java:35
Method
SlowCreateActor
(ActorId actorId, ActorTestCtx testCtx, CountDownLatch initLatch)
IOT-Guide-Actor/src/test/java/iot/technology/actor/SlowCreateActor.java:19
Method
SlowCreateActorCreator
(ActorId actorId, ActorTestCtx testCtx, CountDownLatch initLatch)
IOT-Guide-Actor/src/test/java/iot/technology/actor/SlowCreateActor.java:35
Method
SlowInitActor
(ActorId actorId, ActorTestCtx testCtx)
IOT-Guide-Actor/src/test/java/iot/technology/actor/SlowInitActor.java:15
Method
SlowInitActorCreator
(ActorId actorId, ActorTestCtx testCtx)
IOT-Guide-Actor/src/test/java/iot/technology/actor/SlowInitActor.java:34
Method
Spliter
()
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/codec/Spliter.java:17
Method
StringDataEntry
(String key, String value)
IOT-Guide-TSL/src/main/java/iot/technology/tsl/data/kv/StringDataEntry.java:16
Method
TestRootActor
(ActorId actorId, ActorTestCtx testCtx)
IOT-Guide-Actor/src/test/java/iot/technology/actor/TestRootActor.java:26
Method
TestRootActorCreator
(ActorId actorId, ActorTestCtx testCtx)
IOT-Guide-Actor/src/test/java/iot/technology/actor/TestRootActor.java:64
Method
TimeResource
()
IOT-Guide-Coap/src/main/java/iot/technology/coap/TimeResource.java:12
Method
TsData
(long ts, Object value)
IOT-Guide-TSL/src/main/java/iot/technology/tsl/data/kv/TsData.java:12
Method
WebSecurityConfig
(JwtAuthenticationEntryPoint jwtAuthenticationEntryPoint, UserDetailsService jwtU
IOT-Guide-JWT-Without-JPA/src/main/java/iot/technology/jwt/without/config/WebSecurityConfig.java:31
Method
WebSocketController
(SimpMessagingTemplate template)
IOT-Guide-RealTime-Backend/src/main/java/iot/technology/realtime/controllers/WebSocketController.java:16
Method
WritableResource
()
IOT-Guide-Coap/src/main/java/iot/technology/coap/WritableResource.java:17
Method
__init__
Constructor. Args: channel: A grpc.Channel.
IOT-Guide-Grpc-Protobuf/src/main/python/hello_pb2_grpc.py:11
Method
addInterceptors
(InterceptorRegistry registry)
IOT-Guide-RateLimiting/src/main/java/iot/technology/ratelimiting/RateLimitApplication.java:21
Function
add_HelloServiceServicer_to_server
(servicer, server)
IOT-Guide-Grpc-Protobuf/src/main/python/hello_pb2_grpc.py:34
Method
authenticationManagerBean
()
IOT-Guide-JWT-Without-JPA/src/main/java/iot/technology/jwt/without/config/WebSecurityConfig.java:52
Method
authenticationManagerBean
()
IOT-Guide-OAuth2.0-Authorization Server/src/main/java/iot/technology/oauth2/authorization/config/SecurityConfig.java:20
Method
authenticationManagerBean
()
IOT-Guide-JWT-JPA/src/main/java/iot/technology/jwt/mysql/config/WebSecurityConfig.java:48
Method
authenticationManagerBean
()
IOT-Guide-JWT-Refresh/src/main/java/iot/technology/jwt/refresh/config/SpringSecurityConfiguration.java:46
Method
broadcastToChildren
(ActorId parent, ActorMsg msg)
IOT-Guide-Actor/src/main/java/iot/technology/actor/ActorSystem.java:39
Method
broadcastToChildren
(ActorId parent, ActorMsg msg)
IOT-Guide-Actor/src/main/java/iot/technology/actor/DefaultActorSystem.java:184
Method
broadcastToChildren
(ActorMsg msg)
IOT-Guide-Actor/src/main/java/iot/technology/actor/core/ActorMailbox.java:193
Method
bucketCapacity
()
IOT-Guide-RateLimiting/src/main/java/iot/technology/ratelimiting/bucket4j/PricingPlan.java:29
Method
canTokenBeRefreshed
(String token)
IOT-Guide-JWT-Without-JPA/src/main/java/iot/technology/jwt/without/config/JwtTokenUtil.java:72
Method
channelActive
(ChannelHandlerContext ctx)
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/client/handler/HeartBeatTimerHandler.java:17
Method
channelIdle
(ChannelHandlerContext ctx, IdleStateEvent evt)
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/handler/IotIdleStateHandler.java:22
Method
channelInactive
(ChannelHandlerContext ctx)
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/client/handler/LoginResponseHandler.java:28
Method
channelInactive
(ChannelHandlerContext ctx)
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/server/handler/LoginRequestHandler.java:53
Method
channelRead
(ChannelHandlerContext ctx, Object msg)
IOT-Guide-Gateway/src/main/java/iot/technology/gateway/GatewayTransportHandler.java:31
Method
channelRead
(ChannelHandlerContext ctx, Object msg)
IOT-Guide-MQTT/src/main/java/iot/technology/mqtt/MqttTransportHandler.java:44
Method
channelRead0
(ChannelHandlerContext channelHandlerContext, Object o)
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/CustomProtocolHandler.java:16
Method
channelRead0
(ChannelHandlerContext ctx, LogoutResponsePacket msg)
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/client/handler/LogoutResponseHandler.java:14
Method
channelRead0
(ChannelHandlerContext ctx, LoginResponsePacket loginResponsePacket)
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/client/handler/LoginResponseHandler.java:16
Method
channelRead0
(ChannelHandlerContext ctx, MessageResponsePacket messageResponsePacket)
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/client/handler/MessageResponseHandler.java:14
Method
channelRead0
(ChannelHandlerContext ctx, LogoutRequestPacket msg)
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/server/handler/LogoutRequestHandler.java:22
Method
channelRead0
(ChannelHandlerContext ctx, HeartBeatRequestPacket requestPacket)
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/server/handler/HeartBeatRequestHandler.java:22
Method
channelRead0
(ChannelHandlerContext ctx, Packet packet)
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/server/handler/CustomProtocolHandler.java:31
Method
channelRead0
(ChannelHandlerContext ctx, MessageRequestPacket messageRequestPacket)
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/server/handler/MessageRequestHandler.java:25
Method
channelRead0
(ChannelHandlerContext ctx, LoginRequestPacket loginRequestPacket)
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/server/handler/LoginRequestHandler.java:28
Method
clean
()
IOT-Guide-HTTP/src/main/java/iot/technology/http/quota/inmemory/KeyBasedIntervalRegistry.java:52
Method
clean
()
IOT-Guide-HTTP/src/main/java/iot/technology/http/quota/inmemory/IntervalRegistryCleaner.java:39
Method
cleanup
()
IOT-Guide-MQTT/src/main/java/iot/technology/mqtt/storage/InMemoryStorage.java:61
Method
commence
(HttpServletRequest request, HttpServletResponse response, AuthenticationException au
IOT-Guide-JWT-Without-JPA/src/main/java/iot/technology/jwt/without/config/JwtAuthenticationEntryPoint.java:21
Method
commence
(HttpServletRequest request, HttpServletResponse response, AuthenticationException au
IOT-Guide-JWT-JPA/src/main/java/iot/technology/jwt/mysql/config/JwtAuthenticationEntryPoint.java:21
Method
commence
(HttpServletRequest request, HttpServletResponse response, AuthenticationException au
IOT-Guide-JWT-Refresh/src/main/java/iot/technology/jwt/refresh/config/JwtAuthenticationEntryPoint.java:22
Method
compareTo
(TsData o)
IOT-Guide-TSL/src/main/java/iot/technology/tsl/data/kv/TsData.java:26
Method
configure
(HttpSecurity httpSecurity)
IOT-Guide-JWT-Without-JPA/src/main/java/iot/technology/jwt/without/config/WebSecurityConfig.java:58
Method
configure
(AuthorizationServerSecurityConfigurer security)
IOT-Guide-OAuth2.0-Authorization Server/src/main/java/iot/technology/oauth2/authorization/config/OAuth2AuthorizationServerConfig.java:23
Method
configure
(AuthenticationManagerBuilder auth)
IOT-Guide-OAuth2.0-Authorization Server/src/main/java/iot/technology/oauth2/authorization/config/SecurityConfig.java:31
Method
configure
(HttpSecurity http)
IOT-Guide-OAuth2.0-Resource/src/main/java/iot/technology/oauth2/resource/config/OAuth2ResourceServerConfig.java:16
Method
configure
(HttpSecurity httpSecurity)
IOT-Guide-JWT-JPA/src/main/java/iot/technology/jwt/mysql/config/WebSecurityConfig.java:54
Method
configure
(AuthenticationManagerBuilder auth)
IOT-Guide-JWT-Refresh/src/main/java/iot/technology/jwt/refresh/config/SpringSecurityConfiguration.java:41
Method
configureGlobal
(AuthenticationManagerBuilder auth)
IOT-Guide-JWT-Without-JPA/src/main/java/iot/technology/jwt/without/config/WebSecurityConfig.java:39
Method
configureGlobal
(AuthenticationManagerBuilder auth)
IOT-Guide-JWT-JPA/src/main/java/iot/technology/jwt/mysql/config/WebSecurityConfig.java:35
← previous
next →
301–400 of 727, ranked by callers