Class StaticFileHandler

java.lang.Object
emu.grasscutter.server.http.gcstatic.StaticFileHandler
All Implemented Interfaces:
express.http.HttpContextHandler

public final class StaticFileHandler extends Object implements express.http.HttpContextHandler
  • Constructor Details

    • StaticFileHandler

      public StaticFileHandler()
  • Method Details

    • handle

      public void handle(express.http.Request req, express.http.Response res) throws IOException
      Specified by:
      handle in interface express.http.HttpContextHandler
      Throws:
      IOException