Package com.cosylab.epics.caj.util.nif
Class InetAddressUtilV6
- java.lang.Object
-
- com.cosylab.epics.caj.util.nif.InetAddressUtilV6
-
public class InetAddressUtilV6 extends Object
InetAddressutility methods. This class needs Java 6 or never. To compile on older version, simply remove this file. CAJ will detect this and use defaults.- Version:
- $Id: InetAddressUtil.java,v 1.4 2009/12/22 21:50:26 msekoranja Exp $
- Author:
- Matej Sekoranja
-
-
Constructor Summary
Constructors Constructor Description InetAddressUtilV6()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InetSocketAddress[]getBroadcastAddresses(int port)Get broadcast addresses.
-
-
-
Method Detail
-
getBroadcastAddresses
public static InetSocketAddress[] getBroadcastAddresses(int port)
Get broadcast addresses.- Parameters:
port- port to be added to get socket address.- Returns:
- array of broadcast addresses with given port.
-
-