Class HttpTracingFactoryBean

  • All Implemented Interfaces:
    org.springframework.beans.factory.FactoryBean

    public class HttpTracingFactoryBean
    extends java.lang.Object
    implements org.springframework.beans.factory.FactoryBean
    Spring XML config does not support chained builders. This converts accordingly
    • Constructor Detail

      • HttpTracingFactoryBean

        public HttpTracingFactoryBean()
    • Method Detail

      • getObject

        public HttpTracing getObject()
        Specified by:
        getObject in interface org.springframework.beans.factory.FactoryBean
      • getObjectType

        public java.lang.Class<? extends HttpTracing> getObjectType()
        Specified by:
        getObjectType in interface org.springframework.beans.factory.FactoryBean
      • isSingleton

        public boolean isSingleton()
        Specified by:
        isSingleton in interface org.springframework.beans.factory.FactoryBean
      • setTracing

        public void setTracing​(Tracing tracing)
      • setClientParser

        public void setClientParser​(HttpClientParser clientParser)
      • setServerParser

        public void setServerParser​(HttpServerParser serverParser)
      • setClientSampler

        public void setClientSampler​(HttpSampler clientSampler)
      • setServerSampler

        public void setServerSampler​(HttpSampler serverSampler)