Lightweight HTTP Server 1.0.0.Beta1

Uses of Interface
org.jboss.com.sun.net.httpserver.HttpHandler

Packages that use HttpHandler
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 HttpHandler in org.jboss.com.sun.net.httpserver
 

Methods in org.jboss.com.sun.net.httpserver that return HttpHandler
abstract  HttpHandler HttpContext.getHandler()
          returns the handler for this context
 

Methods in org.jboss.com.sun.net.httpserver with parameters of type HttpHandler
abstract  HttpContext HttpHost.createContext(String path, HttpHandler handler)
          Creates a HttpContext.
abstract  HttpContext HttpServer.createContext(String path, HttpHandler handler)
          Creates a HttpContext.
abstract  void HttpContext.setHandler(HttpHandler h)
          Sets the handler for this context, if not already set.
 

Constructors in org.jboss.com.sun.net.httpserver with parameters of type HttpHandler
Filter.Chain(List<Filter> filters, HttpHandler handler)
           
 

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

Methods in org.jboss.sun.net.httpserver with parameters of type HttpHandler
 org.jboss.sun.net.httpserver.HttpContextImpl HttpServerImpl.createContext(String path, HttpHandler handler)
           
 org.jboss.sun.net.httpserver.HttpContextImpl HttpsServerImpl.createContext(String path, HttpHandler handler)
           
 


Lightweight HTTP Server 1.0.0.Beta1

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