|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opcfoundation.ua.transport.tcp.impl.TcpMessageType
public class TcpMessageType
TCP Communication headers
| Field Summary | |
|---|---|
static int |
ABORT
A final chunk for a message which indicates that the message has been aborted by the sender. |
static int |
ACKF
Constant ACKF=ACKNOWLEDGE | FINAL |
static int |
ACKNOWLEDGE
An acknowledge message. |
static int |
CHUNK_TYPE_MASK
A mask used to select the chunk type portion of the message id. |
static int |
CLOSE
A chunk for a CloseSecureChannel message. |
static int |
CONTINUE
An intermediate chunk for a message. |
static int |
ERRF
Constant ERRF=ERROR | FINAL |
static int |
ERROR
An error message. |
static int |
FINAL
A final chunk for a message. |
static int |
HELF
Constant HELF=HELLO | FINAL |
static int |
HELLO
A hello message. |
static int |
MESSAGE
A chunk for a generic message. |
static int |
MESSAGE_TYPE_MASK
A mask used to select the message type portion of the message id. |
static int |
MSGA
Constant MSGA=MESSAGE | ABORT |
static int |
MSGC
Constant MSGC=MESSAGE | CONTINUE |
static int |
MSGF
Constant MSGF=MESSAGE | FINAL |
static int |
OPEN
A chunk for an OpenSecureChannel message. |
static int |
OPNA
Constant OPNA=OPEN | ABORT |
static int |
OPNC
Constant OPNC=OPEN | CONTINUE |
static int |
OPNF
Constant OPNF=OPEN | FINAL |
| Constructor Summary | |
|---|---|
TcpMessageType()
|
|
| Method Summary | |
|---|---|
static boolean |
continues(int msgType)
continues. |
static boolean |
isAbort(int msgType)
isAbort. |
static boolean |
isFinal(int msgType)
isFinal. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int FINAL
public static final int CONTINUE
public static final int ABORT
public static final int MESSAGE_TYPE_MASK
public static final int CHUNK_TYPE_MASK
public static final int MESSAGE
public static final int OPEN
public static final int CLOSE
public static final int HELLO
public static final int ACKNOWLEDGE
public static final int ERROR
public static final int MSGC
MSGC=MESSAGE | CONTINUE
public static final int MSGF
MSGF=MESSAGE | FINAL
public static final int MSGA
MSGA=MESSAGE | ABORT
public static final int OPNC
OPNC=OPEN | CONTINUE
public static final int OPNF
OPNF=OPEN | FINAL
public static final int OPNA
OPNA=OPEN | ABORT
public static final int HELF
HELF=HELLO | FINAL
public static final int ACKF
ACKF=ACKNOWLEDGE | FINAL
public static final int ERRF
ERRF=ERROR | FINAL
| Constructor Detail |
|---|
public TcpMessageType()
| Method Detail |
|---|
public static boolean isFinal(int msgType)
isFinal.
msgType - a int.
public static boolean continues(int msgType)
continues.
msgType - a int.
public static boolean isAbort(int msgType)
isAbort.
msgType - a int.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||