Lightweight HTTP Server 1.0.0.Beta1

Uses of Class
org.jboss.com.sun.net.httpserver.HttpContext

Packages that use HttpContext
org.jboss.com.sun.net.httpserver Provides a simple high-level Http server API, which can be used to build embedded HTTP servers. 
org.jboss.sun.net.httpserver   
 

Uses of HttpContext in org.jboss.com.sun.net.httpserver
 

Methods in org.jboss.com.sun.net.httpserver that return HttpContext
abstract  HttpContext HttpHost.createContext(String path)
          Creates a HttpContext without initially specifying a handler.
abstract  HttpContext HttpServer.createContext(String path)
          Creates a HttpContext without initially specifying a handler.
abstract  HttpContext HttpHost.createContext(String path, HttpHandler handler)
          Creates a HttpContext.
abstract  HttpContext HttpServer.createContext(String path, HttpHandler handler)
          Creates a HttpContext.
abstract  HttpContext HttpExchange.getHttpContext()
          Get the HttpContext for this exchange
 

Methods in org.jboss.com.sun.net.httpserver with parameters of type HttpContext
abstract  void HttpHost.removeContext(HttpContext context)
          Removes the given context from the server.
abstract  void HttpServer.removeContext(HttpContext context)
          Removes the given context from the server.
 

Uses of HttpContext in org.jboss.sun.net.httpserver
 

Methods in org.jboss.sun.net.httpserver with parameters of type HttpContext
 void HttpServerImpl.removeContext(HttpContext context)
           
 void HttpsServerImpl.removeContext(HttpContext context)
           
 


Lightweight HTTP Server 1.0.0.Beta1

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.