All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.smartboot.http.client.ResponseHandler Maven / Gradle / Ivy

There is a newer version: 1.4.3
Show newest version
/*******************************************************************************
 * Copyright (c) 2017-2021, org.smartboot. All rights reserved.
 * project name: smart-http
 * file name: ResponseHandler.java
 * Date: 2021-07-25
 * Author: sandao ([email protected])
 ******************************************************************************/

package org.smartboot.http.client;

import org.smartboot.http.client.impl.Response;
import org.smartboot.http.common.Handler;

/**
 * @author 三刀([email protected])
 * @version V1.0 , 2021/7/25
 */
public abstract class ResponseHandler implements Handler {

    @Override
    public final void onClose(Response request) {

    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy