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