Class MediaTypeParser

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      private static class  MediaTypeParser.State  
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private char[] input  
      protected static java.util.function.IntPredicate NAME_CHARS  
      protected static java.util.function.IntPredicate NAME_FIRST  
    • Constructor Summary

      Constructors 
      Constructor Description
      MediaTypeParser​(java.lang.String input)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      MediaType parse()  
      • Methods inherited from class java.lang.Object

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

      • NAME_FIRST

        protected static final java.util.function.IntPredicate NAME_FIRST
      • NAME_CHARS

        protected static final java.util.function.IntPredicate NAME_CHARS
      • input

        private final char[] input
    • Constructor Detail

      • MediaTypeParser

        public MediaTypeParser​(java.lang.String input)