Pull up getFaviconObject to the API
This commit is contained in:
parent
33a098f4ba
commit
2af8dac70c
@ -63,9 +63,15 @@ public interface ProxyConfig
|
|||||||
boolean isIpFoward();
|
boolean isIpFoward();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The path for the Favicon (I.e. server_icon.png) Should be no more or no
|
* The encoded favicon.
|
||||||
* less than a 64 by 64 Pixel PNG picture.
|
*
|
||||||
|
* @deprecated Use #getFaviconObject instead.
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
String getFavicon();
|
String getFavicon();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The favicon used for the server ping list.
|
||||||
|
*/
|
||||||
|
Favicon getFaviconObject();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user