net.java.slee.resource.diameter.base.events.avp
Interface AddressAvp

All Known Implementing Classes:
AddressAvpImpl

public interface AddressAvp

Java class to represent the Address AVP type.

The Address format is derived from the OctetString AVP Base Format. It is a discriminated union, representing, for example a 32-bit (IPv4) [IPV4] or 128-bit (IPv6) [IPV6] address, most significant octet first. The first two octets of the Address AVP represents the AddressType, which contains an Address Family defined in [IANAADFAM]. The AddressType is used to discriminate the content and format of the remaining octets.


Method Summary
 byte[] encode()
           
 byte[] getAddress()
           
 AddressType getAddressType()
           
 

Method Detail

getAddressType

AddressType getAddressType()

getAddress

byte[] getAddress()

encode

byte[] encode()


Copyright © 2008. All Rights Reserved.