public class KurentoClientBuilder extends Object
Constructor and Description |
---|
KurentoClientBuilder() |
Modifier and Type | Method and Description |
---|---|
KurentoClient |
connect() |
KurentoClientBuilder |
onConnected(Handler connectedHandler) |
KurentoClientBuilder |
onConnectionFailed(Handler connectionFailedHandler) |
KurentoClientBuilder |
onDisconnected(Handler disconnectedHandler) |
KurentoClientBuilder |
onReconnected(ReconnectedHandler reconnectedHandler) |
KurentoClientBuilder |
onReconnecting(Handler reconnectingHandler) |
KurentoClientBuilder |
setConnectionTimeout(Long connectionTimeout) |
KurentoClientBuilder |
setKmsWsUri(String kmsWsUri) |
KurentoClientBuilder |
setProperties(Properties properties) |
KurentoClientBuilder |
setTryReconnectingMaxTime(Long tryReconnectingMaxTime) |
public KurentoClientBuilder setProperties(Properties properties)
public KurentoClientBuilder setKmsWsUri(String kmsWsUri)
public KurentoClientBuilder onConnected(Handler connectedHandler)
public KurentoClientBuilder onConnectionFailed(Handler connectionFailedHandler)
public KurentoClientBuilder onDisconnected(Handler disconnectedHandler)
public KurentoClientBuilder onReconnecting(Handler reconnectingHandler)
public KurentoClientBuilder onReconnected(ReconnectedHandler reconnectedHandler)
public KurentoClientBuilder setTryReconnectingMaxTime(Long tryReconnectingMaxTime)
public KurentoClientBuilder setConnectionTimeout(Long connectionTimeout)
public KurentoClient connect()
Copyright © 2019 Kurento. All rights reserved.