public class SpeedyConnection extends Object
| Constructor and Description |
|---|
SpeedyConnection(SpeedyHost remoteHost,
Set<Integer> keyIdentifiers,
ImmutableIntMap<SubscriberChannelState> channelSequenceStates) |
| Modifier and Type | Method and Description |
|---|---|
void |
assertAllKeysHaveBeenSubscribedTo(Set<Integer> subscribedKeys) |
boolean |
containsRegistrationToKey(String key) |
boolean |
equals(Object o) |
SubscriberChannelState |
getChannelSequenceState(int channelIdentifier) |
SpeedyHost |
getHost() |
int |
hashCode() |
void |
theyAcknowledgeUs() |
boolean |
theyHaveAcknowledgedUs() |
void |
weAcknowledgeThem() |
boolean |
weHaveAcknowledgedThem() |
public SpeedyConnection(SpeedyHost remoteHost, Set<Integer> keyIdentifiers, ImmutableIntMap<SubscriberChannelState> channelSequenceStates)
public SpeedyHost getHost()
public boolean theyHaveAcknowledgedUs()
public void theyAcknowledgeUs()
public void weAcknowledgeThem()
public boolean weHaveAcknowledgedThem()
public void assertAllKeysHaveBeenSubscribedTo(Set<Integer> subscribedKeys)
public boolean containsRegistrationToKey(String key)
public SubscriberChannelState getChannelSequenceState(int channelIdentifier)
Copyright © 2018. All rights reserved.