Check if the request is currently being processed. @return true if processing
()
| 1328 | * @return {@code true} if processing |
| 1329 | */ |
| 1330 | public boolean isProcessing() { |
| 1331 | return reqProcessorMX.getStage() == Constants.STAGE_SERVICE; |
| 1332 | } |
| 1333 | |
| 1334 | /** |
| 1335 | * Parse the character encoding from the specified content type header. If the content type is null, or there is no |