Methods in jreceiver.common.rpc that return TagEncoder |
static TagEncoder |
RpcFactory.newTagEncoder()
Produce a TagEncoder object from the factory, using the default host
and default credentials. |
static TagEncoder |
RpcFactory.newTagEncoder(java.net.URL host)
Produce a TagEncoder object from the factory, using the specified host
and default credentials. |
static TagEncoder |
RpcFactory.newTagEncoder(User user)
Produce a TagEncoder object from the factory, using the default host
and specified credentials. |
static TagEncoder |
RpcFactory.newTagEncoder(java.net.URL host,
User user)
Produce a TagEncoder object from the factory, using the specified host
and specified credentials. |