Class CxfRequestLimitingHandler

    • Constructor Detail

      • CxfRequestLimitingHandler

        public CxfRequestLimitingHandler​(int maximumConcurrentRequests,
                                         int queueSize)
      • CxfRequestLimitingHandler

        public CxfRequestLimitingHandler()
    • Method Detail

      • handleRequest

        public void handleRequest​(io.undertow.server.HttpServerExchange exchange)
                           throws Exception
        Specified by:
        handleRequest in interface io.undertow.server.HttpHandler
        Throws:
        Exception
      • getMaximumConcurrentRequests

        public int getMaximumConcurrentRequests()
      • setMaximumConcurrentRequests

        public void setMaximumConcurrentRequests​(int maximumConcurrentRequests)
      • getQueueSize

        public int getQueueSize()
      • setQueueSize

        public void setQueueSize​(int queueSize)