Skip to content
This repository was archived by the owner on Jul 21, 2023. It is now read-only.

Commit 3b67c20

Browse files
committed
- Update API packages (part 3):
+ com.ning --> org.asynchttpclient + compress package hierarchy to remove now redundant http.client sub-packages.
1 parent 082bab2 commit 3b67c20

File tree

146 files changed

+191
-174
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+191
-174
lines changed

providers/apache/src/main/java/com/ning/http/client/providers/apache/ApacheAsyncHttpProvider.java renamed to providers/apache/src/main/java/org/asynchttpclient/providers/apache/ApacheAsyncHttpProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1111
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
1212
*/
13-
package com.ning.http.client.providers.apache;
13+
package org.asynchttpclient.providers.apache;
1414

1515
import static org.asynchttpclient.util.MiscUtil.isNonEmpty;
1616

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1111
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
1212
*/
13-
package com.ning.http.client.providers.apache;
13+
package org.asynchttpclient.providers.apache;
1414

1515
import org.asynchttpclient.AsyncHttpProviderConfig;
1616

providers/apache/src/main/java/com/ning/http/client/providers/apache/ApacheResponse.java renamed to providers/apache/src/main/java/org/asynchttpclient/providers/apache/ApacheResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1111
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
1212
*/
13-
package com.ning.http.client.providers.apache;
13+
package org.asynchttpclient.providers.apache;
1414

1515
import org.asynchttpclient.org.jboss.netty.handler.codec.http.CookieDecoder;
1616
import org.asynchttpclient.Cookie;

providers/apache/src/main/java/com/ning/http/client/providers/apache/ApacheResponseBodyPart.java renamed to providers/apache/src/main/java/org/asynchttpclient/providers/apache/ApacheResponseBodyPart.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1111
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
1212
*/
13-
package com.ning.http.client.providers.apache;
13+
package org.asynchttpclient.providers.apache;
1414

1515
import org.asynchttpclient.AsyncHttpProvider;
1616
import org.asynchttpclient.HttpResponseBodyPart;

providers/apache/src/main/java/com/ning/http/client/providers/apache/ApacheResponseFuture.java renamed to providers/apache/src/main/java/org/asynchttpclient/providers/apache/ApacheResponseFuture.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1111
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
1212
*/
13-
package com.ning.http.client.providers.apache;
13+
package org.asynchttpclient.providers.apache;
1414

1515
import static org.asynchttpclient.util.DateUtil.millisTime;
1616
import org.asynchttpclient.AsyncHandler;

providers/apache/src/main/java/com/ning/http/client/providers/apache/ApacheResponseHeaders.java renamed to providers/apache/src/main/java/org/asynchttpclient/providers/apache/ApacheResponseHeaders.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1111
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
1212
*/
13-
package com.ning.http.client.providers.apache;
13+
package org.asynchttpclient.providers.apache;
1414

1515
import org.asynchttpclient.AsyncHttpProvider;
1616
import org.asynchttpclient.FluentCaseInsensitiveStringsMap;

providers/apache/src/main/java/com/ning/http/client/providers/apache/ApacheResponseStatus.java renamed to providers/apache/src/main/java/org/asynchttpclient/providers/apache/ApacheResponseStatus.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1111
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
1212
*/
13-
package com.ning.http.client.providers.apache;
13+
package org.asynchttpclient.providers.apache;
1414

1515
import org.asynchttpclient.AsyncHttpProvider;
1616
import org.asynchttpclient.HttpResponseStatus;

providers/grizzly/src/main/java/com/ning/http/client/providers/grizzly/FeedableBodyGenerator.java renamed to providers/grizzly/src/main/java/org/asynchttpclient/providers/grizzly/FeedableBodyGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1111
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
1212
*/
13-
package com.ning.http.client.providers.grizzly;
13+
package org.asynchttpclient.providers.grizzly;
1414

1515
import org.asynchttpclient.Body;
1616
import org.asynchttpclient.BodyGenerator;

