Uses of Interface
org.jgroups.conf.PropertyConverter
-
Packages that use PropertyConverter Package Description org.jgroups.annotations org.jgroups.conf Provides ways to configure a protocol stack.org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of PropertyConverter in org.jgroups.annotations
Methods in org.jgroups.annotations that return types with arguments of type PropertyConverter Modifier and Type Method Description java.lang.Class<? extends PropertyConverter>
converter()
-
Uses of PropertyConverter in org.jgroups.conf
Classes in org.jgroups.conf that implement PropertyConverter Modifier and Type Class Description static class
PropertyConverters.BindInterface
static class
PropertyConverters.Default
static class
PropertyConverters.InitialHosts
static class
PropertyConverters.InitialHosts2
static class
PropertyConverters.NetworkInterfaceList
static class
PropertyConverters.PolicyConverter
Creates a list of Policy objects from a comma-separated list of classnames -
Uses of PropertyConverter in org.jgroups.util
Classes in org.jgroups.util that implement PropertyConverter Modifier and Type Class Description static class
TLS.SniMatcherConverter
-