Uses of Interface
org.atmosphere.util.UUIDProvider

Packages that use UUIDProvider
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
 void UUIDProviderServiceProcessor.handle(AtmosphereFramework framework, Class<UUIDProvider> annotatedClass)
           
 

Uses of UUIDProvider in org.atmosphere.cpr
 

Methods in org.atmosphere.cpr that return UUIDProvider
 UUIDProvider AtmosphereFramework.uuidProvider()
          Return the UUIDProvider
 UUIDProvider AtmosphereConfig.uuidProvider()
          Return the UUIDProvider
 

Methods in org.atmosphere.cpr with parameters of type UUIDProvider
 AtmosphereFramework AtmosphereFramework.uuidProvider(UUIDProvider uuidProvider)
          Set a UUID like implementation for generating random UUID String
 

Uses of UUIDProvider in org.atmosphere.util
 

Classes in org.atmosphere.util that implement UUIDProvider
 class DefaultUUIDProvider
           
 



Copyright © 2015. All Rights Reserved.