Class PreprocessorDTO

  • Direct Known Subclasses:
    FailedPreprocessorDTO

    public class PreprocessorDTO
    extends DTO
    Represents a preprocessor org.osgi.service.http.whiteboard.Preprocessor service currently being used during request processing.
    Since:
    1.1
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.Map<java.lang.String,​java.lang.String> initParams
      The preprocessor initialization parameters as provided during registration of the preprocessor.
      long serviceId
      Service property identifying the preprocessor.
    • Constructor Summary

      Constructors 
      Constructor Description
      PreprocessorDTO()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • initParams

        public java.util.Map<java.lang.String,​java.lang.String> initParams
        The preprocessor initialization parameters as provided during registration of the preprocessor. Additional parameters like the Http Service Runtime attributes are not included. If the preprocessor has not initialization parameters, this map is empty.
      • serviceId

        public long serviceId
        Service property identifying the preprocessor. In the case of a preprocessor registered in the service registry and picked up by a Http Whiteboard Implementation, this value is not negative and corresponds to the service id in the registry. If the preprocessor has not been registered in the service registry, the value is negative and a unique negative value is generated by the Http Service Runtime in this case.
    • Constructor Detail

      • PreprocessorDTO

        public PreprocessorDTO()