Package com.biglybt.pifimpl.remote
Class RPRequest
java.lang.Object
com.biglybt.pifimpl.remote.RPRequest
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected LoggerChannel
protected String
long
Object[]
protected PluginInterface
long
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Object[]
long
void
setClientIP
(String str) void
void
setRPLoggerChannel
(LoggerChannel channel)
-
Field Details
-
object
-
method
-
params
-
plugin_interface
-
channel
-
connection_id
public long connection_id -
request_id
public long request_id -
client_ip
-
-
Constructor Details
-
RPRequest
public RPRequest() -
RPRequest
-
-
Method Details
-
setClientIP
-
getClientIP
-
getConnectionId
public long getConnectionId() -
getRequestId
public long getRequestId() -
getString
-
getObject
-
getMethod
-
getParams
-
getPluginInterface
-
setPluginInterface
-
getRPLoggerChannel
-
setRPLoggerChannel
-
createRemotePluginInterface
-