Class InetSocketAddressEditor

All Implemented Interfaces:
PropertyEditor

public class InetSocketAddressEditor extends AbstractPropertyEditor
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.
See Also: