Skip navigation links
WildFly: Domain HTTP Interface 15.0.1.Final
A B C D E G H I L M N O P R S T U V W 

A

ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class org.jboss.as.domain.http.server.cors.CorsHeaders
 
ACCESS_CONTROL_ALLOW_CREDENTIALS_STRING - Static variable in class org.jboss.as.domain.http.server.cors.CorsHeaders
 
ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class org.jboss.as.domain.http.server.cors.CorsHeaders
 
ACCESS_CONTROL_ALLOW_HEADERS_STRING - Static variable in class org.jboss.as.domain.http.server.cors.CorsHeaders
 
ACCESS_CONTROL_ALLOW_METHODS - Static variable in class org.jboss.as.domain.http.server.cors.CorsHeaders
 
ACCESS_CONTROL_ALLOW_METHODS_STRING - Static variable in class org.jboss.as.domain.http.server.cors.CorsHeaders
 
ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class org.jboss.as.domain.http.server.cors.CorsHeaders
 
ACCESS_CONTROL_ALLOW_ORIGIN_STRING - Static variable in class org.jboss.as.domain.http.server.cors.CorsHeaders
 
ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class org.jboss.as.domain.http.server.cors.CorsHeaders
 
ACCESS_CONTROL_EXPOSE_HEADERS_STRING - Static variable in class org.jboss.as.domain.http.server.cors.CorsHeaders
 
ACCESS_CONTROL_MAX_AGE - Static variable in class org.jboss.as.domain.http.server.cors.CorsHeaders
 
ACCESS_CONTROL_MAX_AGE_STRING - Static variable in class org.jboss.as.domain.http.server.cors.CorsHeaders
 
ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class org.jboss.as.domain.http.server.cors.CorsHeaders
 
ACCESS_CONTROL_REQUEST_HEADERS_STRING - Static variable in class org.jboss.as.domain.http.server.cors.CorsHeaders
 
ACCESS_CONTROL_REQUEST_METHOD - Static variable in class org.jboss.as.domain.http.server.cors.CorsHeaders
 
ACCESS_CONTROL_REQUEST_METHOD_STRING - Static variable in class org.jboss.as.domain.http.server.cors.CorsHeaders
 
addManagementGetRemapContext(String, ManagementHttpServer.PathRemapper) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer
 
addManagementHandler(String, boolean, HttpHandler) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer
 
addService(ServiceTarget, ConsoleAvailabilityService.LogAdminConsole) - Static method in class org.jboss.as.domain.http.server.ConsoleAvailabilityService
 
addShutdownListener(ManagementHttpRequestProcessor.ShutdownListener) - Method in class org.jboss.as.domain.http.server.ManagementHttpRequestProcessor
Add a shutdown listener, which gets called when all requests completed on shutdown.
addStaticContext(String, ResourceManager) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer
 
AnonymousMechanism - Class in org.jboss.as.domain.http.server.security
An AuthenticationMechanism that always associates an 'anonymous' user.
AnonymousMechanism() - Constructor for class org.jboss.as.domain.http.server.security.AnonymousMechanism
 
authenticate(HttpServerExchange, SecurityContext) - Method in class org.jboss.as.domain.http.server.security.AnonymousMechanism
 
authenticate(HttpServerExchange, SecurityContext) - Method in class org.jboss.as.domain.http.server.security.AuthenticationMechanismWrapper
 
AuthenticationMechanismWrapper - Class in org.jboss.as.domain.http.server.security
A wrapper around the AuthenticationMechanisms to ensure that the identity manager is aware of the current mechanism.
AuthenticationMechanismWrapper(AuthenticationMechanism, AuthMechanism) - Constructor for class org.jboss.as.domain.http.server.security.AuthenticationMechanismWrapper
 
awaitCompletion(long, TimeUnit) - Method in class org.jboss.as.domain.http.server.ManagementHttpRequestProcessor
 

B

