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.Methods in com.soklet with parameters of type IdGeneratorModifier and TypeMethodDescriptionRequest.PathBuilder.idGenerator(@Nullable IdGenerator idGenerator) Request.RawBuilder.idGenerator(@Nullable IdGenerator idGenerator) Server.Builder.idGenerator(@Nullable IdGenerator<?> idGenerator) ServerSentEventServer.Builder.idGenerator(@Nullable IdGenerator<?> idGenerator)