Class PathSupport

java.lang.Object
io.helidon.http.media.PathSupport
All Implemented Interfaces:
NamedService, MediaSupport

public class PathSupport extends Object implements MediaSupport
Media support for Path. This needs to be a proper media support, as encoding should be provided when sending strings, and should be honored when parsing them.
  • Constructor Details

    • PathSupport

      protected PathSupport(String name)
      Create a named instance.
      Parameters:
      name - name of this instance
  • Method Details