MCPcopy Index your code
hub / github.com/ffay/lanproxy / Constants

Interface Constants

proxy-protocol/Constants.java:6–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import io.netty.util.AttributeKey;
5
6public interface Constants {
7
8 public static final AttributeKey<Channel> NEXT_CHANNEL = AttributeKey.newInstance("nxt_channel");
9
10 public static final AttributeKey<String> USER_ID = AttributeKey.newInstance("user_id");
11
12 public static final AttributeKey<String> CLIENT_KEY = AttributeKey.newInstance("client_key");
13}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected