public class InetSocketAddressEditor extends AbstractPropertyEditor
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.InetSocketAddress| Constructor and Description |
|---|
InetSocketAddressEditor() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
defaultText() |
protected Object |
defaultValue() |
protected String |
toText(Object value)
Returns a String representation of the given value
|
protected Object |
toValue(String text)
Returns an instance from a String representation of an object
|
getAsText, getValue, setAsText, setTrimText, setValueaddPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, isPaintable, paintValue, removePropertyChangeListener, setSource, supportsCustomEditorprotected String toText(Object value)
AbstractPropertyEditortoText in class AbstractPropertyEditorvalue - The valueprotected Object toValue(String text) throws IllegalArgumentException
AbstractPropertyEditortoValue in class AbstractPropertyEditortext - The String representation to convertIllegalArgumentExceptionprotected String defaultText()
defaultText in class AbstractPropertyEditorprotected Object defaultValue()
defaultValue in class AbstractPropertyEditorCopyright © 2004–2021 Apache MINA Project. All rights reserved.