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

org.smartboot.http.client.impl.HttpRequestImpl 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: HttpRequestImpl.java
 * Date: 2021-02-04
 * Author: sandao ([email protected])
 ******************************************************************************/

package org.smartboot.http.client.impl;

import org.smartboot.socket.transport.AioSession;

/**
 * @author 三刀
 * @version V1.0 , 2018/2/3
 */
public final class HttpRequestImpl extends AbstractRequest {

    public HttpRequestImpl(AioSession session) {
        init(new HttpOutputStream(this, session));
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy