com.sun.xml.ws.transport.tcp.util
Class FrameType
java.lang.Object
com.sun.xml.ws.transport.tcp.util.FrameType
public final class FrameType
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
FrameType
public FrameType()
isFrameContainsParams
public static boolean isFrameContainsParams(int msgId)
isLastFrame
public static boolean isLastFrame(int msgId)