Class SpdyHttpHeaders.Names

  • Enclosing class:
    SpdyHttpHeaders

    public static final class SpdyHttpHeaders.Names
    extends java.lang.Object
    SPDY HTTP header names
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ASSOCIATED_TO_STREAM_ID
      "X-SPDY-Associated-To-Stream-ID"
      static java.lang.String PRIORITY
      "X-SPDY-Priority"
      static java.lang.String SCHEME
      "X-SPDY-Scheme"
      static java.lang.String STREAM_ID
      "X-SPDY-Stream-ID"
      static java.lang.String URL
      "X-SPDY-URL"
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Names()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • STREAM_ID

        public static final java.lang.String STREAM_ID
        "X-SPDY-Stream-ID"
        See Also:
        Constant Field Values
      • ASSOCIATED_TO_STREAM_ID

        public static final java.lang.String ASSOCIATED_TO_STREAM_ID
        "X-SPDY-Associated-To-Stream-ID"
        See Also:
        Constant Field Values
      • PRIORITY

        public static final java.lang.String PRIORITY
        "X-SPDY-Priority"
        See Also:
        Constant Field Values
    • Constructor Detail

      • Names

        private Names()