beginRequest() - Method in class org.jboss.as.domain.http.server.ManagementHttpRequestProcessor
This gets called when we receive a new http mgmt request and returns whether the request can process or should return a 503 response when the server is about to shutdown.
build() - Method in class org.jboss.as.domain.http.server.ManagementHttpServer.Builder
 
build() - Method in class org.jboss.as.domain.http.server.OperationParameter.Builder
 
builder() - Static method in class org.jboss.as.domain.http.server.ManagementHttpServer
 
Builder(boolean) - Constructor for class org.jboss.as.domain.http.server.OperationParameter.Builder
Creates a new builder.

C

Common - Class in org.jboss.as.domain.http.server
 
Common() - Constructor for class org.jboss.as.domain.http.server.Common
 
CONSOLE_AVAILABILITY_CAPABILITY - Static variable in interface org.jboss.as.domain.http.server.ConsoleAvailability
Capability users of the controller use to read the web console availability and force it to make it available before the process controller is in RUNNING state.
ConsoleAvailability - Interface in org.jboss.as.domain.http.server
Allows callers to check the availability of the web console.
ConsoleAvailabilityService - Class in org.jboss.as.domain.http.server
Exposes a ConsoleAvailability to check the availability of the web console.
ConsoleAvailabilityService(Consumer<ConsoleAvailability>, Supplier<ProcessStateNotifier>, ConsoleAvailabilityService.LogAdminConsole) - Constructor for class org.jboss.as.domain.http.server.ConsoleAvailabilityService
 
ConsoleAvailabilityService.LogAdminConsole - Interface in org.jboss.as.domain.http.server
 
ConsoleMode - Enum in org.jboss.as.domain.http.server
Different modes for showing the admin console
consoleModuleNotFound(String) - Method in interface org.jboss.as.domain.http.server.logging.HttpServerLogger
 
consoleModuleNotFound(String) - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
consoleModuleNotFound$str() - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
consoleModuleNotFoundMsg(String) - Method in interface org.jboss.as.domain.http.server.logging.HttpServerLogger
 
consoleModuleNotFoundMsg(String) - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
consoleModuleNotFoundMsg$str() - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
constructUrl(HttpServerExchange, String) - Static method in class org.jboss.as.domain.http.server.DomainUtil
Based on the current request represented by the HttpExchange construct a complete URL for the supplied path.
CONTEXT - Static variable in class org.jboss.as.domain.http.server.security.LogoutHandler
 
CorsHeaders - Class in org.jboss.as.domain.http.server.cors
 
CorsHeaders() - Constructor for class org.jboss.as.domain.http.server.cors.CorsHeaders
 
CorsHttpHandler - Class in org.jboss.as.domain.http.server.cors
Undertow handler for CORS headers.
CorsHttpHandler(HttpHandler, Collection<String>) - Constructor for class org.jboss.as.domain.http.server.cors.CorsHttpHandler
 
CorsUtil - Class in org.jboss.as.domain.http.server.cors
Utility class for CORS handling.
CorsUtil() - Constructor for class org.jboss.as.domain.http.server.cors.CorsUtil
 

D

defaultOrigin(HttpServerExchange) - Static method in class org.jboss.as.domain.http.server.cors.CorsUtil
Determine the default origin, to allow for local access.
DmrFailureReadinessHandler - Class in org.jboss.as.domain.http.server.security
A RealmReadinessFilter implementation to report by DMR failure that requests can not be processed as the realm is not ready.
DmrFailureReadinessHandler(Function<HttpServerExchange, Boolean>, HttpHandler, String) - Constructor for class org.jboss.as.domain.http.server.security.DmrFailureReadinessHandler
 
DomainUtil - Class in org.jboss.as.domain.http.server
Utility methods used for HTTP based domain management.
DomainUtil() - Constructor for class org.jboss.as.domain.http.server.DomainUtil
 

E

ElytronIdentityHandler - Class in org.jboss.as.domain.http.server.security
HttpHandler to ensure the Subject for the current authenticated user is correctly associated for the request.
ElytronIdentityHandler(HttpHandler) - Constructor for class org.jboss.as.domain.http.server.security.ElytronIdentityHandler
 
encode(boolean) - Method in class org.jboss.as.domain.http.server.OperationParameter.Builder
 
endRequest() - Method in class org.jboss.as.domain.http.server.ManagementHttpRequestProcessor
End a request and call the ManagementHttpRequestProcessor.handleCompleted() if the server is shutdown and there are no more active requests.
errorContextModuleNotFound(String) - Method in interface org.jboss.as.domain.http.server.logging.HttpServerLogger
 
errorContextModuleNotFound(String) - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
errorContextModuleNotFound$str() - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
etag(ETag) - Method in class org.jboss.as.domain.http.server.OperationParameter.Builder
 

G

getClassLoader(ModuleLoader, String, String) - Static method in enum org.jboss.as.domain.http.server.ConsoleMode
 
getContext() - Method in class org.jboss.as.domain.http.server.ResourceHandlerDefinition
 
getDefaultPath() - Method in class org.jboss.as.domain.http.server.ResourceHandlerDefinition
 
getEtag() - Method in class org.jboss.as.domain.http.server.OperationParameter
 
getHandler() - Method in class org.jboss.as.domain.http.server.ResourceHandlerDefinition
 
getLocalAddress() - Method in class org.jboss.as.domain.http.server.ManagementHttpServer
 
getLocalAddress(Class<A>) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer
 
getLoggingLocale() - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
getMaxAge() - Method in class org.jboss.as.domain.http.server.OperationParameter
 
getSecureLocalAddress() - Method in class org.jboss.as.domain.http.server.ManagementHttpServer
 
getSecureLocalAddress(Class<A>) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer
 
getSubject() - Method in interface org.jboss.as.domain.http.server.security.SubjectAccount
 
getSubjectForHost(String) - Method in class org.jboss.as.domain.http.server.security.ServerSubjectFactory
 

H

handleCompleted() - Method in class org.jboss.as.domain.http.server.ManagementHttpRequestProcessor
Notify all shutdown listeners that the shutdown completed.
handleCompleted() - Method in interface org.jboss.as.domain.http.server.ManagementHttpRequestProcessor.ShutdownListener
 
handleRequest(HttpServerExchange) - Method in class org.jboss.as.domain.http.server.cors.CorsHttpHandler
 
handleRequest(HttpServerExchange) - Method in class org.jboss.as.domain.http.server.security.ElytronIdentityHandler
 
handleRequest(HttpServerExchange) - Method in class org.jboss.as.domain.http.server.security.LogoutHandler
 
hasConsole() - Method in enum org.jboss.as.domain.http.server.ConsoleMode
Returns whether the console is displayed or not
HttpServerLogger - Interface in org.jboss.as.domain.http.server.logging
 
HttpServerLogger_$logger - Class in org.jboss.as.domain.http.server.logging
Warning this class consists of generated code.
HttpServerLogger_$logger(Logger) - Constructor for class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
httpsRedirectNotSupported(InetAddress, InetAddress) - Method in interface org.jboss.as.domain.http.server.logging.HttpServerLogger
 
httpsRedirectNotSupported(InetAddress, InetAddress) - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
httpsRedirectNotSupported$str() - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 

I

IDENTITY_KEY - Static variable in class org.jboss.as.domain.http.server.security.ElytronIdentityHandler
 
INSTANCE - Static variable in class org.jboss.as.domain.http.server.OperatingSystemDetector
 
INTERNAL_SERVER_ERROR - Static variable in class org.jboss.as.domain.http.server.Common
 
invalidCredentialType(String) - Method in interface org.jboss.as.domain.http.server.logging.HttpServerLogger
 
invalidCredentialType(String) - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
invalidCredentialType$str() - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
invalidOperation(Throwable, String) - Method in interface org.jboss.as.domain.http.server.logging.HttpServerLogger
 
invalidOperation(Throwable, String) - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
invalidOperation$str() - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
invalidUseStreamAsResponseIndex(int, int) - Method in interface org.jboss.as.domain.http.server.logging.HttpServerLogger
 
