Class ResteasyHttpHandler

  • All Implemented Interfaces:
    com.sun.net.httpserver.HttpHandler

    public class ResteasyHttpHandler
    extends Object
    implements com.sun.net.httpserver.HttpHandler
    Version:
    $Revision: 1 $
    Author:
    Bill Burke
    • Constructor Detail

      • ResteasyHttpHandler

        public ResteasyHttpHandler()
    • Method Detail

      • setDispatcher

        public void setDispatcher​(Dispatcher dispatcher)
      • handle

        public void handle​(com.sun.net.httpserver.HttpExchange httpExchange)
                    throws IOException
        Specified by:
        handle in interface com.sun.net.httpserver.HttpHandler
        Throws:
        IOException