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

com.github.xiaobingzhou.messageframe.HandlerProperties Maven / Gradle / Ivy

package com.github.xiaobingzhou.messageframe;

import lombok.Data;

@Data
public class HandlerProperties {

    private boolean skipBodyCodecCheck = true;

    private boolean supportVersion = true;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy