Interface IUriHandler

All Known Implementing Classes:
AbstractCompressionUriHandler, AbstractUriHandler, AckUriHandler, BandwidthSamplerUriHandler, ConfigurationUriHandler, CopyNodeUriHandler, FileSyncPullUriHandler, FileSyncPushUriHandler, InfoUriHandler, PingUriHandler, PullUriHandler, PushStatusUriHandler, PushUriHandler, RegistrationUriHandler, SnapshotUriHandler

public interface IUriHandler
  • Method Details

    • handle

      void handle(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) throws IOException, jakarta.servlet.ServletException, org.apache.commons.fileupload2.core.FileUploadException
      Throws:
      IOException
      jakarta.servlet.ServletException
      org.apache.commons.fileupload2.core.FileUploadException
    • getUriPattern

      String getUriPattern()
    • getInterceptors

      List<IInterceptor> getInterceptors()
    • isEnabled

      boolean isEnabled()