public interface Refreshable
| Modifier and Type | Method and Description |
|---|---|
void |
refresh()
Opens a connection to the given URL.
|
default void |
refresh(Object value)
Calls refresh if the provided value is null
|
void refresh()
throws IOException
IOException - the io exceptiondefault void refresh(Object value) throws IOException
value - the valueIOException - the io exceptionCopyright © 2020. All rights reserved.