invalidUseStreamAsResponseIndex(int, int) - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
invalidUseStreamAsResponseIndex$str() - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
isAvailable() - Method in interface org.jboss.as.domain.http.server.ConsoleAvailability
Gets the availability of the web console.
isAvailable() - Method in class org.jboss.as.domain.http.server.ConsoleAvailabilityService
Gets the availability of the web console.
isCoreRequest(HeaderMap) - Static method in class org.jboss.as.domain.http.server.cors.CorsUtil
 
isEncode() - Method in class org.jboss.as.domain.http.server.OperationParameter
 
isGet() - Method in class org.jboss.as.domain.http.server.OperationParameter
 
isPreflightedRequest(HttpServerExchange) - Static method in class org.jboss.as.domain.http.server.cors.CorsUtil
 
isPretty() - Method in class org.jboss.as.domain.http.server.OperationParameter
 
isWindows() - Method in class org.jboss.as.domain.http.server.OperatingSystemDetector
 

L

logAdminConsole() - Method in interface org.jboss.as.domain.http.server.ConsoleAvailabilityService.LogAdminConsole
 
LogoutHandler - Class in org.jboss.as.domain.http.server.security
 
LogoutHandler(String) - Constructor for class org.jboss.as.domain.http.server.security.LogoutHandler
 

M

ManagementHttpRequestProcessor - Class in org.jboss.as.domain.http.server
This class tracks active http management requests and provides listeners to coordinate the shutdown of the server.
ManagementHttpRequestProcessor() - Constructor for class org.jboss.as.domain.http.server.ManagementHttpRequestProcessor
 
ManagementHttpRequestProcessor.ShutdownListener - Interface in org.jboss.as.domain.http.server
 
ManagementHttpServer - Class in org.jboss.as.domain.http.server
The general HTTP server for handling management API requests.
ManagementHttpServer.Builder - Class in org.jboss.as.domain.http.server
 
ManagementHttpServer.PathRemapper - Interface in org.jboss.as.domain.http.server
 
managementHttpServerAlreadyBuild() - Method in interface org.jboss.as.domain.http.server.logging.HttpServerLogger
 
managementHttpServerAlreadyBuild() - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
managementHttpServerAlreadyBuild$str() - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
matchOrigin(HttpServerExchange, Collection<String>) - Static method in class org.jboss.as.domain.http.server.cors.CorsUtil
Match the Origin header with the allowed origins.
maxAge(int) - Method in class org.jboss.as.domain.http.server.OperationParameter.Builder
 
METHOD_NOT_ALLOWED_HANDLER - Static variable in class org.jboss.as.domain.http.server.Common
 
modelRequestError(Throwable) - Method in interface org.jboss.as.domain.http.server.logging.HttpServerLogger
 
modelRequestError(Throwable) - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
modelRequestError$str() - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
MOVED_PERMANENTLY - Static variable in class org.jboss.as.domain.http.server.Common
 

N

noRealmOrSSLContext() - Method in interface org.jboss.as.domain.http.server.logging.HttpServerLogger
 
noRealmOrSSLContext() - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
noRealmOrSSLContext$str() - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
NOT_FOUND - Static variable in class org.jboss.as.domain.http.server.Common
 

O

OperatingSystemDetector - Class in org.jboss.as.domain.http.server
 
OperationParameter - Class in org.jboss.as.domain.http.server
Value class for describing the result of an operation against the DomainApiHandler.
OperationParameter.Builder - Class in org.jboss.as.domain.http.server
Builder for OperationParameter.
org.jboss.as.domain.http.server - package org.jboss.as.domain.http.server
 
org.jboss.as.domain.http.server.cors - package org.jboss.as.domain.http.server.cors
 
org.jboss.as.domain.http.server.logging - package org.jboss.as.domain.http.server.logging
 
org.jboss.as.domain.http.server.security - package org.jboss.as.domain.http.server.security
 
