Uses of Interface
com.speedment.common.rest.Rest
-
-
Uses of Rest in com.speedment.common.rest
Methods in com.speedment.common.rest that return Rest Modifier and Type Method Description static RestRest. connect(String host)static RestRest. connect(String host, int port)static RestRest. connect(String host, int port, String username, String password)static RestRest. connect(String host, String username, String password)static RestRest. connectHttps(String host)static RestRest. connectHttps(String host, int port)static RestRest. connectHttps(String host, int port, String username, String password)static RestRest. connectHttps(String host, String username, String password)
-