Class ServletRequestURLAttribute

  • All Implemented Interfaces:
    io.undertow.attribute.ExchangeAttribute

    public class ServletRequestURLAttribute
    extends Object
    implements io.undertow.attribute.ExchangeAttribute
    The request URL
    Author:
    Stuart Douglas
    • Method Detail

      • readAttribute

        public String readAttribute​(io.undertow.server.HttpServerExchange exchange)
        Specified by:
        readAttribute in interface io.undertow.attribute.ExchangeAttribute
      • writeAttribute

        public void writeAttribute​(io.undertow.server.HttpServerExchange exchange,
                                   String newValue)
                            throws io.undertow.attribute.ReadOnlyAttributeException
        Specified by:
        writeAttribute in interface io.undertow.attribute.ExchangeAttribute
        Throws:
        io.undertow.attribute.ReadOnlyAttributeException