Uses of Interface
org.jboss.as.server.mgmt.domain.HttpManagement
Packages that use HttpManagement
-
Uses of HttpManagement in org.jboss.as.server.mgmt
Methods in org.jboss.as.server.mgmt that return HttpManagementConstructor parameters in org.jboss.as.server.mgmt with type arguments of type HttpManagementModifierConstructorDescriptionUndertowHttpManagementService(Consumer<HttpManagement> httpManagementConsumer, Supplier<io.undertow.server.ListenerRegistry> listenerRegistrySupplier, Supplier<ModelController> modelControllerSupplier, Supplier<SocketBinding> socketBindingSupplier, Supplier<SocketBinding> secureSocketBindingSupplier, Supplier<SocketBindingManager> socketBindingManagerSupplier, Supplier<NetworkInterfaceBinding> interfaceBindingSupplier, Supplier<NetworkInterfaceBinding> secureInterfaceBindingSupplier, Supplier<ManagementHttpRequestProcessor> requestProcessorSupplier, Supplier<org.xnio.XnioWorker> workerSupplier, Supplier<Executor> executorSupplier, Supplier<org.wildfly.security.auth.server.HttpAuthenticationFactory> httpAuthFactorySupplier, Supplier<SSLContext> sslContextSupplier, Integer port, Integer securePort, Collection<String> allowedOrigins, ConsoleMode consoleMode, Supplier<String> consoleSlot, Map<String, List<HttpInterfaceCommonPolicy.Header>> constantHeaders, Supplier<ConsoleAvailability> consoleAvailabilitySupplier, Integer backlog, Integer noRequestTimeout, Integer connectionHighWater, Integer connectionLowWater) UndertowHttpManagementService(Consumer<HttpManagement> httpManagementConsumer, Supplier<io.undertow.server.ListenerRegistry> listenerRegistrySupplier, Supplier<ModelController> modelControllerSupplier, Supplier<SocketBinding> socketBindingSupplier, Supplier<SocketBinding> secureSocketBindingSupplier, Supplier<SocketBindingManager> socketBindingManagerSupplier, Supplier<NetworkInterfaceBinding> interfaceBindingSupplier, Supplier<NetworkInterfaceBinding> secureInterfaceBindingSupplier, Supplier<ManagementHttpRequestProcessor> requestProcessorSupplier, Supplier<org.xnio.XnioWorker> workerSupplier, Supplier<Executor> executorSupplier, Supplier<org.wildfly.security.auth.server.HttpAuthenticationFactory> httpAuthFactorySupplier, Supplier<SSLContext> sslContextSupplier, Integer port, Integer securePort, Collection<String> allowedOrigins, ConsoleMode consoleMode, Supplier<String> consoleSlot, Map<String, List<HttpInterfaceCommonPolicy.Header>> constantHeaders, Supplier<ConsoleAvailability> consoleAvailabilitySupplier, Supplier<org.wildfly.security.auth.server.SecurityDomain> virtualSecurityDomainSupplier, Supplier<org.wildfly.security.http.HttpServerAuthenticationMechanismFactory> virtualMechanismFactorySupplier, Integer backlog, Integer noRequestTimeout, Integer connectionHighWater, Integer connectionLowWater) -
Uses of HttpManagement in org.jboss.as.server.mgmt.domain
Subinterfaces of HttpManagement in org.jboss.as.server.mgmt.domainModifier and TypeInterfaceDescriptioninterfaceAPI via which subsystems can extend the HTTP management interface functionality by adding specific types of new contexts.