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

org.smartboot.http.common.enums.DecodePartEnum Maven / Gradle / Ivy

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

package org.smartboot.http.common.enums;

/**
 * @author 三刀([email protected])
 * @version V1.0 , 2021/7/12
 */
public enum DecodePartEnum {
    HEADER_FINISH,
    BODY,
    BODY_ReadListener,
    FINISH;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy