Class getUserHandler

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

    public class getUserHandler
    extends java.lang.Object
    implements com.sun.net.httpserver.HttpHandler
    • Constructor Summary

      Constructors 
      Constructor Description
      getUserHandler()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handle​(com.sun.net.httpserver.HttpExchange httpExchange)  
      static void sendResponse​(com.sun.net.httpserver.HttpExchange httpExchange, java.lang.String body)  
      • Methods inherited from class java.lang.Object

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

      • getUserHandler

        public getUserHandler()
    • Method Detail

      • handle

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

        public static void sendResponse​(com.sun.net.httpserver.HttpExchange httpExchange,
                                        java.lang.String body)
                                 throws java.io.IOException
        Throws:
        java.io.IOException