Lightweight HTTP Server 1.0.0.Beta1

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

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

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

Methods in org.jboss.com.sun.net.httpserver that return Headers
abstract  Headers HttpExchange.getRequestHeaders()
          Returns an immutable Map containing the HTTP headers that were included with this request.
abstract  Headers HttpExchange.getResponseHeaders()
          Returns a mutable Map into which the HTTP response headers can be stored and which will be transmitted as part of this response.
 


Lightweight HTTP Server 1.0.0.Beta1

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