Package | Description |
---|---|
com.xjeffrose.xio.client.loadbalancer |
Modifier and Type | Method and Description |
---|---|
Protocol |
Node.getProto() |
static Protocol |
Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol[] |
Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
NodeHealthCheck.connect(Node node,
Protocol proto,
boolean ssl,
ECV ecv) |
Constructor and Description |
---|
Node(SocketAddress address,
com.google.common.collect.ImmutableList<String> filters,
int weight,
String serviceName,
Protocol proto,
boolean ssl,
io.netty.bootstrap.Bootstrap bootstrap) |
NodeECV(Node node,
Protocol proto,
ECV ecv) |
Copyright © 2016. All Rights Reserved.