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 void
clear()
void
disable()
void
enable()
void
handleNotification(Notification notification, Object server)
void
init(String keyStoreFile, String keyStorePass)
void
setFuturePort(int newPort)
-
-
-
Method Detail
-
init
public void init(@NotNull String keyStoreFile, @NotNull String keyStorePass)
- Specified by:
init
in interfaceHttpsConnectorManager
-
enable
public void enable() throws HttpsConfigurationException
- Specified by:
enable
in interfaceHttpsConnectorManager
- Throws:
HttpsConfigurationException
-
disable
public void disable() throws HttpsConfigurationException
- Specified by:
disable
in interfaceHttpsConnectorManager
- Throws:
HttpsConfigurationException
-
setFuturePort
public void setFuturePort(int newPort)
- Specified by:
setFuturePort
in interfaceHttpsConnectorManager
-
clear
public void clear()
- Specified by:
clear
in interfaceHttpsConnectorManager
-
handleNotification
public void handleNotification(Notification notification, Object server)
- Specified by:
handleNotification
in interfaceNotificationListener
-
-