org.gudy.azureus2.pluginsimpl.remote
Class RPRequest
java.lang.Object
org.gudy.azureus2.pluginsimpl.remote.RPRequest
- All Implemented Interfaces:
- Serializable
public class RPRequest
- extends Object
- implements Serializable
- Author:
- parg
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
object
public RPObject object
method
public String method
params
public Object[] params
plugin_interface
protected transient PluginInterface plugin_interface
channel
protected transient LoggerChannel channel
connection_id
public long connection_id
request_id
public long request_id
client_ip
protected transient String client_ip
RPRequest
public RPRequest()
RPRequest
public RPRequest(RPObject _object,
String _method,
Object[] _params)
setClientIP
public void setClientIP(String str)
getClientIP
public String getClientIP()
getConnectionId
public long getConnectionId()
getRequestId
public long getRequestId()
getString
public String getString()
getObject
public RPObject getObject()
getMethod
public String getMethod()
getParams
public Object[] getParams()
getPluginInterface
public PluginInterface getPluginInterface()
setPluginInterface
public void setPluginInterface(PluginInterface pi)
getRPLoggerChannel
public LoggerChannel getRPLoggerChannel()
setRPLoggerChannel
public void setRPLoggerChannel(LoggerChannel channel)
createRemotePluginInterface
public RPPluginInterface createRemotePluginInterface(PluginInterface pi)