Uses of Class
com.predic8.membrane.core.util.TimerManager
Packages that use TimerManager
Package
Description
-
Uses of TimerManager in com.predic8.membrane.core
Methods in com.predic8.membrane.core that return TimerManager -
Uses of TimerManager in com.predic8.membrane.core.resolver
Constructors in com.predic8.membrane.core.resolver with parameters of type TimerManagerModifierConstructorDescriptionResolverMap(TimerManager timerManager, HttpClientFactory httpClientFactory, KubernetesClientFactory kubernetesClientFactory) -
Uses of TimerManager in com.predic8.membrane.core.transport
Methods in com.predic8.membrane.core.transport with parameters of type TimerManagerModifier and TypeMethodDescriptionvoidTransport.openPort(String ip, int port, SSLProvider sslProvider, TimerManager timerManager) -
Uses of TimerManager in com.predic8.membrane.core.transport.http
Methods in com.predic8.membrane.core.transport.http with parameters of type TimerManagerModifier and TypeMethodDescriptionvoidHttpTransport.openPort(String ip, int port, SSLProvider sslProvider, TimerManager timerManager) Constructors in com.predic8.membrane.core.transport.http with parameters of type TimerManagerModifierConstructorDescriptionConnectionManager(long keepAliveTimeout, TimerManager timerManager) HttpClient(HttpClientConfiguration configuration, TimerManager timerManager) HttpClientFactory(TimerManager timerManager) HttpEndpointListener(IpPort p, HttpTransport transport, SSLProvider sslProvider, TimerManager timerManager) -
Uses of TimerManager in com.predic8.membrane.core.transport.ssl
Constructors in com.predic8.membrane.core.transport.ssl with parameters of type TimerManagerModifierConstructorDescriptionAcmeSSLContext(SSLParser parser, String[] hosts, HttpClientFactory httpClientFactory, TimerManager timerManager)