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

com.neko233.virtualRouter.server.constant.NettyAttrConstant.kt Maven / Gradle / Ivy

package com.neko233.virtualRouter.server.constant

import io.netty.util.AttributeKey

object NettyAttrConstant {

    val NETTY_ATTR_ROUTE_ID: AttributeKey = AttributeKey.valueOf("routeId")
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy