Searched defs:SdkHttpExecutionAttribute (Results 1 – 2 of 2) sorted by relevance
31 public abstract class SdkHttpExecutionAttribute<T> extends AttributeMap.Key<T> { class33 protected SdkHttpExecutionAttribute(Class<T> valueType) { in SdkHttpExecutionAttribute() method in SdkHttpExecutionAttribute37 protected SdkHttpExecutionAttribute(UnsafeValueType unsafeValueType) { in SdkHttpExecutionAttribute() method in SdkHttpExecutionAttribute
99 …public SdkHttpExecutionAttributes.Builder putAll(Map<? extends SdkHttpExecutionAttribute<?>, ?> at… in putAll()