| A
PropertyEditor which converts a
String into an
InetSocketAddress . Valid values include a hostname or IP
address and a port number separated by a ':'. If the hostname or IP address
is omitted the wildcard address will be used. E.g.:
google.com:80 , :22 , 192.168.0.1:110 .
author: The Apache MINA Project (dev@mina.apache.org) version: $Revision: 601972 $, $Date: 2007-12-06 20:34:55 -0700 (Thu, 06 Dec 2007) $ See Also: java.net.InetSocketAddress |