Package jetbrains.buildServer.https
Class HttpsConnectorManagerImpl
- java.lang.Object
-
- jetbrains.buildServer.https.HttpsConnectorManagerImpl
-
- All Implemented Interfaces:
EventListener,NotificationListener,HttpsConnectorManager
public class HttpsConnectorManagerImpl extends Object implements HttpsConnectorManager, NotificationListener
-
-
Constructor Summary
Constructors Constructor Description HttpsConnectorManagerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()voiddisable()voidenable()voidhandleNotification(Notification notification, Object server)voidinit(String keyStoreFile, String keyStorePass)voidsetFuturePort(int newPort)
-
-
-
Method Detail
-
init
public void init(@NotNull String keyStoreFile, @NotNull String keyStorePass)- Specified by:
initin interfaceHttpsConnectorManager
-
enable
public void enable() throws HttpsConfigurationException- Specified by:
enablein interfaceHttpsConnectorManager- Throws:
HttpsConfigurationException
-
disable
public void disable() throws HttpsConfigurationException- Specified by:
disablein interfaceHttpsConnectorManager- Throws:
HttpsConfigurationException
-
setFuturePort
public void setFuturePort(int newPort)
- Specified by:
setFuturePortin interfaceHttpsConnectorManager
-
clear
public void clear()
- Specified by:
clearin interfaceHttpsConnectorManager
-
handleNotification
public void handleNotification(Notification notification, Object server)
- Specified by:
handleNotificationin interfaceNotificationListener
-
-