org.gudy.azureus2.pluginsimpl.remote
Class RPReply
java.lang.Object
org.gudy.azureus2.pluginsimpl.remote.RPReply
- All Implemented Interfaces:
- Serializable
public class RPReply
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
response
public Object response
properties
protected transient Map properties
RPReply
public RPReply(Object _response)
getResponse
public Object getResponse()
throws RPException
- Throws:
RPException
setProperty
public void setProperty(String name,
String value)
getProperties
public Map getProperties()
getResponseClass
public Class getResponseClass()
setResponseClass
public void setResponseClass(Class c)