Skip to content

Commit

Permalink
Move to proper filter package
Browse files Browse the repository at this point in the history
  • Loading branch information
slandelle committed Oct 15, 2015
1 parent c42febd commit 3a936b0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
@@ -1,4 +1,4 @@
package org.asynchttpclient.extra;
package org.asynchttpclient.filter;

import org.asynchttpclient.AsyncHandler;
import org.asynchttpclient.HttpResponseBodyPart;
Expand Down
Expand Up @@ -10,11 +10,8 @@
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
*/
package org.asynchttpclient.extra;
package org.asynchttpclient.filter;

import org.asynchttpclient.filter.FilterContext;
import org.asynchttpclient.filter.FilterException;
import org.asynchttpclient.filter.RequestFilter;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

Expand Down
Expand Up @@ -33,7 +33,6 @@
import org.asynchttpclient.Request;
import org.asynchttpclient.RequestBuilder;
import org.asynchttpclient.Response;
import org.asynchttpclient.extra.ThrottleRequestFilter;
import org.eclipse.jetty.server.handler.AbstractHandler;
import org.testng.annotations.Test;

Expand Down
@@ -1,10 +1,10 @@
package org.asynchttpclient.extras.guava;

import org.asynchttpclient.extra.AsyncHandlerWrapper;
import org.asynchttpclient.extra.ThrottleRequestFilter;
import org.asynchttpclient.filter.AsyncHandlerWrapper;
import org.asynchttpclient.filter.FilterContext;
import org.asynchttpclient.filter.FilterException;
import org.asynchttpclient.filter.RequestFilter;
import org.asynchttpclient.filter.ThrottleRequestFilter;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

Expand Down

0 comments on commit 3a936b0

Please sign in to comment.