Class RsNotFound

  • All Implemented Interfaces:
    com.artipie.http.Response

    public final class RsNotFound
    extends Object
    implements com.artipie.http.Response
    Standard HTTP 404 response for NPM adapter.
    Since:
    0.1
    • Constructor Detail

      • RsNotFound

        public RsNotFound()
    • Method Detail

      • send

        public CompletionStage<Void> send​(com.artipie.http.Connection connection)
        Specified by:
        send in interface com.artipie.http.Response