Class ServerInfoResource


  • @Produces("application/json")
    @Path("/serverinfo")
    public class ServerInfoResource
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      jakarta.ws.rs.core.Response getOverrides()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ServerInfoResource

        public ServerInfoResource()
    • Method Detail

      • getOverrides

        @GET
        @Path("statusoverrides")
        public jakarta.ws.rs.core.Response getOverrides()
                                                 throws java.lang.Exception
        Throws:
        java.lang.Exception