parent
4f39aabaf6
commit
635ef92e8b
2 changed files with 3 additions and 16 deletions
@ -1,13 +0,0 @@ |
|||||||
package org.fengfei.lanproxy.server; |
|
||||||
|
|
||||||
import io.netty.channel.Channel; |
|
||||||
import io.netty.util.AttributeKey; |
|
||||||
|
|
||||||
public interface Constants { |
|
||||||
|
|
||||||
public static final AttributeKey<Channel> NEXT_CHANNEL = AttributeKey.newInstance("nxt_channel"); |
|
||||||
|
|
||||||
public static final AttributeKey<String> USER_ID = AttributeKey.newInstance("user_id"); |
|
||||||
|
|
||||||
public static final AttributeKey<String> CLIENT_KEY = AttributeKey.newInstance("client_key"); |
|
||||||
} |
|
Loading…
Reference in new issue