org.gudy.azureus2.pluginsimpl.remote
Class RPRequestHandler

java.lang.Object
  extended by org.gudy.azureus2.pluginsimpl.remote.RPRequestHandler

public class RPRequestHandler
extends Object


Nested Class Summary
protected static class RPRequestHandler.replyCache
           
 
Field Summary
protected  PluginInterface plugin_interface
           
protected  Map reply_cache
           
 
Constructor Summary
RPRequestHandler(PluginInterface _pi)
           
 
Method Summary
 RPReply processRequest(RPRequest request)
           
 RPReply processRequest(RPRequest request, RPRequestAccessController access_controller)
          We no longer allow null to be returned, you will have to return a new RPReply instance which contains null instead.
protected  RPReply processRequestSupport(RPRequest request, RPRequestAccessController access_controller)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

plugin_interface

protected PluginInterface plugin_interface

reply_cache

protected Map reply_cache
Constructor Detail

RPRequestHandler

public RPRequestHandler(PluginInterface _pi)
Method Detail

processRequest

public RPReply processRequest(RPRequest request)

processRequest

public RPReply processRequest(RPRequest request,
                              RPRequestAccessController access_controller)
We no longer allow null to be returned, you will have to return a new RPReply instance which contains null instead.


processRequestSupport

protected RPReply processRequestSupport(RPRequest request,
                                        RPRequestAccessController access_controller)