Uses of Class
com.atlassian.confluence.cluster.MulticastClusterJoinConfig
-
Packages that use MulticastClusterJoinConfig Package Description com.atlassian.confluence.cluster -
-
Uses of MulticastClusterJoinConfig in com.atlassian.confluence.cluster
Methods in com.atlassian.confluence.cluster that return types with arguments of type MulticastClusterJoinConfig Modifier and Type Method Description static io.atlassian.fugue.Either<Message,MulticastClusterJoinConfig>MulticastClusterJoinConfig. createForAddress(InetAddress multicastAddress)static io.atlassian.fugue.Either<Message,MulticastClusterJoinConfig>MulticastClusterJoinConfig. createForConfig(InetAddress multicastAddress, int multicastTTL, int multicastPort)static com.atlassian.fugue.Either<Message,MulticastClusterJoinConfig>MulticastClusterJoinConfig. getForAddress(InetAddress multicastAddress)Deprecated.since 7.0.1.static com.atlassian.fugue.Either<Message,MulticastClusterJoinConfig>MulticastClusterJoinConfig. getForConfig(InetAddress multicastAddress, int multicastTTL, int multicastPort)Deprecated.since 7.0.1.Methods in com.atlassian.confluence.cluster with parameters of type MulticastClusterJoinConfig Modifier and Type Method Description voidClusterJoinConfig.Decoder. accept(MulticastClusterJoinConfig multicastJoinConfig)
-