Uses of Class
eu.tneitzel.rmg.endpoints.KnownEndpoint
-
Packages that use KnownEndpoint Package Description eu.tneitzel.rmg.endpoints eu.tneitzel.rmg.io eu.tneitzel.rmg.utils -
-
Uses of KnownEndpoint in eu.tneitzel.rmg.endpoints
Methods in eu.tneitzel.rmg.endpoints that return KnownEndpoint Modifier and Type Method Description KnownEndpointKnownEndpointHolder. lookup(String className)Can be used to lookup a class name within the List of KnownEndpoints.Methods in eu.tneitzel.rmg.endpoints that return types with arguments of type KnownEndpoint Modifier and Type Method Description List<KnownEndpoint>KnownEndpointHolder. getKnownEndpoints()Returns a List of KnownEndpoint that was created from the known-endpoints.yml file.Method parameters in eu.tneitzel.rmg.endpoints with type arguments of type KnownEndpoint Modifier and Type Method Description voidKnownEndpointHolder. setKnownEndpoints(List<KnownEndpoint> knownEndpoints)Sets the List of KnownEndpoint for a KnownEndpointHolder instance. -
Uses of KnownEndpoint in eu.tneitzel.rmg.io
Methods in eu.tneitzel.rmg.io with parameters of type KnownEndpoint Modifier and Type Method Description voidFormatter. listKnownEndpoint(KnownEndpoint knownEndpoint)Prints the meta information contained in a KnownEndpoint in formatted way. -
Uses of KnownEndpoint in eu.tneitzel.rmg.utils
Fields in eu.tneitzel.rmg.utils declared as KnownEndpoint Modifier and Type Field Description KnownEndpointRemoteObjectWrapper. knownEndpointassociated knownEndpoint
-