Uses of Class
com.qwazr.server.RemoteService
Package | Description |
---|---|
com.qwazr.server | |
com.qwazr.server.client |
-
Uses of RemoteService in com.qwazr.server
Methods in com.qwazr.server that return RemoteService Modifier and Type Method Description static RemoteService[]
RemoteService. build(java.lang.String... remoteServiceURLs)
Build an array of RemoteService filled with an array of URL.static RemoteService[]
RemoteService. build(java.util.Collection<java.lang.String> remoteServiceURLs)
Build an array of RemoteService filled with an array of URL.RemoteService
RemoteService.Builder. build()
-
Uses of RemoteService in com.qwazr.server.client
Fields in com.qwazr.server.client declared as RemoteService Modifier and Type Field Description protected RemoteService
JsonClient. remote
Constructors in com.qwazr.server.client with parameters of type RemoteService Constructor Description JsonClient(RemoteService remote)