Package | Description |
---|---|
org.springframework.cloud.servicebroker.model.binding |
Service binding models
|
Modifier and Type | Method and Description |
---|---|
Endpoint.Protocol |
Endpoint.getProtocol()
Get the network protocol
|
static Endpoint.Protocol |
Endpoint.Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Endpoint.Protocol[] |
Endpoint.Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Endpoint.EndpointBuilder |
Endpoint.EndpointBuilder.protocol(Endpoint.Protocol protocol)
Set the network protocol.
|
Constructor and Description |
---|
Endpoint(String host,
List<String> ports,
Endpoint.Protocol protocol)
Construct a new
Endpoint |