providers/grizzly/src/main/java/com/ning/http/client/providers/grizzly/GSSSPNEGOWrapper.java renamed to providers/grizzly/src/main/java/org/asynchttpclient/providers/grizzly/GSSSPNEGOWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.ning.http.client.providers.grizzly;
1+
package org.asynchttpclient.providers.grizzly;
22

33
import org.ietf.jgss.GSSContext;
44
import org.ietf.jgss.GSSException;
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
1212
*/
1313

14-
package com.ning.http.client.providers.grizzly;
14+
package org.asynchttpclient.providers.grizzly;
1515

1616
import org.asynchttpclient.AsyncHttpClient;
1717
import org.asynchttpclient.org.jboss.netty.handler.codec.http.CookieDecoder;
@@ -156,9 +156,9 @@
156156
import java.util.concurrent.atomic.AtomicInteger;
157157
import java.util.concurrent.atomic.AtomicLong;
158158

159-
import static com.ning.http.client.providers.grizzly.GrizzlyAsyncHttpProvider.SwitchingSSLFilter.SSLSwitchingEvent;
160-
import static com.ning.http.client.providers.grizzly.GrizzlyAsyncHttpProviderConfig.Property;
161-
import static com.ning.http.client.providers.grizzly.GrizzlyAsyncHttpProviderConfig.Property.MAX_HTTP_PACKET_HEADER_SIZE;
159+
import static org.asynchttpclient.providers.grizzly.GrizzlyAsyncHttpProvider.SwitchingSSLFilter.SSLSwitchingEvent;
160+
import static org.asynchttpclient.providers.grizzly.GrizzlyAsyncHttpProviderConfig.Property;
161+
import static org.asynchttpclient.providers.grizzly.GrizzlyAsyncHttpProviderConfig.Property.MAX_HTTP_PACKET_HEADER_SIZE;
162162
import static org.asynchttpclient.util.MiscUtil.isNonEmpty;
163163

164164
/**
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
1212
*/
1313

14-
package com.ning.http.client.providers.grizzly;
14+
package org.asynchttpclient.providers.grizzly;
1515

1616
import org.asynchttpclient.AsyncHttpProviderConfig;
1717
import org.glassfish.grizzly.http.HttpCodecFilter;

providers/grizzly/src/main/java/com/ning/http/client/providers/grizzly/GrizzlyConnectionsPool.java renamed to providers/grizzly/src/main/java/org/asynchttpclient/providers/grizzly/GrizzlyConnectionsPool.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
1212
*/
1313

14-
package com.ning.http.client.providers.grizzly;
14+
package org.asynchttpclient.providers.grizzly;
1515

1616
import org.asynchttpclient.AsyncHttpClientConfig;
1717
import org.asynchttpclient.ConnectionsPool;

providers/grizzly/src/main/java/com/ning/http/client/providers/grizzly/GrizzlyResponse.java renamed to providers/grizzly/src/main/java/org/asynchttpclient/providers/grizzly/GrizzlyResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
1212
*/
1313

14-
package com.ning.http.client.providers.grizzly;
14+
package org.asynchttpclient.providers.grizzly;
1515

1616
import static org.asynchttpclient.util.MiscUtil.isNonEmpty;
1717

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
1212
*/
1313

14-
package com.ning.http.client.providers.grizzly;
14+
package org.asynchttpclient.providers.grizzly;
1515

1616
import org.asynchttpclient.AsyncHttpProvider;
1717
import org.asynchttpclient.HttpResponseBodyPart;
@@ -28,7 +28,7 @@
2828
import java.nio.ByteBuffer;
2929
import java.util.concurrent.atomic.AtomicReference;
3030

31-
import static com.ning.http.client.providers.grizzly.GrizzlyAsyncHttpProvider.ConnectionManager.*;
31+
import static org.asynchttpclient.providers.grizzly.GrizzlyAsyncHttpProvider.ConnectionManager.*;
3232

