Uses of Class
org.graylog2.configuration.HttpConfiguration
Packages that use HttpConfiguration
Package
Description
-
Uses of HttpConfiguration in org.graylog.events.notifications.types
Constructors in org.graylog.events.notifications.types with parameters of type HttpConfigurationModifierConstructorDescriptionEmailEventNotification(EventNotificationService notificationCallbackService, EmailSender emailSender, NotificationService notificationService, NodeId nodeId, LookupTableService lookupTableService, ObjectMapperProvider objectMapperProvider, HttpConfiguration httpConfiguration, EmailRecipients.Factory emailRecipientsFactory, com.floreysoft.jmte.Engine templateEngine) -
Uses of HttpConfiguration in org.graylog.integrations.notifications.types
Constructors in org.graylog.integrations.notifications.types with parameters of type HttpConfigurationModifierConstructorDescriptionSlackEventNotification(EventNotificationService notificationCallbackService, ObjectMapperProvider objectMapperProvider, com.floreysoft.jmte.Engine templateEngine, NotificationService notificationService, NodeId nodeId, SlackClient slackClient, HttpConfiguration httpConfiguration) -
Uses of HttpConfiguration in org.graylog.integrations.notifications.types.microsoftteams
Constructors in org.graylog.integrations.notifications.types.microsoftteams with parameters of type HttpConfigurationModifierConstructorDescriptionTeamsEventNotification(EventNotificationService notificationCallbackService, ObjectMapperProvider objectMapperProvider, com.floreysoft.jmte.Engine templateEngine, NotificationService notificationService, NodeId nodeId, RequestClient requestClient, HttpConfiguration httpConfiguration) Deprecated.TeamsEventNotificationV2(EventNotificationService notificationCallbackService, ObjectMapperProvider objectMapperProvider, com.floreysoft.jmte.Engine jsonTemplateEngine, NotificationService notificationService, NodeId nodeId, RequestClient requestClient, HttpConfiguration httpConfiguration) -
Uses of HttpConfiguration in org.graylog.plugins.sidecar.migrations
Constructors in org.graylog.plugins.sidecar.migrations with parameters of type HttpConfigurationModifierConstructorDescriptionV20180212165000_AddDefaultCollectors(HttpConfiguration httpConfiguration, CollectorService collectorService, ConfigurationVariableService configurationVariableService, ConfigurationService configurationService, MongoConnection mongoConnection, ClusterConfigService clusterConfigService) -
Uses of HttpConfiguration in org.graylog.security.rest
Constructors in org.graylog.security.rest with parameters of type HttpConfigurationModifierConstructorDescriptionCertificatesResource(CaTruststore caTruststore, HttpConfiguration httpConfiguration, CustomCAX509TrustManager trustManager) -
Uses of HttpConfiguration in org.graylog2.bootstrap.preflight
Constructors in org.graylog2.bootstrap.preflight with parameters of type HttpConfigurationModifierConstructorDescriptionPreflightJerseyService(HttpConfiguration httpConfiguration, Configuration localConfiguration, Set<Class<?>> systemRestResources, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.codahale.metrics.MetricRegistry metricRegistry, PreflightConfigService preflightConfigService) -
Uses of HttpConfiguration in org.graylog2.periodical
Constructors in org.graylog2.periodical with parameters of type HttpConfigurationModifierConstructorDescriptionNodePingThread(NodeService<ServerNodeDto> nodeService, HttpConfiguration httpConfiguration, ServerStatus serverStatus, LeaderElectionService leaderElectionService) -
Uses of HttpConfiguration in org.graylog2.rest.resources.system
Constructors in org.graylog2.rest.resources.system with parameters of type HttpConfiguration -
Uses of HttpConfiguration in org.graylog2.web
Constructors in org.graylog2.web with parameters of type HttpConfigurationModifierConstructorDescriptionDevelopmentIndexHtmlGenerator(com.floreysoft.jmte.Engine templateEngine, HttpConfiguration httpConfiguration) ProductionIndexHtmlGenerator(PluginAssets pluginAssets, com.floreysoft.jmte.Engine templateEngine, HttpConfiguration httpConfiguration) -
Uses of HttpConfiguration in org.graylog2.web.resources
Constructors in org.graylog2.web.resources with parameters of type HttpConfigurationModifierConstructorDescriptionAppConfigResource(Configuration configuration, HttpConfiguration httpConfiguration, com.floreysoft.jmte.Engine templateEngine, Map<String, PluginUISettingsProvider> settingsProviders, com.fasterxml.jackson.databind.ObjectMapper objectMapper, FeatureFlags featureFlags, TelemetryConfiguration telemetryConfiguration, ContentStreamConfiguration contentStreamConfiguration)