Uses of Class
com.sun.net.httpserver.HttpContext
-
Packages that use HttpContext Package Description com.sun.net.httpserver Provides a simple high-level Http server API, which can be used to build embedded HTTP servers. -
-
Uses of HttpContext in com.sun.net.httpserver
Methods in com.sun.net.httpserver that return HttpContext Modifier and Type Method Description abstract HttpContextHttpServer. createContext(String path)Creates a HttpContext without initially specifying a handler.abstract HttpContextHttpServer. createContext(String path, HttpHandler handler)Creates a HttpContext.abstract HttpContextHttpExchange. getHttpContext()Get the HttpContext for this exchangeMethods in com.sun.net.httpserver with parameters of type HttpContext Modifier and Type Method Description abstract voidHttpServer. removeContext(HttpContext context)Removes the given context from the server.
-