3333
/**
3434
* {@link HttpResponseBodyPart} implementation using the Grizzly 2.0 HTTP client
@@ -127,15 +127,17 @@ public boolean isLast() {
127127
*/
128128
@Override
129129
public void markUnderlyingConnectionAsClosed() {
130-
markConnectionAsDoNotCache(connection);
130+
GrizzlyAsyncHttpProvider.ConnectionManager
131+
.markConnectionAsDoNotCache(connection);
131132
}
132133

133134
/**
134135
* {@inheritDoc}
135136
*/
136137
@Override
137138
public boolean closeUnderlyingConnection() {
138-
return !isConnectionCacheable(connection);
139+
return !GrizzlyAsyncHttpProvider.ConnectionManager
140+
.isConnectionCacheable(connection);
139141
}
140142

141143

providers/grizzly/src/main/java/com/ning/http/client/providers/grizzly/GrizzlyResponseFuture.java renamed to providers/grizzly/src/main/java/org/asynchttpclient/providers/grizzly/GrizzlyResponseFuture.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
1212
*/
1313

14-
package com.ning.http.client.providers.grizzly;
14+
package org.asynchttpclient.providers.grizzly;
1515

1616
import org.asynchttpclient.AsyncHandler;
1717
import org.asynchttpclient.ProxyServer;

providers/grizzly/src/main/java/com/ning/http/client/providers/grizzly/GrizzlyResponseHeaders.java renamed to providers/grizzly/src/main/java/org/asynchttpclient/providers/grizzly/GrizzlyResponseHeaders.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
1212
*/
1313

14-
package com.ning.http.client.providers.grizzly;
14+
package org.asynchttpclient.providers.grizzly;
1515

1616
import org.asynchttpclient.AsyncHttpProvider;
1717
import org.asynchttpclient.FluentCaseInsensitiveStringsMap;

providers/grizzly/src/main/java/com/ning/http/client/providers/grizzly/GrizzlyResponseStatus.java renamed to providers/grizzly/src/main/java/org/asynchttpclient/providers/grizzly/GrizzlyResponseStatus.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
1212
*/
1313

14-
package com.ning.http.client.providers.grizzly;
14+
package org.asynchttpclient.providers.grizzly;
1515

1616
import org.asynchttpclient.AsyncHttpProvider;
1717
import org.asynchttpclient.HttpResponseStatus;

providers/grizzly/src/main/java/com/ning/http/client/providers/grizzly/TransportCustomizer.java renamed to providers/grizzly/src/main/java/org/asynchttpclient/providers/grizzly/TransportCustomizer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
1212
*/
1313

14-
package com.ning.http.client.providers.grizzly;
14+
package org.asynchttpclient.providers.grizzly;
1515

1616
import org.glassfish.grizzly.filterchain.FilterChainBuilder;
1717
import org.glassfish.grizzly.nio.transport.TCPNIOTransport;
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,20 @@
1111
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
1212
*/
1313

14-
package com.ning.http.client.providers.grizzly;
14+
package org.asynchttpclient.providers.grizzly;
1515

1616
import org.asynchttpclient.AsyncHttpClient;
1717
import org.asynchttpclient.AsyncHttpClientConfig;
1818
import org.asynchttpclient.AsyncHttpProviderConfig;
1919
import org.asynchttpclient.async.AsyncProvidersBasicTest;
20+
import org.asynchttpclient.providers.grizzly.GrizzlyAsyncHttpProviderConfig;
21+
import org.asynchttpclient.providers.grizzly.TransportCustomizer;
2022
import org.glassfish.grizzly.filterchain.FilterChainBuilder;
2123
import org.glassfish.grizzly.nio.transport.TCPNIOTransport;
2224
import org.glassfish.grizzly.strategies.SameThreadIOStrategy;
2325
import org.testng.annotations.Test;
2426

