Class RPRequestHandler.replyCache

  • Enclosing class:
    RPRequestHandler

    protected static class RPRequestHandler.replyCache
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected long id  
      protected RPReply reply  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected replyCache​(long _id, RPReply _reply)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected long getId()  
      protected RPReply getReply()  
      • Methods inherited from class java.lang.Object

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

      • id

        protected long id
    • Constructor Detail

      • replyCache

        protected replyCache​(long _id,
                             RPReply _reply)
    • Method Detail

      • getId

        protected long getId()
      • getReply

        protected RPReply getReply()