Class RpcServlet

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.voodoodyne.trivet.TrivetServlet
org.gwizard.rpc.RpcServlet
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable

@Singleton public class RpcServlet extends com.voodoodyne.trivet.TrivetServlet
The glue that turns an RPC request into a method call
See Also:
  • Field Summary

    Fields inherited from class com.voodoodyne.trivet.TrivetServlet

    APPLICATION_JAVA_SERIALIZED_OBJECT

    Fields inherited from class jakarta.servlet.http.HttpServlet

    LEGACY_DO_HEAD
  • Constructor Summary

    Constructors
    Constructor
    Description
    RpcServlet(com.google.inject.Injector injector)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getInstance(Class<?> aClass)
     

    Methods inherited from class com.voodoodyne.trivet.TrivetServlet

    doPost, invoke

    Methods inherited from class jakarta.servlet.http.HttpServlet

    doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, init, service, service

    Methods inherited from class jakarta.servlet.GenericServlet

    destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RpcServlet

      @Inject public RpcServlet(com.google.inject.Injector injector)
  • Method Details

    • getInstance

      public Object getInstance(Class<?> aClass)
      Specified by:
      getInstance in class com.voodoodyne.trivet.TrivetServlet