25-
import static com.ning.http.client.providers.grizzly.GrizzlyAsyncHttpProviderConfig.Property.TRANSPORT_CUSTOMIZER;
27+
import static org.asynchttpclient.providers.grizzly.GrizzlyAsyncHttpProviderConfig.Property.TRANSPORT_CUSTOMIZER;
2628

2729
public class GrizzlyAsyncProviderBasicTest extends AsyncProvidersBasicTest {
2830

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
1212
*/
1313

14-
package com.ning.http.client.providers.grizzly;
14+
package org.asynchttpclient.providers.grizzly;
1515

1616
import org.asynchttpclient.AsyncHttpClient;
1717
import org.asynchttpclient.AsyncHttpClientConfig;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
1212
*/
1313

14-
package com.ning.http.client.providers.grizzly;
14+
package org.asynchttpclient.providers.grizzly;
1515

1616
import org.asynchttpclient.AsyncHttpClient;
1717
import org.asynchttpclient.AsyncHttpClientConfig;

providers/grizzly/src/test/java/com/ning/http/client/providers/grizzly/GrizzlyAuthTimeoutTest.java renamed to providers/grizzly/src/test/java/org/asynchttpclient/providers/grizzly/GrizzlyAuthTimeoutTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
1212
*/
1313

14-
package com.ning.http.client.providers.grizzly;
14+
package org.asynchttpclient.providers.grizzly;
1515

1616
import org.asynchttpclient.AsyncHttpClient;
1717
import org.asynchttpclient.AsyncHttpClientConfig;

providers/grizzly/src/test/java/com/ning/http/client/providers/grizzly/GrizzlyBasicAuthTest.java renamed to providers/grizzly/src/test/java/org/asynchttpclient/providers/grizzly/GrizzlyBasicAuthTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
1212
*/
1313

14-
package com.ning.http.client.providers.grizzly;
14+
package org.asynchttpclient.providers.grizzly;
1515

1616
import org.asynchttpclient.AsyncHttpClient;
1717
import org.asynchttpclient.AsyncHttpClientConfig;

providers/grizzly/src/test/java/com/ning/http/client/providers/grizzly/GrizzlyBasicHttpsTest.java renamed to providers/grizzly/src/test/java/org/asynchttpclient/providers/grizzly/GrizzlyBasicHttpsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
1212
*/
1313

14-
package com.ning.http.client.providers.grizzly;
14+
package org.asynchttpclient.providers.grizzly;
1515

1616
import org.asynchttpclient.AsyncHttpClient;
1717
import org.asynchttpclient.AsyncHttpClientConfig;

providers/grizzly/src/test/java/com/ning/http/client/providers/grizzly/GrizzlyBodyChunkTest.java renamed to providers/grizzly/src/test/java/org/asynchttpclient/providers/grizzly/GrizzlyBodyChunkTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
1212
*/
1313

14-
package com.ning.http.client.providers.grizzly;
14+
package org.asynchttpclient.providers.grizzly;
1515

1616
import org.asynchttpclient.AsyncHttpClient;
1717
import org.asynchttpclient.AsyncHttpClientConfig;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
1212
*/
1313

14-
package com.ning.http.client.providers.grizzly;
14+
package org.asynchttpclient.providers.grizzly;
1515

1616
import org.asynchttpclient.AsyncHttpClient;
1717
import org.asynchttpclient.AsyncHttpClientConfig;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
1212
*/
1313

14-
package com.ning.http.client.providers.grizzly;
14+
package org.asynchttpclient.providers.grizzly;
1515

1616
import org.asynchttpclient.AsyncHttpClient;
1717
import org.asynchttpclient.AsyncHttpClientConfig;

providers/grizzly/src/test/java/com/ning/http/client/providers/grizzly/GrizzlyChunkingTest.java renamed to providers/grizzly/src/test/java/org/asynchttpclient/providers/grizzly/GrizzlyChunkingTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
1212
*/
1313

14-
package com.ning.http.client.providers.grizzly;
14+
package org.asynchttpclient.providers.grizzly;
1515

1616
import org.asynchttpclient.AsyncHttpClient;
1717
import org.asynchttpclient.AsyncHttpClientConfig;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
1212
*/
1313

14-
package com.ning.http.client.providers.grizzly;
14+
package org.asynchttpclient.providers.grizzly;
1515

1616
import org.asynchttpclient.AsyncHttpClient;
1717
import org.asynchttpclient.AsyncHttpClientConfig;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
1212
*/
1313

14-
package com.ning.http.client.providers.grizzly;
14+
package org.asynchttpclient.providers.grizzly;
1515

1616
import org.asynchttpclient.AsyncHttpClient;
1717
import org.asynchttpclient.AsyncHttpClientConfig;

providers/grizzly/src/test/java/com/ning/http/client/providers/grizzly/GrizzlyDigestAuthTest.java renamed to providers/grizzly/src/test/java/org/asynchttpclient/providers/grizzly/GrizzlyDigestAuthTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
1212
*/
1313

14-
package com.ning.http.client.providers.grizzly;
14+
package org.asynchttpclient.providers.grizzly;
1515

1616
import org.asynchttpclient.AsyncHttpClient;
1717
import org.asynchttpclient.AsyncHttpClientConfig;

providers/grizzly/src/test/java/com/ning/http/client/providers/grizzly/GrizzlyEmptyBodyTest.java renamed to providers/grizzly/src/test/java/org/asynchttpclient/providers/grizzly/GrizzlyEmptyBodyTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
1212
*/
1313

14-
package com.ning.http.client.providers.grizzly;
14+
package org.asynchttpclient.providers.grizzly;
1515

1616
import org.asynchttpclient.AsyncHttpClient;
1717
import org.asynchttpclient.AsyncHttpClientConfig;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
1212
*/
1313

14-
package com.ning.http.client.providers.grizzly;
14+
package org.asynchttpclient.providers.grizzly;
1515

1616
import org.asynchttpclient.AsyncHttpClient;
1717
import org.asynchttpclient.AsyncHttpClientConfig;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
1212
*/
1313

14-
package com.ning.http.client.providers.grizzly;
14+
package org.asynchttpclient.providers.grizzly;
1515

1616
import org.asynchttpclient.AsyncHttpClient;
1717
import org.asynchttpclient.AsyncHttpClientConfig;

providers/grizzly/src/test/java/com/ning/http/client/providers/grizzly/GrizzlyFilterTest.java renamed to providers/grizzly/src/test/java/org/asynchttpclient/providers/grizzly/GrizzlyFilterTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
1212
*/
1313

14-
package com.ning.http.client.providers.grizzly;
14+
package org.asynchttpclient.providers.grizzly;
1515

1616
import org.asynchttpclient.AsyncHttpClient;
1717
import org.asynchttpclient.AsyncHttpClientConfig;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
1212
*/
1313

14-
package com.ning.http.client.providers.grizzly;
14+
package org.asynchttpclient.providers.grizzly;
1515

1616
import org.asynchttpclient.AsyncHttpClient;
1717
import org.asynchttpclient.AsyncHttpClientConfig;

providers/grizzly/src/test/java/com/ning/http/client/providers/grizzly/GrizzlyHead302Test.java renamed to providers/grizzly/src/test/java/org/asynchttpclient/providers/grizzly/GrizzlyHead302Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
1212
*/
1313

14-
package com.ning.http.client.providers.grizzly;
14+
package org.asynchttpclient.providers.grizzly;
1515

1616
import org.asynchttpclient.AsyncHttpClient;
1717
import org.asynchttpclient.AsyncHttpClientConfig;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
1212
*/
1313

14-
package com.ning.http.client.providers.grizzly;
14+
package org.asynchttpclient.providers.grizzly;
1515

1616
import org.asynchttpclient.AsyncHttpClient;
1717
import org.asynchttpclient.AsyncHttpClientConfig;

0 commit comments

Comments
 (0)