Uses of Class
eu.tneitzel.rmg.operations.RemoteObjectClient
-
Packages that use RemoteObjectClient Package Description eu.tneitzel.rmg.io eu.tneitzel.rmg.operations eu.tneitzel.rmg.utils -
-
Uses of RemoteObjectClient in eu.tneitzel.rmg.io
Method parameters in eu.tneitzel.rmg.io with type arguments of type RemoteObjectClient Modifier and Type Method Description voidFormatter. listGuessedMethods(List<RemoteObjectClient> results)Prints a formatted list of successfully guessed remote methods. -
Uses of RemoteObjectClient in eu.tneitzel.rmg.operations
Methods in eu.tneitzel.rmg.operations that return types with arguments of type RemoteObjectClient Modifier and Type Method Description static List<RemoteObjectClient>RemoteObjectClient. filterEmpty(List<RemoteObjectClient> clientList)Takes a list of RemoteObjectClients and filters clients that have no methods within their method list.List<RemoteObjectClient>MethodGuesser. guessMethods()This method starts the actual guessing process.Method parameters in eu.tneitzel.rmg.operations with type arguments of type RemoteObjectClient Modifier and Type Method Description static List<RemoteObjectClient>RemoteObjectClient. filterEmpty(List<RemoteObjectClient> clientList)Takes a list of RemoteObjectClients and filters clients that have no methods within their method list. -
Uses of RemoteObjectClient in eu.tneitzel.rmg.utils
Methods in eu.tneitzel.rmg.utils with parameters of type RemoteObjectClient Modifier and Type Method Description voidRogueJMX. forwardTo(RemoteObjectClient client)Register a forward target in form of a RemoteObjectClient.
-