Package de.javawi.jstun.header
Interface MessageHeaderInterface
-
- All Known Implementing Classes:
MessageHeader
public interface MessageHeaderInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
MessageHeaderInterface.MessageHeaderType
-
Field Summary
Fields Modifier and Type Field Description static int
BINDINGERRORRESPONSE
static int
BINDINGREQUEST
static int
BINDINGRESPONSE
static int
SHAREDSECRETERRORRESPONSE
static int
SHAREDSECRETREQUEST
static int
SHAREDSECRETRESPONSE
-
-
-
Field Detail
-
BINDINGREQUEST
static final int BINDINGREQUEST
- See Also:
- Constant Field Values
-
BINDINGRESPONSE
static final int BINDINGRESPONSE
- See Also:
- Constant Field Values
-
BINDINGERRORRESPONSE
static final int BINDINGERRORRESPONSE
- See Also:
- Constant Field Values
-
SHAREDSECRETREQUEST
static final int SHAREDSECRETREQUEST
- See Also:
- Constant Field Values
-
SHAREDSECRETRESPONSE
static final int SHAREDSECRETRESPONSE
- See Also:
- Constant Field Values
-
SHAREDSECRETERRORRESPONSE
static final int SHAREDSECRETERRORRESPONSE
- See Also:
- Constant Field Values
-
-