Uses of Class
com.yahoo.jdisc.http.ConnectorConfig.AccessLog.Content.Builder
Packages that use ConnectorConfig.AccessLog.Content.Builder
-
Uses of ConnectorConfig.AccessLog.Content.Builder in com.yahoo.jdisc.http
Fields in com.yahoo.jdisc.http with type parameters of type ConnectorConfig.AccessLog.Content.BuilderMethods in com.yahoo.jdisc.http that return ConnectorConfig.AccessLog.Content.BuilderModifier and TypeMethodDescriptionConnectorConfig.AccessLog.Content.Builder.maxSize(long __value) ConnectorConfig.AccessLog.Content.Builder.pathPrefix(String __value) ConnectorConfig.AccessLog.Content.Builder.sampleRate(double __value) Methods in com.yahoo.jdisc.http with parameters of type ConnectorConfig.AccessLog.Content.BuilderModifier and TypeMethodDescriptionConnectorConfig.AccessLog.Builder.content(ConnectorConfig.AccessLog.Content.Builder __builder) Add the given builder to this builder's list of Content buildersMethod parameters in com.yahoo.jdisc.http with type arguments of type ConnectorConfig.AccessLog.Content.BuilderModifier and TypeMethodDescriptionConnectorConfig.AccessLog.Builder.content(Consumer<ConnectorConfig.AccessLog.Content.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listConnectorConfig.AccessLog.Builder.content(List<ConnectorConfig.AccessLog.Content.Builder> __builders) Set the given list as this builder's list of Content buildersConstructors in com.yahoo.jdisc.http with parameters of type ConnectorConfig.AccessLog.Content.Builder