public class S5bTransportMethod extends TransportMethod
| Modifier and Type | Class and Description |
|---|---|
static class |
S5bTransportMethod.Candidate |
static class |
S5bTransportMethod.Mode |
| Modifier and Type | Field and Description |
|---|---|
static String |
NAMESPACE
urn:xmpp:jingle:transports:s5b:1
|
| Constructor and Description |
|---|
S5bTransportMethod() |
| Modifier and Type | Method and Description |
|---|---|
List<S5bTransportMethod.Candidate> |
getCandidates() |
String |
getDstAddr() |
S5bTransportMethod.Mode |
getMode() |
String |
getSessionId() |
public static final String NAMESPACE
public String getDstAddr()
public String getSessionId()
public S5bTransportMethod.Mode getMode()
public List<S5bTransportMethod.Candidate> getCandidates()
Copyright © 2014–2015 XMPP.rocks. All rights reserved.