Package | Description |
---|---|
com.vmware.vapi.config | |
com.vmware.vapi.protocol | |
com.vmware.vapi.protocol.local | |
com.vmware.vapi.protocol.server.rpc.http.impl |
Modifier and Type | Method and Description |
---|---|
List<ProtocolHandler> |
SpringConfigurator.getProtocolHandlers() |
List<ProtocolHandler> |
PropertyConfigurator.getProtocolHandlers() |
List<ProtocolHandler> |
Configurator.getProtocolHandlers()
Returns a list of protocol handlers as described in the configuration.
|
Modifier and Type | Method and Description |
---|---|
ProtocolHandler |
ProtocolHandlerFactory.getInsecureProtocolHandler(String type,
String args,
ApiProvider provider)
Create a insecure protocol handler.
|
ProtocolHandler |
ProtocolHandlerFactory.getProtocolHandler(String type,
String args,
String secureArgs,
String clientAuth,
ProtocolHandlerFactory.KeyStoreConfig keystoreConfig,
ProtocolHandlerFactory.TrustStoreConfig truststoreConfig,
ApiProvider provider)
Create protocol handler with configurable client authentication.
|
ProtocolHandler |
ProtocolHandlerFactory.getProtocolHandler(String type,
String args,
String secureArgs,
String keystore,
String keystorePassword,
String keyPassword,
ApiProvider provider)
Create protocol handler.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalProtocol
Protocol for local callers.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpServer
The server side of the HTTP protocol handler.
|
Copyright © 2015. All Rights Reserved.