org.gudy.azureus2.pluginsimpl.remote
Class RPRequestHandler.replyCache

java.lang.Object
  extended by org.gudy.azureus2.pluginsimpl.remote.RPRequestHandler.replyCache
Enclosing class:
RPRequestHandler

protected static class RPRequestHandler.replyCache
extends Object


Field Summary
protected  long id
           
protected  RPReply reply
           
 
Constructor Summary
protected RPRequestHandler.replyCache(long _id, RPReply _reply)
           
 
Method Summary
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

reply

protected RPReply reply
Constructor Detail

RPRequestHandler.replyCache

protected RPRequestHandler.replyCache(long _id,
                                      RPReply _reply)
Method Detail

getId

protected long getId()

getReply

protected RPReply getReply()