Class Service.Base

  • Direct Known Subclasses:
    Service.Request, Service.Response
    Enclosing interface:
    Service

    public abstract static class Service.Base
    extends java.lang.Object
    Base class for request and response.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static int PRIME  
    • Constructor Summary

      Constructors 
      Constructor Description
      Base()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      protected static int p​(int result, boolean v)  
      protected static int p​(int result, int v)  
      protected static int p​(int result, long v)  
      protected static int p​(int result, java.lang.Object o)  
      • Methods inherited from class java.lang.Object

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

      • Base

        public Base()
    • Method Detail

      • p

        protected static int p​(int result,
                               java.lang.Object o)
      • p

        protected static int p​(int result,
                               boolean v)
      • p

        protected static int p​(int result,
                               int v)
      • p

        protected static int p​(int result,
                               long v)