Uses of Interface
org.atmosphere.util.UUIDProvider
-
Packages that use UUIDProvider Package Description org.atmosphere.annotation org.atmosphere.cpr org.atmosphere.util -
-
Uses of UUIDProvider in org.atmosphere.annotation
Method parameters in org.atmosphere.annotation with type arguments of type UUIDProvider Modifier and Type Method Description voidUUIDProviderServiceProcessor. handle(AtmosphereFramework framework, java.lang.Class<UUIDProvider> annotatedClass) -
Uses of UUIDProvider in org.atmosphere.cpr
Methods in org.atmosphere.cpr that return UUIDProvider Modifier and Type Method Description UUIDProviderAtmosphereConfig. uuidProvider()Return theUUIDProviderUUIDProviderAtmosphereFramework. uuidProvider()Return theUUIDProviderMethods in org.atmosphere.cpr with parameters of type UUIDProvider Modifier and Type Method Description AtmosphereFrameworkAtmosphereFramework. 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 Modifier and Type Class Description classDefaultUUIDProvider
-