public class IceServer
extends Object
IceServer is a single STUN or TURN server.
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
username
@NonNull
public final String username
-
password
@NonNull
public final String password
-
serverUrl
@NonNull
public final String serverUrl
-
Constructor Details
-
IceServer
public IceServer(@NonNull
String serverUrl)
-
IceServer
public IceServer(@NonNull
String serverUrl,
@NonNull
String username,
@NonNull
String password)