ORIGIN - Static variable in class org.jboss.as.domain.http.server.cors.CorsHeaders
 
ORIGIN_STRING - Static variable in class org.jboss.as.domain.http.server.cors.CorsHeaders
 

P

PATH - Static variable in class org.jboss.as.domain.http.server.security.LogoutHandler
 
pretty(boolean) - Method in class org.jboss.as.domain.http.server.OperationParameter.Builder
 
propertyChange(PropertyChangeEvent) - Method in class org.jboss.as.domain.http.server.ConsoleAvailabilityService
 

R

RealmIdentityManager - Class in org.jboss.as.domain.http.server.security
Deprecated.
Elytron integration will make this obsolete.
RealmIdentityManager(SecurityRealm) - Constructor for class org.jboss.as.domain.http.server.security.RealmIdentityManager
Deprecated.
 
realmNotReadyForSecuredManagementHandler(String) - Method in interface org.jboss.as.domain.http.server.logging.HttpServerLogger
 
realmNotReadyForSecuredManagementHandler(String) - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
realmNotReadyForSecuredManagementHandler$str() - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
realmNotReadyMessage(String) - Method in interface org.jboss.as.domain.http.server.logging.HttpServerLogger
An error message indicating that the security realm is not ready to process requests and a URL that can be viewed for additional information.
realmNotReadyMessage(String) - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
realmNotReadyMessage$str() - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
RedirectReadinessHandler - Class in org.jboss.as.domain.http.server.security
A readiness filter to redirect users to an error page if the realm is not ready to handle authentication requests.
RedirectReadinessHandler(Function<HttpServerExchange, Boolean>, HttpHandler, String) - Constructor for class org.jboss.as.domain.http.server.security.RedirectReadinessHandler
 
remapPath(String) - Method in interface org.jboss.as.domain.http.server.ManagementHttpServer.PathRemapper
 
removeContext(String) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer
 
ResourceHandlerDefinition - Class in org.jboss.as.domain.http.server
 
ResourceHandlerDefinition(String, String, HttpHandler) - Constructor for class org.jboss.as.domain.http.server.ResourceHandlerDefinition
 
ROOT_LOGGER - Static variable in interface org.jboss.as.domain.http.server.logging.HttpServerLogger
 

S

sanitizeDefaultPort(String) - Static method in class org.jboss.as.domain.http.server.cors.CorsUtil
Removes the port from a URL if this port is the default one for the URL's scheme.
sendChallenge(HttpServerExchange, SecurityContext) - Method in class org.jboss.as.domain.http.server.security.AnonymousMechanism
 
sendChallenge(HttpServerExchange, SecurityContext) - Method in class org.jboss.as.domain.http.server.security.AuthenticationMechanismWrapper
 
sendPlainTextError(HttpServerExchange, String, int) - Static method in class org.jboss.as.domain.http.server.Common
 
ServerErrorReadinessHandler - Class in org.jboss.as.domain.http.server.security
A filter to return 500 if the realm is not ready to handle authentication requests.
ServerErrorReadinessHandler(String, Function<HttpServerExchange, Boolean>, HttpHandler) - Constructor for class org.jboss.as.domain.http.server.security.ServerErrorReadinessHandler
 
ServerSubjectFactory - Class in org.jboss.as.domain.http.server.security
A GSSAPIServerSubjectFactory that obtaines the SubjectIdentity from the SecurityRealm and associates it with the current request so it can be cleaned up as the end of the request.
ServerSubjectFactory(SecurityRealm, RealmIdentityManager) - Constructor for class org.jboss.as.domain.http.server.security.ServerSubjectFactory
 
SERVICE_UNAVAIABLE - Static variable in class org.jboss.as.domain.http.server.Common
 
setAllowedOrigins(Collection<String>) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer.Builder
 
setAvailable() - Method in interface org.jboss.as.domain.http.server.ConsoleAvailability
Tries to make the console available.
setAvailable() - Method in class org.jboss.as.domain.http.server.ConsoleAvailabilityService
Tries to make the console available.
setBindAddress(InetSocketAddress) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer.Builder
 
