|
Lightweight HTTP Server 1.0.0.Beta1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpExchange.AttributeScope | |
---|---|
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 HttpExchange.AttributeScope in org.jboss.com.sun.net.httpserver |
---|
Methods in org.jboss.com.sun.net.httpserver that return HttpExchange.AttributeScope | |
---|---|
static HttpExchange.AttributeScope |
HttpExchange.AttributeScope.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static HttpExchange.AttributeScope[] |
HttpExchange.AttributeScope.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.jboss.com.sun.net.httpserver with parameters of type HttpExchange.AttributeScope | |
---|---|
abstract Object |
HttpExchange.getAttribute(String name,
HttpExchange.AttributeScope scope)
A version getAttribute that allows a scope to be specified. |
abstract void |
HttpExchange.setAttribute(String name,
Object value,
HttpExchange.AttributeScope scope)
A version of setAttribute that allows a scope to be specified. |
|
Lightweight HTTP Server 1.0.0.Beta1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |