| Package | Description |
|---|---|
| com.alibaba.csp.sentinel.transport.endpoint |
| Modifier and Type | Method and Description |
|---|---|
Protocol |
Endpoint.getProtocol() |
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 |
Endpoint.setProtocol(Protocol protocol) |
| Constructor and Description |
|---|
Endpoint(Protocol protocol,
String host,
int port) |
Copyright © 2021 Alibaba Group. All rights reserved.