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 ConnectionBuilder
ConnectionBuilder. changeClient(HttpClient newClient)
Changes the client used for a newConnection
.ConnectionBuilder
ConnectionBuilder. setGson(com.google.gson.Gson gson)
Sets theGsonBuilder
to be used by a createdConnection
.ConnectionBuilder
ConnectionBuilder. setGson(com.google.gson.GsonBuilder gson)
Sets the gson builder used for creating the gson instance used by a newConnection
.ConnectionBuilder
ConnectionBuilder. setRequestBuilder(HttpRequest.Builder reqBuilder)
Sets the request builder used by a newConnection
.ConnectionBuilder
ConnectionBuilder. withId(String id)
Sets the id used by the createdConnection
.ConnectionBuilder
ConnectionBuilder. withUrl(String url)
Sets the url of a newConnection
.ConnectionBuilder
ConnectionBuilder. withUrl(URI url)
Sets the url of a newConnection
.
-