Uses of Class
de.iip_ecosphere.platform.support.aas.basyx.BaSyxJerseyHttpsClientFactory
-
Packages that use BaSyxJerseyHttpsClientFactory Package Description de.iip_ecosphere.platform.support.aas.basyx The AAS/BaSyx extension. -
-
Uses of BaSyxJerseyHttpsClientFactory in de.iip_ecosphere.platform.support.aas.basyx
Fields in de.iip_ecosphere.platform.support.aas.basyx declared as BaSyxJerseyHttpsClientFactory Modifier and Type Field Description private BaSyxJerseyHttpsClientFactoryVabHttpsInvocablesCreator. factoryMethods in de.iip_ecosphere.platform.support.aas.basyx with parameters of type BaSyxJerseyHttpsClientFactory Modifier and Type Method Description private voidBaSyxHTTPSConnector. setHttpsClient(BaSyxJerseyHttpsClientFactory factory)Configures the client so that it can run with HTTPS protocol.Constructors in de.iip_ecosphere.platform.support.aas.basyx with parameters of type BaSyxJerseyHttpsClientFactory Constructor Description BaSyxHTTPSConnector(java.lang.String address, BaSyxJerseyHttpsClientFactory factory)Initiates an HTTPSConnector with given address and HTTPS factory.BaSyxHTTPSConnector(java.lang.String address, java.lang.String mediaType, BaSyxJerseyHttpsClientFactory factory)Initiates an HTTPSConnector with given address and media type.
-