Class HttpRemoteNamingService


  • public class HttpRemoteNamingService
    extends java.lang.Object
    HTTP 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.HttpHandler createHandler()  
      static void sendException​(io.undertow.server.HttpServerExchange exchange, int status, java.lang.Throwable e)
      Deprecated.
      static void sendException​(io.undertow.server.HttpServerExchange exchange, org.wildfly.httpclient.common.HttpServiceConfig httpServiceConfig, int status, java.lang.Throwable e)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.IOException
        Deprecated.
        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