Package jenkins.util

Class FullDuplexHttpService

    • Field Detail

      • DIY_CHUNKING

        @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
        public static boolean DIY_CHUNKING
        Set to true if the servlet container doesn't support chunked encoding.
      • CONNECTION_TIMEOUT

        @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
        public static long CONNECTION_TIMEOUT
        Controls the time out of waiting for the 2nd HTTP request to arrive.
      • uuid

        protected final UUID uuid
    • Constructor Detail

      • FullDuplexHttpService

        protected FullDuplexHttpService​(UUID uuid)