public interface RSVPElement
Interface class for all RSVP Elements, which are RSVP Messages, RSVP Constructs and RSVP Objects.
Modifier and Type | Method and Description |
---|---|
void |
encode()
Generic method to encode an RSVP element
|
byte[] |
getBytes()
Generic method to get the byte array from an encoded RSVP element
|
int |
getLength()
Generic method to get length an encoded RSVP element byte array
|
void encode() throws RSVPProtocolViolationException
RSVPProtocolViolationException
byte[] getBytes()
int getLength()
Copyright © 2016. All rights reserved.