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(java.lang.String identity, Connection con)
           
 HttpGenerator FileTemplateHttpGeneratorFactory.create(java.lang.String identity, Connection con)
           
 HttpGenerator HttpGeneratorFactory.create(java.lang.String serverIdentity, Connection connection)
          Create a HttpGenerator for the given connection
 HttpGenerator Connection.getHttpGenerator()
          Get the HttpGenerator that this connection uses when it needs to generate a custom respons header and resource.