-
Enhancement
-
Resolution: Fixed
-
P4
-
1.0.2, 1.1.1, 1.1.3, 1.1.7, 1.2.0, 1.2.1, 1.3.0
-
beta
-
generic, sparc
-
generic, solaris_2.4, solaris_2.5.1
Name: rlT66838 Date: 06/28/99
InetAddress doesn't seem to support getting at the address
components, modifying them, and then creating new InetAddress.
I have a numeric IP address for which I want to create an
InetAddress object. I can't construct an InetAddress with
it; I have to use InetAddress.getByName with a string
in dotted-quad notation ( "xxx.yyy.zzz.www" ). That's strange,
but not too bad.
Next, I want to take an InetAddress and change its last
field (last 8 bits) to 255. I can get the address in
bytes with getAddress(), but if I change anything, there's
no constructor to create a new InetAddress with the changed
data.
I guess I can take the bytes, modify them, format them back
into a dotted-quad-notation string, and do getHostByName
again, but that certainly doesn't sound clean.
Consider adding a little more support for address access.
One thing other feature you might add is converting a internet
address to a broadcast address. (I assume such an operation
would also require a subnet mask parameter.)
(Review ID: 84857)
======================================================================
- duplicates
-
JDK-4072524 extracting InetAddress when IP(byte address) is provided.
-
- Closed
-