Package io.muserver

Class Toggles


  • public class Toggles
    extends java.lang.Object
    Temporary features that might be removed without notice.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static boolean fixedLengthResponsesEnabled
      Deprecated.
      This is now unused and fixed length is always enabled
      static boolean http2
      Deprecated.
      Use Http2ConfigBuilder instead
    • Constructor Summary

      Constructors 
      Constructor Description
      Toggles()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • fixedLengthResponsesEnabled

        public static boolean fixedLengthResponsesEnabled
        Deprecated.
        This is now unused and fixed length is always enabled
        An obsolete toggle that does nothing.
      • http2

        public static boolean http2
        Deprecated.
        Use Http2ConfigBuilder instead
        An obsolete toggle that does nothing.
    • Constructor Detail

      • Toggles

        public Toggles()