Uses of Interface
com.soklet.IdGenerator
Packages that use IdGenerator
-
Uses of IdGenerator in com.soklet
Methods in com.soklet that return IdGeneratorModifier and TypeMethodDescriptionstatic @NonNull IdGenerator<String> IdGenerator.defaultInstance()Acquires a threadsafeIdGeneratorwith a best-effort local IP prefix.static @NonNull IdGenerator<String> IdGenerator.defaultSessionInstance()Acquires a threadsafe, cryptographically strong session identifier generator.static @NonNull IdGenerator<String> IdGenerator.fromPrefix(@NonNull String prefix) Acquires a threadsafeIdGeneratorwith the given prefix.McpServer.getSessionIdGenerator()Provides the generator used for MCP session IDs.Methods in com.soklet with parameters of type IdGeneratorModifier and TypeMethodDescriptionHttpServer.Builder.idGenerator(@Nullable IdGenerator<?> idGenerator) Request.PathBuilder.idGenerator(@Nullable IdGenerator idGenerator) Request.RawBuilder.idGenerator(@Nullable IdGenerator idGenerator) SseServer.Builder.idGenerator(@Nullable IdGenerator<?> idGenerator) McpServer.Builder.sessionIdGenerator(@Nullable IdGenerator<String> sessionIdGenerator) Sets the generator used for MCP session IDs.