Package | Description |
---|---|
org.apache.river.discovery |
Provides a set of constraints, low-level utility classes, and provider
interfaces for participating in versions 1 and 2 of the multicast request,
multicast announcement, and unicast discovery protocols.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DelayedMulticastRequestDecoder
Interface implemented by classes which decode multicast request data
and additionally support delayed constraint checking.
|
Modifier and Type | Method and Description |
---|---|
static Discovery |
Discovery.getProtocol2(MulticastRequestEncoder[] mre,
MulticastRequestDecoder[] mrd,
MulticastAnnouncementEncoder[] mae,
MulticastAnnouncementDecoder[] mad,
UnicastDiscoveryClient[] udc,
UnicastDiscoveryServer[] uds)
Returns an instance implementing protocol version 2 which uses the given
providers.
|
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.