Class PathHandler2.SubHandler

java.lang.Object
jadex.publishservice.publish.PathHandler2.SubHandler
Enclosing class:
PathHandler2

public static class PathHandler2.SubHandler extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • getVhost

      public String getVhost()
      Returns:
      the vhost
    • setVhost

      public void setVhost(String vhost)
      Parameters:
      vhost - the vhost to set
    • getPath

      public String getPath()
      Returns:
      the path
    • setPath

      public void setPath(String path)
      Parameters:
      path - the path to set
    • getHandler

      public IRequestHandler getHandler()
      Returns:
      the handler
    • setHandler

      public void setHandler(IRequestHandler handler)
      Parameters:
      handler - the handler to set
    • getSpecifity

      public int getSpecifity()