| Package | Description |
|---|---|
| com.vmware.vapi.config | |
| com.vmware.vapi.protocol | |
| com.vmware.vapi.protocol.local | |
| com.vmware.vapi.server |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ApiProvider> |
InterfacesHelper.buildInterfacesMap(ProtocolConnection protocolConnection)
Return a map from service id to the provider for all the services handled by the provider of
the protocol connection.
|
| Modifier and Type | Method and Description |
|---|---|
ProtocolConnection |
ProtocolConnectionFactory.getConnection(String type,
String args,
KeyStore trustStore) |
ProtocolConnection |
JsonProtocolConnectionFactory.getConnection(String type,
String args,
KeyStore trustStore) |
ProtocolConnection |
ProtocolConnectionFactory.getHttpConnection(String uri,
ClientConfiguration clientConfig,
HttpConfiguration httpConfig)
Creates an vAPI client that uses HTTP connection.
|
ProtocolConnection |
JsonProtocolConnectionFactory.getHttpConnection(String uri,
ClientConfiguration clientConfig,
HttpConfiguration httpConfig) |
ProtocolConnection |
ProtocolConnectionFactory.getInsecureConnection(String type,
String args) |
ProtocolConnection |
JsonProtocolConnectionFactory.getInsecureConnection(String type,
String args) |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalConnection
Fake connection used to call only if in the same process.
|
| Modifier and Type | Method and Description |
|---|---|
ProtocolConnection |
ServerInterface.getLocalConnection()
Returns local connection to the primary API provider.
|
ProtocolConnection |
Server.getLocalConnection()
Returns local connection to the primary API provider.
|
Copyright © 2023. All rights reserved.