Platform SDK Java 8.5 API Reference

com.genesyslab.platform.commons.connection.tls
Class IPAddressUtil

java.lang.Object
  extended by com.genesyslab.platform.commons.connection.tls.IPAddressUtil

Deprecated.

@Deprecated
public class IPAddressUtil
extends java.lang.Object


Constructor Summary
IPAddressUtil()
          Deprecated.  
 
Method Summary
static byte[] convertFromIPv4MappedAddress(byte[] addr)
          Deprecated.  
static boolean isIPv4LiteralAddress(java.lang.String src)
          Deprecated.  
static boolean isIPv6LiteralAddress(java.lang.String src)
          Deprecated.  
static byte[] textToNumericFormatV4(java.lang.String src)
          Deprecated.  
static byte[] textToNumericFormatV6(java.lang.String src)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IPAddressUtil

public IPAddressUtil()
Deprecated. 
Method Detail

textToNumericFormatV4

public static byte[] textToNumericFormatV4(java.lang.String src)
Deprecated. 

textToNumericFormatV6

public static byte[] textToNumericFormatV6(java.lang.String src)
Deprecated. 

isIPv4LiteralAddress

public static boolean isIPv4LiteralAddress(java.lang.String src)
Deprecated. 
Parameters:
src - a String representing an IPv4 address in textual format
Returns:
a boolean indicating whether src is an IPv4 literal address

isIPv6LiteralAddress

public static boolean isIPv6LiteralAddress(java.lang.String src)
Deprecated. 
Parameters:
src - a String representing an IPv6 address in textual format
Returns:
a boolean indicating whether src is an IPv6 literal address

convertFromIPv4MappedAddress

public static byte[] convertFromIPv4MappedAddress(byte[] addr)
Deprecated. 

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.