| Package | Description |
|---|---|
| io.kiw.speedy | |
| io.kiw.speedy.helper | |
| io.kiw.speedy.marshaller | |
| io.kiw.speedy.subscriber | |
| io.kiw.speedy.wiring |
| Constructor and Description |
|---|
SpeedyConnection(SpeedyHost remoteHost,
Set<Integer> keyIdentifiers,
ImmutableIntMap<SubscriberChannelState> channelSequenceStates) |
SpeedyMessagingImpl(SpeedyHost localhost,
OnMessageErrorHandler subcribeErrorHandler,
SpeedyWiring wiring,
ImmutableIntMap<PublisherBucket> publisherBuckets,
ImmutableIntMap<SpeedyConnection> remoteConnections,
Map<Integer,SubscriberChannelState> channelStates,
PacketHandler packetHandler,
SchedulerThread schedulerThread) |
SpeedyMessagingImpl(SpeedyHost localhost,
OnMessageErrorHandler subcribeErrorHandler,
SpeedyWiring wiring,
ImmutableIntMap<PublisherBucket> publisherBuckets,
ImmutableIntMap<SpeedyConnection> remoteConnections,
Map<Integer,SubscriberChannelState> channelStates,
PacketHandler packetHandler,
SchedulerThread schedulerThread) |
| Modifier and Type | Method and Description |
|---|---|
static <T> ImmutableIntMap<T> |
ImmutableMapFactory.initialiseIntMap(Map<Integer,T> integerMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageUnMarshaller.unmarshallAndPotentiallyHandle(ByteBuffer packetBuffer,
ImmutableIntMap<GenericHandler> subscriptions,
OnMessageErrorHandler onMessageErrorHandler,
SubscriberChannelState channelState,
int publisherIdentifier,
PublishPromise publishPromise) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ManagementSubscriptions.getHostAcknowledgementSubscription(Map<Integer,GenericHandler> subscriptions,
SpeedyHost localhost,
ImmutableIntMap<SpeedyConnection> remoteHosts) |
static void |
ManagementSubscriptions.getHostRegistrationSubscription(Map<Integer,GenericHandler> subscriptions,
SpeedyHost localhost,
ImmutableIntMap<SpeedyConnection> remoteHosts,
PublishPromise publishPromise) |
static void |
ManagementSubscriptions.getNackSubscription(Map<Integer,GenericHandler> subscriptions,
SpeedyHost localhost,
PublishPromise publishPromise,
ImmutableIntMap<PublisherBucket> publisherBuckets) |
| Modifier and Type | Method and Description |
|---|---|
void |
UdpSpeedyWiring.connectIfSingleConnection(ImmutableIntMap<SpeedyConnection> remoteConnections) |
void |
StubWiring.connectIfSingleConnection(ImmutableIntMap<SpeedyConnection> remoteConnections) |
void |
SpeedyWiring.connectIfSingleConnection(ImmutableIntMap<SpeedyConnection> remoteConnections) |
void |
UdpSpeedyWiring.start(SpeedyMessagingPublisher speedyMessagingPublisher,
SpeedyMessagingSubscriber speedyMessagingSubscriber,
SchedulerThread schedulerThread,
ImmutableIntMap<SpeedyConnection> remoteConnections) |
void |
StubWiring.start(SpeedyMessagingPublisher speedyMessagingPublisher,
SpeedyMessagingSubscriber speedyMessagingSubscriber,
SchedulerThread schedulerThread,
ImmutableIntMap<SpeedyConnection> remoteConnections) |
void |
SpeedyWiring.start(SpeedyMessagingPublisher speedyMessagingPublisher,
SpeedyMessagingSubscriber speedyMessagingSubscriber,
SchedulerThread schedulerThread,
ImmutableIntMap<SpeedyConnection> remoteConnections) |
Copyright © 2018. All rights reserved.