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 classMessageHeaderInterface.MessageHeaderType
-
Field Summary
Fields Modifier and Type Field Description static intBINDINGERRORRESPONSEstatic intBINDINGREQUESTstatic intBINDINGRESPONSEstatic intSHAREDSECRETERRORRESPONSEstatic intSHAREDSECRETREQUESTstatic intSHAREDSECRETRESPONSE
-
-
-
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
-
-