| Package | Description |
|---|---|
| com.vmware.vapi.protocol.server.rpc.http | |
| com.vmware.vapi.protocol.server.rpc.http.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SslEndpoint
An SSL endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Server.setEndpoints(Endpoint[] endpoints)
Specify the HTTP listening endpoints.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpEndpoint
Implementation of an HTTP server endpoint.
|
class |
HttpsEndpoint
Implementation of an HTTPS server endpoint.
|
| Modifier and Type | Field and Description |
|---|---|
protected Endpoint[] |
AbstractServer._endpoints
Server listening endpoints
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractServer.setEndpoints(Endpoint[] endpoints) |
Copyright © 2022. All rights reserved.