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 StringPARAM_BACKLOGstatic StringPARAM_CONTENT_TYPEstatic StringPARAM_HOSTstatic StringPARAM_PORTstatic intTCP_DEFAULT_BACKLOGstatic StringTCP_DEFAULT_CONTENT_TYPEstatic StringTCP_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
-
-