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.fromPrefix(@NonNull String prefix) Acquires a threadsafeIdGeneratorwith the given prefix.McpServer.getIdGenerator()Provides the generator used for MCP session IDs.Methods in com.soklet with parameters of type IdGeneratorModifier and TypeMethodDescriptionHttpServer.Builder.idGenerator(@Nullable IdGenerator<?> idGenerator) McpServer.Builder.idGenerator(@Nullable IdGenerator<String> idGenerator) Sets the generator used for MCP session IDs.Request.PathBuilder.idGenerator(@Nullable IdGenerator idGenerator) Request.RawBuilder.idGenerator(@Nullable IdGenerator idGenerator) SseServer.Builder.idGenerator(@Nullable IdGenerator<?> idGenerator)