| Package | Description |
|---|---|
| com.vmware.vapi.protocol.server.rpc.http | |
| com.vmware.vapi.protocol.server.rpc.http.impl |
| Modifier and Type | Method and Description |
|---|---|
Endpoint.EndpointType |
Endpoint.getEndpointType()
Get the endpoint connector I/O type.
|
static Endpoint.EndpointType |
Endpoint.EndpointType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Endpoint.EndpointType[] |
Endpoint.EndpointType.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.setEndpointType(Endpoint.EndpointType type)
Set the endpoint connector I/O type (like blocking or NIO).
|
| Modifier and Type | Field and Description |
|---|---|
protected Endpoint.EndpointType |
HttpEndpoint._type |
| Modifier and Type | Method and Description |
|---|---|
Endpoint.EndpointType |
HttpEndpoint.getEndpointType() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpEndpoint.setEndpointType(Endpoint.EndpointType type) |
Copyright © 2023. All rights reserved.