public interface ProtocolConnection
Modifier and Type | Method and Description |
---|---|
void |
disconnect()
Disconnect from the remote side.
|
ApiProvider |
getApiProvider()
Once connected get an ApiProvider that can be used to make calls.
|
com.vmware.vapi.core.ApiProviderStub |
getApiProviderStub()
Returns an
ApiProvider stub which has both synchronous and
asynchronous method overloads. |
void disconnect()
ApiProvider getApiProvider()
com.vmware.vapi.core.ApiProviderStub getApiProviderStub()
ApiProvider
stub which has both synchronous and
asynchronous method overloads.