public class KeysBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
RESPONSE_SUFFIX |
| Constructor and Description |
|---|
KeysBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Set<String> |
buildAllKeysAndMyResponseKeyForSubscribing(SpeedyChannel speedyChannel,
String channelName,
SpeedyHost perspectiveHost) |
static Set<String> |
buildAllKeysIncludingResponseKeysToPublishers(SpeedyChannel speedyChannel,
String channelName) |
static Collection<String> |
buildKeysForOnlyResponseForSubscribing(SpeedyHost perspectiveHost,
String channelName) |
static String |
buildResponseKey(SpeedyHost host,
String channelName) |
static Set<String> |
buildResponseKeysToPublishers(SpeedyChannel speedyChannel,
String channelName) |
public static final String RESPONSE_SUFFIX
public static Set<String> buildAllKeysIncludingResponseKeysToPublishers(SpeedyChannel speedyChannel, String channelName)
public static String buildResponseKey(SpeedyHost host, String channelName)
public static Set<String> buildAllKeysAndMyResponseKeyForSubscribing(SpeedyChannel speedyChannel, String channelName, SpeedyHost perspectiveHost)
public static Collection<String> buildKeysForOnlyResponseForSubscribing(SpeedyHost perspectiveHost, String channelName)
public static Set<String> buildResponseKeysToPublishers(SpeedyChannel speedyChannel, String channelName)
Copyright © 2018. All rights reserved.