Class ServletRequestCharacterEncodingAttribute.Builder

  • All Implemented Interfaces:
    io.undertow.attribute.ExchangeAttributeBuilder
    Enclosing class:
    ServletRequestCharacterEncodingAttribute

    public static final class ServletRequestCharacterEncodingAttribute.Builder
    extends java.lang.Object
    implements io.undertow.attribute.ExchangeAttributeBuilder
    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.undertow.attribute.ExchangeAttribute build​(java.lang.String token)  
      java.lang.String name()  
      int priority()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • name

        public java.lang.String name()
        Specified by:
        name in interface io.undertow.attribute.ExchangeAttributeBuilder
      • build

        public io.undertow.attribute.ExchangeAttribute build​(java.lang.String token)
        Specified by:
        build in interface io.undertow.attribute.ExchangeAttributeBuilder
      • priority

        public int priority()
        Specified by:
        priority in interface io.undertow.attribute.ExchangeAttributeBuilder