Interface UndertowRESTHandler.ParseAndDispatchREST

Enclosing class:
UndertowRESTHandler

public static interface UndertowRESTHandler.ParseAndDispatchREST
  • Method Summary

    Modifier and Type Method Description
    void parseAndDispatch​(io.undertow.server.HttpServerExchange facade, org.nustaq.serialization.FSTConfiguration jsonConf, String[] split, String rawPath, Method m, byte[] postData, Object credentials)  
  • Method Details

    • parseAndDispatch

      void parseAndDispatch​(io.undertow.server.HttpServerExchange facade, org.nustaq.serialization.FSTConfiguration jsonConf, String[] split, String rawPath, Method m, byte[] postData, Object credentials)