This repository was archived by the owner on Jul 21, 2023. It is now read-only.
File tree 6 files changed +8
-6
lines changed 6 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 10
10
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
11
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
12
12
*/
13
- package com . ning . http . client .extra ;
13
+ package org . asynchttpclient .extra ;
14
14
15
15
import java .util .concurrent .ExecutionException ;
16
16
import java .util .concurrent .Executor ;
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package com . ning . http . client .extra ;
16
+ package org . asynchttpclient .extra ;
17
17
18
18
import java .io .IOException ;
19
19
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package com . ning . http . client .extra ;
16
+ package org . asynchttpclient .extra ;
17
17
18
18
public class ContentWriteProgress implements HttpProgress {
19
19
private final long amount ;
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package com . ning . http . client .extra ;
16
+ package org . asynchttpclient .extra ;
17
17
18
18
public interface HttpProgress {
19
19
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package com . ning . http . client .extra ;
16
+ package org . asynchttpclient .extra ;
17
17
18
18
import org .asynchttpclient .HttpResponseBodyPart ;
19
19
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package com . ning . http . client .extra ;
16
+ package org . asynchttpclient .extra ;
17
17
18
18
import java .io .IOException ;
19
19
import java .util .concurrent .CountDownLatch ;
22
22
import junit .framework .Assert ;
23
23
import junit .framework .TestCase ;
24
24
25
+ import org .asynchttpclient .extra .AsyncHttpDeferredObject ;
26
+ import org .asynchttpclient .extra .HttpProgress ;
25
27
import org .jdeferred .DoneCallback ;
26
28
import org .jdeferred .ProgressCallback ;
27
29
import org .jdeferred .Promise ;
You can’t perform that action at this time.
0 commit comments