| Package | Description |
|---|---|
| com.vmware.vapi.protocol.server.rpc.http | |
| com.vmware.vapi.protocol.server.rpc.http.impl |
| Modifier and Type | Method and Description |
|---|---|
Endpoint.Protocol |
Endpoint.getProtocol()
Returns the endpoint's 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 | Field and Description |
|---|---|
protected Endpoint.Protocol |
HttpEndpoint._protocol |
| Modifier and Type | Method and Description |
|---|---|
Endpoint.Protocol |
HttpEndpoint.getProtocol() |
| Constructor and Description |
|---|
HttpEndpoint(String host,
int port,
Endpoint.Protocol protocol)
Construct an HTTP endpoint for a particular host, port, and protocol.
|
Copyright © 2022. All rights reserved.