Uses of Interface
org.atmosphere.util.UUIDProvider
Packages that use UUIDProvider
-
Uses of UUIDProvider in org.atmosphere.annotation
Method parameters in org.atmosphere.annotation with type arguments of type UUIDProviderModifier and TypeMethodDescriptionvoidUUIDProviderServiceProcessor.handle(AtmosphereFramework framework, Class<UUIDProvider> annotatedClass) -
Uses of UUIDProvider in org.atmosphere.cpr
Methods in org.atmosphere.cpr that return UUIDProviderModifier and TypeMethodDescriptionAtmosphereConfig.uuidProvider()Return theUUIDProviderAtmosphereFramework.uuidProvider()Return theUUIDProviderMethods in org.atmosphere.cpr with parameters of type UUIDProviderModifier and TypeMethodDescriptionAtmosphereFramework.uuidProvider(UUIDProvider uuidProvider) Set aUUIDlike implementation for generating random UUID String -
Uses of UUIDProvider in org.atmosphere.util
Classes in org.atmosphere.util that implement UUIDProvider