Package org.wildfly.httpclient.naming
Class HttpRemoteNamingService
- java.lang.Object
-
- org.wildfly.httpclient.naming.HttpRemoteNamingService
-
public class HttpRemoteNamingService extends java.lang.ObjectHTTP service that handles naming invocations.- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description HttpRemoteNamingService(javax.naming.Context localContext)Deprecated.HttpRemoteNamingService(javax.naming.Context localContext, java.util.function.Function<java.lang.String,java.lang.Boolean> classResolverFilter)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description io.undertow.server.HttpHandlercreateHandler()static voidsendException(io.undertow.server.HttpServerExchange exchange, int status, java.lang.Throwable e)Deprecated.static voidsendException(io.undertow.server.HttpServerExchange exchange, org.wildfly.httpclient.common.HttpServiceConfig httpServiceConfig, int status, java.lang.Throwable e)
-
-
-
Constructor Detail
-
HttpRemoteNamingService
@Deprecated public HttpRemoteNamingService(javax.naming.Context localContext)
Deprecated.
-
HttpRemoteNamingService
public HttpRemoteNamingService(javax.naming.Context localContext, java.util.function.Function<java.lang.String,java.lang.Boolean> classResolverFilter)
-
-
Method Detail
-
createHandler
public io.undertow.server.HttpHandler createHandler()
-
sendException
@Deprecated public static void sendException(io.undertow.server.HttpServerExchange exchange, int status, java.lang.Throwable e) throws java.io.IOExceptionDeprecated.- Throws:
java.io.IOException
-
sendException
public static void sendException(io.undertow.server.HttpServerExchange exchange, org.wildfly.httpclient.common.HttpServiceConfig httpServiceConfig, int status, java.lang.Throwable e) throws java.io.IOException- Throws:
java.io.IOException
-
-