Uses of Class
eliasstar.jsonrpc.ConnectionBuilder
-
Packages that use ConnectionBuilder Package Description eliasstar.jsonrpc -
-
Uses of ConnectionBuilder in eliasstar.jsonrpc
Methods in eliasstar.jsonrpc that return ConnectionBuilder Modifier and Type Method Description ConnectionBuilderConnectionBuilder. changeClient(HttpClient newClient)Changes the client used for a newConnection.ConnectionBuilderConnectionBuilder. setGson(com.google.gson.Gson gson)Sets theGsonBuilderto be used by a createdConnection.ConnectionBuilderConnectionBuilder. setGson(com.google.gson.GsonBuilder gson)Sets the gson builder used for creating the gson instance used by a newConnection.ConnectionBuilderConnectionBuilder. setRequestBuilder(HttpRequest.Builder reqBuilder)Sets the request builder used by a newConnection.ConnectionBuilderConnectionBuilder. withId(String id)Sets the id used by the createdConnection.ConnectionBuilderConnectionBuilder. withUrl(String url)Sets the url of a newConnection.ConnectionBuilderConnectionBuilder. withUrl(URI url)Sets the url of a newConnection.
-