index
int64
0
0
repo_id
stringlengths
26
205
file_path
stringlengths
51
246
content
stringlengths
8
433k
__index_level_0__
int64
0
10k
0
Create_ds/ribbon/ribbon-eureka/src/test/java/com/netflix/niws
Create_ds/ribbon/ribbon-eureka/src/test/java/com/netflix/niws/loadbalancer/DiscoveryEnabledLoadBalancerSupportsUseIpAddrTest.java
/* * * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writin...
7,100
0
Create_ds/ribbon/ribbon-eureka/src/test/java/com/netflix
Create_ds/ribbon/ribbon-eureka/src/test/java/com/netflix/loadbalancer/EurekaDynamicServerListLoadBalancerTest.java
package com.netflix.loadbalancer; import com.netflix.appinfo.InstanceInfo; import com.netflix.client.config.CommonClientConfigKey; import com.netflix.client.config.DefaultClientConfigImpl; import com.netflix.discovery.CacheRefreshedEvent; import com.netflix.discovery.DefaultEurekaClientConfig; import com.netflix.disco...
7,101
0
Create_ds/ribbon/ribbon-eureka/src/main/java/com/netflix/niws
Create_ds/ribbon/ribbon-eureka/src/main/java/com/netflix/niws/loadbalancer/DiscoveryEnabledNIWSServerList.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writin...
7,102
0
Create_ds/ribbon/ribbon-eureka/src/main/java/com/netflix/niws
Create_ds/ribbon/ribbon-eureka/src/main/java/com/netflix/niws/loadbalancer/NIWSDiscoveryPing.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writin...
7,103
0
Create_ds/ribbon/ribbon-eureka/src/main/java/com/netflix/niws
Create_ds/ribbon/ribbon-eureka/src/main/java/com/netflix/niws/loadbalancer/EurekaNotificationServerListUpdater.java
package com.netflix.niws.loadbalancer; import com.google.common.util.concurrent.ThreadFactoryBuilder; import com.netflix.config.DynamicIntProperty; import com.netflix.discovery.CacheRefreshedEvent; import com.netflix.discovery.EurekaClient; import com.netflix.discovery.EurekaEvent; import com.netflix.discovery.EurekaE...
7,104
0
Create_ds/ribbon/ribbon-eureka/src/main/java/com/netflix/niws
Create_ds/ribbon/ribbon-eureka/src/main/java/com/netflix/niws/loadbalancer/DiscoveryEnabledServer.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writin...
7,105
0
Create_ds/ribbon/ribbon-eureka/src/main/java/com/netflix/niws
Create_ds/ribbon/ribbon-eureka/src/main/java/com/netflix/niws/loadbalancer/LegacyEurekaClientProvider.java
package com.netflix.niws.loadbalancer; import com.netflix.discovery.DiscoveryManager; import com.netflix.discovery.EurekaClient; import javax.inject.Provider; /** * A legacy class to provide eurekaclient via static singletons */ class LegacyEurekaClientProvider implements Provider<EurekaClient> { private vola...
7,106
0
Create_ds/ribbon/ribbon/src/test/java/com/netflix
Create_ds/ribbon/ribbon/src/test/java/com/netflix/ribbon/RibbonTest.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,107
0
Create_ds/ribbon/ribbon/src/test/java/com/netflix
Create_ds/ribbon/ribbon/src/test/java/com/netflix/ribbon/DiscoveryEnabledServerListTest.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,108
0
Create_ds/ribbon/ribbon/src/test/java/com/netflix/ribbon
Create_ds/ribbon/ribbon/src/test/java/com/netflix/ribbon/proxy/MethodTemplateExecutorTest.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,109
0
Create_ds/ribbon/ribbon/src/test/java/com/netflix/ribbon
Create_ds/ribbon/ribbon/src/test/java/com/netflix/ribbon/proxy/MethodTemplateTest.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,110
0
Create_ds/ribbon/ribbon/src/test/java/com/netflix/ribbon
Create_ds/ribbon/ribbon/src/test/java/com/netflix/ribbon/proxy/ClassTemplateTest.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,111
0
Create_ds/ribbon/ribbon/src/test/java/com/netflix/ribbon
Create_ds/ribbon/ribbon/src/test/java/com/netflix/ribbon/proxy/ShutDownTest.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,112
0
Create_ds/ribbon/ribbon/src/test/java/com/netflix/ribbon
Create_ds/ribbon/ribbon/src/test/java/com/netflix/ribbon/proxy/UtilsTest.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,113
0
Create_ds/ribbon/ribbon/src/test/java/com/netflix/ribbon
Create_ds/ribbon/ribbon/src/test/java/com/netflix/ribbon/proxy/RibbonDynamicProxyTest.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,114
0
Create_ds/ribbon/ribbon/src/test/java/com/netflix/ribbon
Create_ds/ribbon/ribbon/src/test/java/com/netflix/ribbon/proxy/ClientPropertiesTest.java
package com.netflix.ribbon.proxy; import com.netflix.client.config.ClientConfigFactory; import com.netflix.client.config.IClientConfig; import com.netflix.client.config.IClientConfigKey.Keys; import com.netflix.config.ConfigurationManager; import com.netflix.ribbon.DefaultResourceFactory; import com.netflix.ribbon.Rib...
7,115
0
Create_ds/ribbon/ribbon/src/test/java/com/netflix/ribbon
Create_ds/ribbon/ribbon/src/test/java/com/netflix/ribbon/proxy/HttpResourceGroupFactoryTest.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,116
0
Create_ds/ribbon/ribbon/src/test/java/com/netflix/ribbon/proxy
Create_ds/ribbon/ribbon/src/test/java/com/netflix/ribbon/proxy/sample/SampleCacheProviderFactory.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,117
0
Create_ds/ribbon/ribbon/src/test/java/com/netflix/ribbon/proxy
Create_ds/ribbon/ribbon/src/test/java/com/netflix/ribbon/proxy/sample/ResourceGroupClasses.java
package com.netflix.ribbon.proxy.sample; import com.netflix.ribbon.http.HttpResourceGroup; /** * @author Tomasz Bak */ public class ResourceGroupClasses { public static class SampleHttpResourceGroup extends HttpResourceGroup { public SampleHttpResourceGroup() { super("myTestGroup"); ...
7,118
0
Create_ds/ribbon/ribbon/src/test/java/com/netflix/ribbon/proxy
Create_ds/ribbon/ribbon/src/test/java/com/netflix/ribbon/proxy/sample/MovieTransformer.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,119
0
Create_ds/ribbon/ribbon/src/test/java/com/netflix/ribbon/proxy
Create_ds/ribbon/ribbon/src/test/java/com/netflix/ribbon/proxy/sample/MovieServiceInterfaces.java
package com.netflix.ribbon.proxy.sample; import com.netflix.ribbon.RibbonRequest; import com.netflix.ribbon.proxy.annotation.CacheProvider; import com.netflix.ribbon.proxy.annotation.ClientProperties; import com.netflix.ribbon.proxy.annotation.ClientProperties.Property; import com.netflix.ribbon.proxy.annotation.Conte...
7,120
0
Create_ds/ribbon/ribbon/src/test/java/com/netflix/ribbon/proxy
Create_ds/ribbon/ribbon/src/test/java/com/netflix/ribbon/proxy/sample/HystrixHandlers.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,121
0
Create_ds/ribbon/ribbon/src/test/java/com/netflix/ribbon/proxy
Create_ds/ribbon/ribbon/src/test/java/com/netflix/ribbon/proxy/sample/Movie.java
package com.netflix.ribbon.proxy.sample; /** * @author Tomasz Bak */ public class Movie { }
7,122
0
Create_ds/ribbon/ribbon/src/test/java/com/netflix/ribbon
Create_ds/ribbon/ribbon/src/test/java/com/netflix/ribbon/http/TemplateBuilderTest.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,123
0
Create_ds/ribbon/ribbon/src/test/java/com/netflix/ribbon
Create_ds/ribbon/ribbon/src/test/java/com/netflix/ribbon/hystrix/HystrixCommandChainTest.java
package com.netflix.ribbon.hystrix; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; import org.junit.Test; import rx.Notification; import rx.Observable; import rx.Observer; import rx.subjects.ReplaySubject; import rx.subjects.Subject; import com.netflix.hystrix.HystrixCommand...
7,124
0
Create_ds/ribbon/ribbon/src/examples/java/com/netflix
Create_ds/ribbon/ribbon/src/examples/java/com/netflix/ribbon/RibbonExamples.java
package com.netflix.ribbon; import io.netty.buffer.ByteBuf; import io.reactivex.netty.protocol.http.client.HttpClientResponse; import java.util.Map; import rx.Observable; import rx.functions.Func1; import com.netflix.hystrix.HystrixCommandGroupKey; import com.netflix.hystrix.HystrixCommandProperties; import com.net...
7,125
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/RequestWithMetaData.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,126
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/CacheProvider.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,127
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/ServerError.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,128
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/CacheProviderFactory.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,129
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/ClientOptions.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,130
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/Ribbon.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,131
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/ResponseValidator.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,132
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/RibbonResponse.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,133
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/RibbonResourceFactory.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,134
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/DefaultResourceFactory.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,135
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/RibbonRequest.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,136
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/RequestTemplate.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,137
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/UnsuccessfulResponseException.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,138
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/ResourceGroup.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,139
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/proxy/MethodTemplate.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,140
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/proxy/ProxyHttpResourceGroupFactory.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,141
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/proxy/RibbonProxyException.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,142
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/proxy/ProxyLifeCycle.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,143
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/proxy/Utils.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,144
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/proxy/ClassTemplate.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,145
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/proxy/RibbonDynamicProxy.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,146
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/proxy/ProxyAnnotationException.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,147
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/proxy/MethodTemplateExecutor.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,148
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/proxy
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/proxy/processor/AnnotationProcessorsProvider.java
package com.netflix.ribbon.proxy.processor; import java.util.Iterator; import java.util.List; import java.util.ServiceLoader; import java.util.concurrent.CopyOnWriteArrayList; /** * @author Tomasz Bak */ public abstract class AnnotationProcessorsProvider { public static final AnnotationProcessorsProvider DEFAU...
7,149
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/proxy
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/proxy/processor/HystrixAnnotationProcessor.java
package com.netflix.ribbon.proxy.processor; import com.netflix.ribbon.RibbonResourceFactory; import com.netflix.ribbon.http.HttpRequestTemplate.Builder; import com.netflix.ribbon.http.HttpResourceGroup; import com.netflix.ribbon.http.HttpResponseValidator; import com.netflix.ribbon.hystrix.FallbackHandler; import com....
7,150
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/proxy
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/proxy/processor/CacheProviderAnnotationProcessor.java
package com.netflix.ribbon.proxy.processor; import com.netflix.ribbon.CacheProviderFactory; import com.netflix.ribbon.ResourceGroup.GroupBuilder; import com.netflix.ribbon.ResourceGroup.TemplateBuilder; import com.netflix.ribbon.RibbonResourceFactory; import com.netflix.ribbon.proxy.Utils; import com.netflix.ribbon.pr...
7,151
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/proxy
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/proxy/processor/AnnotationProcessor.java
package com.netflix.ribbon.proxy.processor; import com.netflix.ribbon.ResourceGroup.GroupBuilder; import com.netflix.ribbon.ResourceGroup.TemplateBuilder; import com.netflix.ribbon.RibbonResourceFactory; import java.lang.reflect.Method; /** * @author Tomasz Bak */ public interface AnnotationProcessor<T extends Gro...
7,152
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/proxy
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/proxy/processor/ClientPropertiesProcessor.java
package com.netflix.ribbon.proxy.processor; import com.netflix.client.config.CommonClientConfigKey; import com.netflix.client.config.IClientConfig; import com.netflix.config.AggregatedConfiguration; import com.netflix.config.ConcurrentMapConfiguration; import com.netflix.config.ConfigurationManager; import com.netflix...
7,153
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/proxy
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/proxy/processor/HttpAnnotationProcessor.java
package com.netflix.ribbon.proxy.processor; import com.netflix.ribbon.RibbonResourceFactory; import com.netflix.ribbon.http.HttpRequestTemplate.Builder; import com.netflix.ribbon.http.HttpResourceGroup; import com.netflix.ribbon.proxy.ProxyAnnotationException; import com.netflix.ribbon.proxy.annotation.Http; import co...
7,154
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/proxy
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/proxy/annotation/TemplateName.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,155
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/proxy
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/proxy/annotation/ClientProperties.java
package com.netflix.ribbon.proxy.annotation; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * @author Allen Wang */ @Target(ElementType.TYPE) @Retention(RetentionPolicy.RUNTIME) public @interface Cl...
7,156
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/proxy
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/proxy/annotation/CacheProvider.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,157
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/proxy
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/proxy/annotation/Var.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,158
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/proxy
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/proxy/annotation/Http.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,159
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/proxy
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/proxy/annotation/Hystrix.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,160
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/proxy
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/proxy/annotation/ContentTransformerClass.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,161
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/proxy
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/proxy/annotation/ResourceGroup.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,162
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/proxy
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/proxy/annotation/Content.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,163
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/template/ParsedTemplate.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,164
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/template/TemplateParser.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,165
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/template/TemplateVar.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,166
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/template/MatrixVar.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,167
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/template/PathVar.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,168
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/template/TemplateParsingException.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,169
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/http/HttpResponseValidator.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,170
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/http/HttpRequestTemplate.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,171
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/http/HttpResourceGroup.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,172
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/http/HttpResourceObservableCommand.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,173
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/http/HttpMetaRequest.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,174
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/http/HttpMetaResponse.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,175
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/http/HttpRequest.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,176
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/http/HttpRequestBuilder.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,177
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/hystrix/ResultCommandPair.java
package com.netflix.ribbon.hystrix; import com.netflix.hystrix.HystrixObservableCommand; /** * @author Tomasz Bak */ public class ResultCommandPair<T> { private final T result; private final HystrixObservableCommand<T> command; public ResultCommandPair(T result, HystrixObservableCommand<T> command) { ...
7,178
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/hystrix/FallbackHandler.java
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
7,179
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/hystrix/HystrixObservableCommandChain.java
package com.netflix.ribbon.hystrix; import com.netflix.hystrix.HystrixObservableCommand; import rx.Observable; import rx.functions.Func1; import java.util.ArrayList; import java.util.Collections; import java.util.List; /** * This class implements chaining mechanism for Hystrix commands. If a command in a chain fail...
7,180
0
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon
Create_ds/ribbon/ribbon/src/main/java/com/netflix/ribbon/hystrix/CacheObservableCommand.java
package com.netflix.ribbon.hystrix; import java.util.Map; import rx.Observable; import com.netflix.hystrix.HystrixObservableCommand; import com.netflix.ribbon.CacheProvider; /** * @author Tomasz Bak */ public class CacheObservableCommand<T> extends HystrixObservableCommand<T> { private final CacheProvider<T>...
7,181
0
Create_ds/ribbon/ribbon-archaius/src/main/java/com/netflix
Create_ds/ribbon/ribbon-archaius/src/main/java/com/netflix/utils/ScheduledThreadPoolExectuorWithDynamicSize.java
/* * * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
7,182
0
Create_ds/ribbon/ribbon-archaius/src/main/java/com/netflix
Create_ds/ribbon/ribbon-archaius/src/main/java/com/netflix/client/SimpleVipAddressResolver.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writin...
7,183
0
Create_ds/ribbon/ribbon-archaius/src/main/java/com/netflix/client
Create_ds/ribbon/ribbon-archaius/src/main/java/com/netflix/client/config/ArchaiusPropertyResolver.java
package com.netflix.client.config; import com.netflix.config.ConfigurationManager; import org.apache.commons.configuration.AbstractConfiguration; import org.apache.commons.configuration.event.ConfigurationEvent; import org.apache.commons.configuration.event.ConfigurationListener; import org.slf4j.Logger; import org.sl...
7,184
0
Create_ds/ribbon/ribbon-archaius/src/main/java/com/netflix/client
Create_ds/ribbon/ribbon-archaius/src/main/java/com/netflix/client/config/ArchaiusClientConfigFactory.java
package com.netflix.client.config; public class ArchaiusClientConfigFactory implements ClientConfigFactory { @Override public IClientConfig newConfig() { return new DefaultClientConfigImpl(); } }
7,185
0
Create_ds/ribbon/ribbon-archaius/src/main/java/com/netflix/client
Create_ds/ribbon/ribbon-archaius/src/main/java/com/netflix/client/config/DefaultClientConfigImpl.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
7,186
0
Create_ds/ribbon/ribbon-httpclient/src/test/java/com/netflix/niws/client
Create_ds/ribbon/ribbon-httpclient/src/test/java/com/netflix/niws/client/http/ResponseTimeWeightedRuleTest.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
7,187
0
Create_ds/ribbon/ribbon-httpclient/src/test/java/com/netflix/niws/client
Create_ds/ribbon/ribbon-httpclient/src/test/java/com/netflix/niws/client/http/GetPostTest.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writin...
7,188
0
Create_ds/ribbon/ribbon-httpclient/src/test/java/com/netflix/niws/client
Create_ds/ribbon/ribbon-httpclient/src/test/java/com/netflix/niws/client/http/SecureRestClientKeystoreTest.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writin...
7,189
0
Create_ds/ribbon/ribbon-httpclient/src/test/java/com/netflix/niws/client
Create_ds/ribbon/ribbon-httpclient/src/test/java/com/netflix/niws/client/http/RetryTest.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
7,190
0
Create_ds/ribbon/ribbon-httpclient/src/test/java/com/netflix/niws/client
Create_ds/ribbon/ribbon-httpclient/src/test/java/com/netflix/niws/client/http/TestObject.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writin...
7,191
0
Create_ds/ribbon/ribbon-httpclient/src/test/java/com/netflix/niws/client
Create_ds/ribbon/ribbon-httpclient/src/test/java/com/netflix/niws/client/http/RestClientTest.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writin...
7,192
0
Create_ds/ribbon/ribbon-httpclient/src/test/java/com/netflix/niws/client
Create_ds/ribbon/ribbon-httpclient/src/test/java/com/netflix/niws/client/http/FollowRedirectTest.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
7,193
0
Create_ds/ribbon/ribbon-httpclient/src/test/java/com/netflix/niws/client
Create_ds/ribbon/ribbon-httpclient/src/test/java/com/netflix/niws/client/http/SecureAcceptAllGetTest.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writin...
7,194
0
Create_ds/ribbon/ribbon-httpclient/src/test/java/com/netflix/niws/client
Create_ds/ribbon/ribbon-httpclient/src/test/java/com/netflix/niws/client/http/TestResource.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writin...
7,195
0
Create_ds/ribbon/ribbon-httpclient/src/test/java/com/netflix/niws/client
Create_ds/ribbon/ribbon-httpclient/src/test/java/com/netflix/niws/client/http/SecureGetTest.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
7,196
0
Create_ds/ribbon/ribbon-httpclient/src/test/java/com/netflix/niws/client
Create_ds/ribbon/ribbon-httpclient/src/test/java/com/netflix/niws/client/http/PrimeConnectionsTest.java
package com.netflix.niws.client.http; import static org.junit.Assert.*; import java.util.Arrays; import java.util.List; import java.util.Random; import org.apache.commons.configuration.Configuration; import org.junit.*; import com.netflix.client.ClientFactory; import com.netflix.client.PrimeConnections.PrimeConnect...
7,197
0
Create_ds/ribbon/ribbon-httpclient/src/test/java/com/netflix
Create_ds/ribbon/ribbon-httpclient/src/test/java/com/netflix/http4/NFHttpClientTest.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writin...
7,198
0
Create_ds/ribbon/ribbon-httpclient/src/test/java/com/netflix
Create_ds/ribbon/ribbon-httpclient/src/test/java/com/netflix/http4/NamedConnectionPoolTest.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
7,199