com.github.andyshao.io.TcpMessageContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Gear Show documentation
Show all versions of Gear Show documentation
Enhance and formating the coding of JDK
The newest version!
package com.github.andyshao.io;
/**
*
* Title:
* Descript:
* Copyright: Copryright(c) Nov 10, 2015
* Encoding:UNIX UTF-8
*
* @author Andy.Shao
*
*/
public interface TcpMessageContext extends MessageContext {
/**input inet address key*/
public static final String INPUT_INET_ADDRESS = "input_inet_address";
/**input inet port key*/
public static final String INPUT_INET_PORT = "input_inet_port";
/**output inet port key*/
public static final String OUTPUT_INET_PORT = "output_inet_port";
/**output inet address*/
public static final String OUTPUT_INET_ADDRESS = "output_inet_address";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy