- java.lang.Object
-
- com.sun.xml.ws.transport.tcp.util.FrameType
-
public final class FrameType extends Object
- Author:
- Alexey Stashok
-
-
Field Summary
Fields Modifier and Type Field Description static intERRORstatic intMESSAGEstatic intMESSAGE_CHUNKstatic intMESSAGE_END_CHUNKstatic intMESSAGE_START_CHUNKstatic intNULL
-
Constructor Summary
Constructors Constructor Description FrameType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisFrameContainsParams(int msgId)static booleanisLastFrame(int msgId)
-
-
-
Field Detail
-
MESSAGE
public static final int MESSAGE
- See Also:
- Constant Field Values
-
MESSAGE_START_CHUNK
public static final int MESSAGE_START_CHUNK
- See Also:
- Constant Field Values
-
MESSAGE_CHUNK
public static final int MESSAGE_CHUNK
- See Also:
- Constant Field Values
-
MESSAGE_END_CHUNK
public static final int MESSAGE_END_CHUNK
- See Also:
- Constant Field Values
-
ERROR
public static final int ERROR
- See Also:
- Constant Field Values
-
NULL
public static final int NULL
- See Also:
- Constant Field Values
-
-