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 HttpHandlercreateHandler()static voidsendException(HttpServerExchange exchange, int status, Throwable e)Deprecated.static voidsendException(HttpServerExchange exchange, HttpServiceConfig httpServiceConfig, int status, Throwable e)
-
-
-
Method Detail
-
createHandler
public HttpHandler createHandler()
-
sendException
@Deprecated public static void sendException(HttpServerExchange exchange, int status, Throwable e) throws IOException
Deprecated.- Throws:
IOException
-
sendException
public static void sendException(HttpServerExchange exchange, HttpServiceConfig httpServiceConfig, int status, Throwable e) throws IOException
- Throws:
IOException
-
-