Package com.biglybt.pifimpl.remote
Interface RPRequestDispatcher
-
public interface RPRequestDispatcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RPReply
dispatch(RPRequest request)
RPPluginInterface
getPlugin()
-
-
-
Method Detail
-
getPlugin
RPPluginInterface getPlugin()
-
dispatch
RPReply dispatch(RPRequest request) throws RPException
- Throws:
RPException
-
-