deserializeProperties(String key, String valueJson) | fm.liveswitch.TransportInfo | protected |
fromJson(String transportReportJson) | fm.liveswitch.TransportInfo | static |
fromJsonArray(String transportInfosJson) | fm.liveswitch.TransportInfo | static |
getActiveCandidatePairId() | fm.liveswitch.TransportInfo | |
getCandidatePairs() | fm.liveswitch.TransportInfo | |
getId() | fm.liveswitch.Info | |
getLocalCandidates() | fm.liveswitch.TransportInfo | |
getLocalCertificate() | fm.liveswitch.TransportInfo | |
getRemoteCandidates() | fm.liveswitch.TransportInfo | |
getRemoteCertificate() | fm.liveswitch.TransportInfo | |
getReport() | fm.liveswitch.TransportInfo | |
Info() | fm.liveswitch.Info | protected |
processArray(T[] newValues, T[] oldValues) | fm.liveswitch.Info | static |
processBoolean(boolean newValue, boolean oldValue) | fm.liveswitch.Info | static |
processBooleanArray(boolean[] newValues, boolean[] oldValues) | fm.liveswitch.Info | static |
processDouble(double newValue, double oldValue) | fm.liveswitch.Info | static |
processFloat(float newValue, float oldValue) | fm.liveswitch.Info | static |
processFloatArray(float[] newValues, float[] oldValues) | fm.liveswitch.Info | static |
processFloatArray(double[] newValues, double[] oldValues) | fm.liveswitch.Info | static |
processInteger(int newValue, int oldValue) | fm.liveswitch.Info | static |
processIntegerArray(int[] newValues, int[] oldValues) | fm.liveswitch.Info | static |
processLong(long newValue, long oldValue) | fm.liveswitch.Info | static |
processLongArray(long[] newValues, long[] oldValues) | fm.liveswitch.Info | static |
processObject(T newValue, T oldValue) | fm.liveswitch.Info | static |
processShort(short newValue, short oldValue) | fm.liveswitch.Info | static |
processShortArray(short[] newValues, short[] oldValues) | fm.liveswitch.Info | static |
processString(String newValue, String oldValue) | fm.liveswitch.Info | static |
serializeProperties(java.util.HashMap< String, String > jsonObject) | fm.liveswitch.TransportInfo | protected |
setActiveCandidatePairId(String value) | fm.liveswitch.TransportInfo | |
setCandidatePairs(fm.liveswitch.CandidatePairInfo[] value) | fm.liveswitch.TransportInfo | |
setId(String value) | fm.liveswitch.Info | |
setLocalCandidates(fm.liveswitch.CandidateInfo[] value) | fm.liveswitch.TransportInfo | |
setLocalCertificate(fm.liveswitch.CertificateInfo value) | fm.liveswitch.TransportInfo | |
setRemoteCandidates(fm.liveswitch.CandidateInfo[] value) | fm.liveswitch.TransportInfo | |
setRemoteCertificate(fm.liveswitch.CertificateInfo value) | fm.liveswitch.TransportInfo | |
setReport(fm.liveswitch.TransportReport value) | fm.liveswitch.TransportInfo | |
toJson(fm.liveswitch.TransportInfo transportReport) | fm.liveswitch.TransportInfo | static |
toJson() | fm.liveswitch.TransportInfo | |
toJsonArray(fm.liveswitch.TransportInfo[] transportInfos) | fm.liveswitch.TransportInfo | static |
TransportInfo() | fm.liveswitch.TransportInfo | |