Name

BinaryRefAddr

Synopsis

A concrete subclass of RefAddr that provides a binary representation of a communications endpoint, such as an IP address.

                  
public class BinaryRefAddr extends RefAddr {
// Public Constructors
   public BinaryRefAddr(String addrType, byte[] src);  
   public BinaryRefAddr(String addrType, byte[] src, 
        int offset, int count);  
// Public Methods Overriding RefAddr
   public boolean equals( Object obj);  
   public Object getContent();  
   public int hashCode();  
   public String toString();  
}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.