Uses of Class
org.wildfly.httpclient.common.HttpServiceConfig
-
Packages that use HttpServiceConfig Package Description org.wildfly.httpclient.common org.wildfly.httpclient.ejb org.wildfly.httpclient.naming org.wildfly.httpclient.transaction -
-
Uses of HttpServiceConfig in org.wildfly.httpclient.common
Methods in org.wildfly.httpclient.common that return HttpServiceConfig Modifier and Type Method Description static HttpServiceConfigHttpServiceConfig. getInstance()Returns the default configuration.static HttpServiceConfigHttpServiceConfig. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpServiceConfig[]HttpServiceConfig. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wildfly.httpclient.common with parameters of type HttpServiceConfig Modifier and Type Method Description static voidHttpServerHelper. sendException(HttpServerExchange exchange, HttpServiceConfig serviceConfig, int status, Throwable e) -
Uses of HttpServiceConfig in org.wildfly.httpclient.ejb
Constructors in org.wildfly.httpclient.ejb with parameters of type HttpServiceConfig Constructor Description EjbHttpService(HttpServiceConfig httpServiceConfig, Association association, ExecutorService executorService, org.wildfly.transaction.client.LocalTransactionContext localTransactionContext, Function<String,Boolean> classResolverFilter)HttpDiscoveryHandler(ExecutorService executorService, Association association, HttpServiceConfig httpServiceConfig) -
Uses of HttpServiceConfig in org.wildfly.httpclient.naming
Methods in org.wildfly.httpclient.naming with parameters of type HttpServiceConfig Modifier and Type Method Description static voidHttpRemoteNamingService. sendException(HttpServerExchange exchange, HttpServiceConfig httpServiceConfig, int status, Throwable e) -
Uses of HttpServiceConfig in org.wildfly.httpclient.transaction
Constructors in org.wildfly.httpclient.transaction with parameters of type HttpServiceConfig Constructor Description HttpRemoteTransactionService(org.wildfly.transaction.client.LocalTransactionContext transactionContext, Function<org.wildfly.transaction.client.LocalTransaction,Xid> xidResolver, HttpServiceConfig httpServiceConfig)
-