Class InternalServerProperties


  • public final class InternalServerProperties
    extends java.lang.Object
    Jersey internal server-side configuration properties.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String FORM_DECODED_PROPERTY
      Used internally for storing Form instance with url-decoded values in ContainerRequest properties.
      static java.lang.String FORM_PROPERTY
      Used internally for storing Form instance with original (not url-decoded) values in ContainerRequest properties.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • FORM_PROPERTY

        public static final java.lang.String FORM_PROPERTY
        Used internally for storing Form instance with original (not url-decoded) values in ContainerRequest properties.
        See Also:
        Constant Field Values
      • FORM_DECODED_PROPERTY

        public static final java.lang.String FORM_DECODED_PROPERTY
        Used internally for storing Form instance with url-decoded values in ContainerRequest properties.
        See Also:
        Constant Field Values
    • Constructor Detail

      • InternalServerProperties

        private InternalServerProperties()