| Package | Description |
|---|---|
| org.thales.punch.libraries.netty.groups |
Socket destination group api.
|
| Modifier and Type | Method and Description |
|---|---|
Destination<T> |
DestinationLoadBalancer.getNextDestination() |
| Modifier and Type | Method and Description |
|---|---|
DestinationLoadBalancer<T> |
DestinationLoadBalancer.add(Destination<T> d)
Add a destination to this load bamancer
|
Group<T> |
Group.add(Destination<T> d) |
int |
Destination.compareTo(Destination<T> o) |
void |
Group.connected(Destination<T> d)
Callback whenever the connection to one destination suceeded.
|
void |
Group.disconnected(Destination<T> d)
Callback whenever the connection to one destination failed.
|
DestinationLoadBalancer<T> |
DestinationLoadBalancer.remove(Destination<T> d)
Remove a destination to this load bamancer
|
Copyright © 2023. All rights reserved.