Uses of Interface
org.jboss.as.server.mgmt.domain.HttpManagement
-
Packages that use HttpManagement Package Description org.jboss.as.server.mgmt org.jboss.as.server.mgmt.domain -
-
Uses of HttpManagement in org.jboss.as.server.mgmt
Methods in org.jboss.as.server.mgmt that return HttpManagement Modifier and Type Method Description HttpManagementUndertowHttpManagementService. getValue()Constructor parameters in org.jboss.as.server.mgmt with type arguments of type HttpManagement Constructor Description 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, 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.domain Modifier and Type Interface Description interfaceExtensibleHttpManagementAPI via which subsystems can extend the HTTP management interface functionality by adding specific types of new contexts.
-