Package de.javawi.jstun.attribute
Class ReflectedFrom
- java.lang.Object
-
- de.javawi.jstun.attribute.MessageAttribute
-
- de.javawi.jstun.attribute.MappedResponseChangedSourceAddressReflectedFrom
-
- de.javawi.jstun.attribute.ReflectedFrom
-
- All Implemented Interfaces:
MessageAttributeInterface
public class ReflectedFrom extends MappedResponseChangedSourceAddressReflectedFrom
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface de.javawi.jstun.attribute.MessageAttributeInterface
MessageAttributeInterface.MessageAttributeType
-
-
Field Summary
-
Fields inherited from interface de.javawi.jstun.attribute.MessageAttributeInterface
CHANGEDADDRESS, CHANGEREQUEST, DUMMY, ERRORCODE, MAPPEDADDRESS, MESSAGEINTEGRITY, PASSWORD, REFLECTEDFROM, RESPONSEADDRESS, SOURCEADDRESS, UNKNOWNATTRIBUTE, USERNAME
-
-
Constructor Summary
Constructors Constructor Description ReflectedFrom()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ReflectedFrom
parse(byte[] data)
-
Methods inherited from class de.javawi.jstun.attribute.MappedResponseChangedSourceAddressReflectedFrom
getAddress, getBytes, getPort, parse, setAddress, setPort, toString
-
Methods inherited from class de.javawi.jstun.attribute.MessageAttribute
getLength, getType, intToType, parseCommonHeader, setType, typeToInteger
-
-
-
-
Method Detail
-
parse
public static ReflectedFrom parse(byte[] data) throws MessageAttributeParsingException
- Throws:
MessageAttributeParsingException
-
-