public class ExchangeAttributes extends Object
Modifier and Type | Method and Description |
---|---|
static ExchangeAttribute |
bytesSent(String attribute) |
static ExchangeAttribute |
cookie(String cookieName) |
static ExchangeAttribute |
dateTime() |
static ExchangeAttribute |
localIp() |
static ExchangeAttribute |
localPort() |
static ExchangeAttribute |
localServerName() |
static ExchangeAttributeParser |
parser(ClassLoader classLoader) |
static ExchangeAttribute |
queryString() |
static ExchangeAttribute |
relativePath() |
static ExchangeAttribute |
remoteIp() |
static ExchangeAttribute |
remoteUser() |
static ExchangeAttribute |
requestHeader(HttpString header) |
static ExchangeAttribute |
requestList() |
static ExchangeAttribute |
requestMethod() |
static ExchangeAttribute |
requestProtocol() |
static ExchangeAttribute |
requestURL() |
static String |
resolve(HttpServerExchange exchange,
ExchangeAttribute[] attributes) |
static ExchangeAttribute |
responseCode() |
static ExchangeAttribute |
responseHeader(HttpString header) |
static ExchangeAttribute |
threadName() |
public static ExchangeAttributeParser parser(ClassLoader classLoader)
public static ExchangeAttribute cookie(String cookieName)
public static ExchangeAttribute bytesSent(String attribute)
public static ExchangeAttribute dateTime()
public static ExchangeAttribute localIp()
public static ExchangeAttribute localPort()
public static ExchangeAttribute localServerName()
public static ExchangeAttribute queryString()
public static ExchangeAttribute relativePath()
public static ExchangeAttribute remoteIp()
public static ExchangeAttribute remoteUser()
public static ExchangeAttribute requestHeader(HttpString header)
public static ExchangeAttribute requestList()
public static ExchangeAttribute requestMethod()
public static ExchangeAttribute requestProtocol()
public static ExchangeAttribute requestURL()
public static ExchangeAttribute responseCode()
public static ExchangeAttribute responseHeader(HttpString header)
public static ExchangeAttribute threadName()
public static String resolve(HttpServerExchange exchange, ExchangeAttribute[] attributes)
Copyright © 2013 JBoss by Red Hat. All rights reserved.