public class ExchangeAttributes extends Object
public static ExchangeAttributeParser parser(ClassLoader classLoader)
public static ExchangeAttributeParser parser(ClassLoader classLoader, ExchangeAttributeWrapper... wrappers)
public static ExchangeAttribute cookie(String cookieName)
public static ExchangeAttribute bytesSent(boolean dashIfZero)
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 remoteObfuscatedIp()
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 responseReasonPhrase()
public static ExchangeAttribute responseHeader(HttpString header)
public static ExchangeAttribute transportProtocol()
public static ExchangeAttribute threadName()
public static ExchangeAttribute constant(String value)
public static String resolve(HttpServerExchange exchange, ExchangeAttribute[] attributes)
public static ExchangeAttribute authenticationType()
Copyright © 2020 JBoss by Red Hat. All rights reserved.