How to force IPv4 with ServerSocket?

Hi!Is it possible to force ServerSocket to bind only IPv4 address?Thanks!
[101 byte] By [Zeuxa] at [2007-11-27 5:22:58]
# 1
-Djava.net.preferIPv4Stack=true.See http://java.sun.com/j2se/1.5.0/docs/guide/net/ipv6_guide/index.html
ejpa at 2007-7-12 11:48:38 > top of Java-index,Core,Core APIs...