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

io.lightflame.websocket.WsAttributes Maven / Gradle / Ivy

The newest version!
package io.lightflame.websocket;

import io.netty.handler.codec.http.HttpHeaders;
import io.netty.util.AttributeKey;

public class WsAttributes {

    static final AttributeKey uriAttKey = AttributeKey.valueOf("request.uri");
    static final AttributeKey portAttKey = AttributeKey.valueOf("request.port");
    static final AttributeKey requestAttKey = AttributeKey.valueOf("request.message");
    static final AttributeKey headersAttrKey = AttributeKey.valueOf("request.headers");

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy