Class ResourceHandler


  • public final class ResourceHandler
    extends java.lang.Object
    Defines the resource handler
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static io.undertow.server.handlers.resource.ResourceHandler createResourceHandler​(IWebServerConfiguration webServerConfiguration)
      Create resource handler
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • createResourceHandler

        public static io.undertow.server.handlers.resource.ResourceHandler createResourceHandler​(IWebServerConfiguration webServerConfiguration)
        Create resource handler
        Parameters:
        webServerConfiguration - the web server configuration
        Returns:
        the resource handler