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<ProcessStateNotifier> processStateNotifierSupplier, 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, String consoleSlot, Map<String,List<HttpInterfaceCommonPolicy.Header>> constantHeaders, Supplier<ConsoleAvailability> consoleAvailabilitySupplier) -
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 interfaceExtensibleHttpManagementDeprecated.Experimental; may be removed or incompatibly modified in a future minor or major release
-