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

eu.clarussecure.proxy.protocol.plugins.tcp.TCPConstants Maven / Gradle / Ivy

The newest version!
package eu.clarussecure.proxy.protocol.plugins.tcp;

import java.util.Map;

import eu.clarussecure.proxy.spi.protocol.Configuration;
import io.netty.channel.Channel;
import io.netty.channel.ChannelInitializer;
import io.netty.util.AttributeKey;

public interface TCPConstants {

    AttributeKey CONFIGURATION_KEY = AttributeKey.newInstance("CONFIGURATION_KEY");

    AttributeKey> CUSTOM_DATA_KEY = AttributeKey
            .>newInstance("CUSTOM_DATA_KEY");

    AttributeKey SESSION_KEY = AttributeKey.newInstance("SESSION_KEY");

    AttributeKey SERVER_ENDPOINT_NUMBER_KEY = AttributeKey.newInstance("SERVER_ENDPOINT_NUMBER_KEY");

    AttributeKey PREFERRED_SERVER_ENDPOINT_KEY = AttributeKey
            .newInstance("PREFERRED_SERVER_ENDPOINT_KEY");

    AttributeKey> SERVER_INITIALIZER_KEY = AttributeKey
            .>newInstance("SERVER_INITIALIZER_KEY");
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy