Class BaSyxHTTPSConnector
- java.lang.Object
-
- org.eclipse.basyx.vab.protocol.http.connector.HTTPConnector
-
- de.iip_ecosphere.platform.support.aas.basyx.BaSyxHTTPSConnector
-
- All Implemented Interfaces:
org.eclipse.basyx.vab.protocol.api.IBaSyxConnector
public class BaSyxHTTPSConnector extends org.eclipse.basyx.vab.protocol.http.connector.HTTPConnectorAn HTTPS Connector class which can be used for creating an HTTPS Client.- Author:
- haque (taken over from BaSyx tests), Holger Eichelberger, SSE
-
-
Field Summary
Fields Modifier and Type Field Description private static org.slf4j.Loggerlogger
-
Constructor Summary
Constructors 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voidsetHttpsClient(BaSyxJerseyHttpsClientFactory factory)Configures the client so that it can run with HTTPS protocol.
-
-
-
Constructor Detail
-
BaSyxHTTPSConnector
public BaSyxHTTPSConnector(java.lang.String address, BaSyxJerseyHttpsClientFactory factory)Initiates an HTTPSConnector with given address and HTTPS factory.- Parameters:
address- the server addressfactory- the HTTPS factory
-
BaSyxHTTPSConnector
public BaSyxHTTPSConnector(java.lang.String address, java.lang.String mediaType, BaSyxJerseyHttpsClientFactory factory)Initiates an HTTPSConnector with given address and media type.- Parameters:
address- the server addressmediaType- the media typefactory- the HTTPS factory
-
-
Method Detail
-
setHttpsClient
private void setHttpsClient(BaSyxJerseyHttpsClientFactory factory)
Configures the client so that it can run with HTTPS protocol.- Parameters:
factory- the HTTPS factory
-
-