Interface Scheme

All Known Implementing Classes:
AbstractScheme, DefaultScheme

@Deprecated(since="2021-07-29") public interface Scheme
Deprecated.
This API is deprecated as Apache Abdera is a retired project since 2017.
Interface implemented by custom IRI scheme parsers
  • Method Details

    • getName

      String getName()
      Deprecated.
    • normalize

      IRI normalize(IRI iri)
      Deprecated.
    • normalizePath

      String normalizePath(String path)
      Deprecated.
    • getDefaultPort

      int getDefaultPort()
      Deprecated.