Uses of Interface
railo.runtime.gateway.GatewayPro

Packages that use GatewayPro
railo.runtime.gateway   
railo.runtime.gateway.proxy   
 

Uses of GatewayPro in railo.runtime.gateway
 

Classes in railo.runtime.gateway that implement GatewayPro
 class CFCGateway
           
 class SocketGateway
           
 

Methods in railo.runtime.gateway that return GatewayPro
 GatewayPro GatewayEntryImpl.getGateway()
           
 GatewayPro GatewayEntry.getGateway()
           
 

Methods in railo.runtime.gateway with parameters of type GatewayPro
 boolean GatewayEngineImpl.invokeListener(GatewayPro gateway, String method, Map data)
           
 boolean GatewayEnginePro.invokeListener(GatewayPro gateway, String method, Map data)
          invoke given method on cfc listener
 void GatewayEngineImpl.log(GatewayPro gateway, int level, String message)
           
 void GatewayEnginePro.log(GatewayPro gateway, int level, String message)
          logs message with defined logger for gateways
 

Constructors in railo.runtime.gateway with parameters of type GatewayPro
GatewayThread(GatewayEnginePro engine, GatewayPro gateway, int action)
           
 

Uses of GatewayPro in railo.runtime.gateway.proxy
 

Classes in railo.runtime.gateway.proxy that implement GatewayPro
 class GatewayProxy
           
 

Methods in railo.runtime.gateway.proxy that return GatewayPro
static GatewayPro GatewayProFactory.toGatewayPro(Gateway gateway)
           
static GatewayPro GatewayProFactory.toGatewayPro(Object gateway)
           
 

Methods in railo.runtime.gateway.proxy with parameters of type GatewayPro
static Gateway GatewayProFactory.toGateway(GatewayPro gateway)
           
 



Copyright © 2012 Railo