Package | Description |
---|---|
com.vmware.vapi.protocol | |
com.vmware.vapi.protocol.local | |
com.vmware.vapi.server |
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 © 2015. All Rights Reserved.