setChannelUpgradeHandler(ChannelUpgradeHandler) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer.Builder
 
setConsoleAvailability(ConsoleAvailability) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer.Builder
 
setConsoleMode(ConsoleMode) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer.Builder
 
setConsoleSlot(String) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer.Builder
 
setConstantHeaders(Map<String, List<HttpInterfaceCommonPolicy.Header>>) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer.Builder
Set a map of constant headers that should be set on each response by matching the path of the incoming request.
setControlledProcessStateNotifier(ProcessStateNotifier) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer.Builder
Deprecated.
The management Http Server no longer needs the processStateNotifier. This class was used to see if it was possible to process an Http Request to the server. If the process status was starting or stopping, those requests were rejected. Now its use has been replaced by using ConsoleAvailability which maintains this behavior.
setControlledProcessStateService(ProcessStateNotifier) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer.Builder
setExecutor(Executor) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer.Builder
 
setHttpAuthenticationFactory(HttpAuthenticationFactory) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer.Builder
 
setManagementHttpRequestProcessor(ManagementHttpRequestProcessor) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer.Builder
 
setModelController(ModelController) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer.Builder
 
setSecureBindAddress(InetSocketAddress) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer.Builder
 
setSecurityRealm(SecurityRealm) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer.Builder
 
setSSLClientAuthMode(SslClientAuthMode) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer.Builder
Set the SSL client authentication mode.
setSSLContext(SSLContext) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer.Builder
 
setWorker(XnioWorker) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer.Builder
 
shutdown() - Method in class org.jboss.as.domain.http.server.ManagementHttpRequestProcessor
 
shutdownNow() - Method in class org.jboss.as.domain.http.server.ManagementHttpRequestProcessor
 
sslRequestedNoSslContext() - Method in interface org.jboss.as.domain.http.server.logging.HttpServerLogger
 
sslRequestedNoSslContext() - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
sslRequestedNoSslContext$str() - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
start(StartContext) - Method in class org.jboss.as.domain.http.server.ConsoleAvailabilityService
 
start() - Method in class org.jboss.as.domain.http.server.ManagementHttpServer
 
stop(StopContext) - Method in class org.jboss.as.domain.http.server.ConsoleAvailabilityService
 
stop() - Method in class org.jboss.as.domain.http.server.ManagementHttpServer
 
SubjectAccount - Interface in org.jboss.as.domain.http.server.security
An extension to the Undertow Account interface to also make available a Subject.

T

TEMPORARY_REDIRECT - Static variable in class org.jboss.as.domain.http.server.Common
 
toString() - Method in class org.jboss.as.domain.http.server.OperationParameter
 

U

UNAUTHORIZED - Static variable in class org.jboss.as.domain.http.server.Common
 
UNSUPPORTED_MEDIA_TYPE - Static variable in class org.jboss.as.domain.http.server.Common
 
uploadError(Throwable) - Method in interface org.jboss.as.domain.http.server.logging.HttpServerLogger
 
uploadError(Throwable) - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
uploadError$str() - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 

V

valueOf(String) - Static method in enum org.jboss.as.domain.http.server.ConsoleMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.as.domain.http.server.ConsoleMode
Returns an array containing the constants of this enum type, in the order they are declared.
verify(Account) - Method in class org.jboss.as.domain.http.server.security.RealmIdentityManager
Deprecated.
 
verify(String, Credential) - Method in class org.jboss.as.domain.http.server.security.RealmIdentityManager
Deprecated.
 
verify(Credential) - Method in class org.jboss.as.domain.http.server.security.RealmIdentityManager
Deprecated.
 

W

writeResponse(HttpServerExchange, int, ModelNode, OperationParameter) - Static method in class org.jboss.as.domain.http.server.DomainUtil
 
A B C D E G H I L M N O P R S T U V W 
Skip navigation links
WildFly: Domain HTTP Interface 15.0.1.Final

Copyright © 2021 JBoss by Red Hat. All rights reserved.