| Package | Description |
|---|---|
| org.elasticsearch.common.network |
| Modifier and Type | Class and Description |
|---|---|
static class |
MulticastChannel.MultiListener
Simple listener that wraps multiple listeners into one.
|
| Modifier and Type | Field and Description |
|---|---|
protected MulticastChannel.Listener |
MulticastChannel.listener |
| Modifier and Type | Method and Description |
|---|---|
void |
MulticastChannel.MultiListener.add(MulticastChannel.Listener listener) |
protected abstract void |
MulticastChannel.close(MulticastChannel.Listener listener) |
static MulticastChannel |
MulticastChannel.getChannel(String name,
boolean shared,
MulticastChannel.Config config,
MulticastChannel.Listener listener)
Builds a channel based on the provided config, allowing to control if sharing a channel that uses
the same config is allowed or not.
|
boolean |
MulticastChannel.MultiListener.remove(MulticastChannel.Listener listener) |
| Constructor and Description |
|---|
MulticastChannel(MulticastChannel.Listener listener) |
Copyright © 2009–2016. All rights reserved.