Interface ServerContextPathProvider

All Known Implementing Classes:
HttpServerConfiguration, NettyHttpServerConfiguration
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ServerContextPathProvider
A contract for providing a context path to a server.
Since:
1.2.8
Author:
James Kleeh
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getContextPath

      @Nullable String getContextPath()
      Returns:
      The server context path, or null