Uses of Class
com.caucho.server.dispatch.InvocationDecoder

Packages that use InvocationDecoder
com.caucho.server.cluster   
com.caucho.server.dispatch   
com.caucho.server.webapp   
 

Uses of InvocationDecoder in com.caucho.server.cluster
 

Methods in com.caucho.server.cluster that return InvocationDecoder
 InvocationDecoder ServletService.getInvocationDecoder()
           
 

Uses of InvocationDecoder in com.caucho.server.dispatch
 

Methods in com.caucho.server.dispatch that return InvocationDecoder
 InvocationDecoder InvocationServer.createInvocationDecoder()
          Returns the invocation decoder for configuration.
 InvocationDecoder InvocationServer.getInvocationDecoder()
          Returns the InvocationDecoder.
 

Uses of InvocationDecoder in com.caucho.server.webapp
 

Methods in com.caucho.server.webapp that return InvocationDecoder
 InvocationDecoder WebApp.getInvocationDecoder()
           
 InvocationDecoder WebAppContainer.getInvocationDecoder()