Package org.apache.axis2.transport.tcp
Class TCPConstants
- java.lang.Object
-
- org.apache.axis2.transport.tcp.TCPConstants
-
public class TCPConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
PARAM_BACKLOG
static String
PARAM_CONTENT_TYPE
static String
PARAM_HOST
static String
PARAM_PORT
static int
TCP_DEFAULT_BACKLOG
static String
TCP_DEFAULT_CONTENT_TYPE
static String
TCP_OUTPUT_SOCKET
-
Constructor Summary
Constructors Constructor Description TCPConstants()
-
-
-
Field Detail
-
PARAM_PORT
public static final String PARAM_PORT
- See Also:
- Constant Field Values
-
PARAM_HOST
public static final String PARAM_HOST
- See Also:
- Constant Field Values
-
PARAM_BACKLOG
public static final String PARAM_BACKLOG
- See Also:
- Constant Field Values
-
PARAM_CONTENT_TYPE
public static final String PARAM_CONTENT_TYPE
- See Also:
- Constant Field Values
-
TCP_DEFAULT_BACKLOG
public static final int TCP_DEFAULT_BACKLOG
- See Also:
- Constant Field Values
-
TCP_DEFAULT_CONTENT_TYPE
public static final String TCP_DEFAULT_CONTENT_TYPE
- See Also:
- Constant Field Values
-
TCP_OUTPUT_SOCKET
public static final String TCP_OUTPUT_SOCKET
- See Also:
- Constant Field Values
-
-