Package org.wildfly.httpclient.naming
Class HttpRemoteNamingService
- java.lang.Object
-
- org.wildfly.httpclient.naming.HttpRemoteNamingService
-
public class HttpRemoteNamingService extends Object
HTTP service that handles naming invocations.- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description HttpRemoteNamingService(Context localContext)Deprecated.HttpRemoteNamingService(Context localContext, Function<String,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, Throwable e)Deprecated.static voidsendException(io.undertow.server.HttpServerExchange exchange, HttpServiceConfig httpServiceConfig, int status, Throwable e)
-
-
-
Method Detail
-
createHandler
public io.undertow.server.HttpHandler createHandler()
-
sendException
@Deprecated public static void sendException(io.undertow.server.HttpServerExchange exchange, int status, Throwable e) throws IOException
Deprecated.- Throws:
IOException
-
sendException
public static void sendException(io.undertow.server.HttpServerExchange exchange, HttpServiceConfig httpServiceConfig, int status, Throwable e) throws IOException- Throws:
IOException
-
-