Uses of Interface
rabbit.proxy.HttpGenerator

Packages that use HttpGenerator
rabbit.proxy The web proxy components. 
 

Uses of HttpGenerator in rabbit.proxy
 

Methods in rabbit.proxy that return HttpGenerator
 HttpGenerator StandardHttpGeneratorFactory.create(String identity, Connection con)
           
 HttpGenerator FileTemplateHttpGeneratorFactory.create(String identity, Connection con)
           
 HttpGenerator HttpGeneratorFactory.create(String serverIdentity, Connection connection)
          Create a HttpGenerator for the given connection
 HttpGenerator Connection.getHttpGenerator()