| Package | Description |
|---|---|
| rocks.xmpp.extensions.jingle.transports.s5b.model |
Provides XML schema implementations of XEP-0260: Jingle SOCKS5 Bytestreams Transport Method.
|
| Modifier and Type | Method and Description |
|---|---|
S5bTransportMethod.Candidate.Type |
S5bTransportMethod.Candidate.getType()
Gets the transport type.
|
static S5bTransportMethod.Candidate.Type |
S5bTransportMethod.Candidate.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static S5bTransportMethod.Candidate.Type[] |
S5bTransportMethod.Candidate.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
S5bTransportMethod.calculatePriority(S5bTransportMethod.Candidate.Type type,
int localPreference)
Gets the preferred priority.
|
| Constructor and Description |
|---|
Candidate(String cid,
String hostname,
int port,
Jid jid,
S5bTransportMethod.Candidate.Type type,
int priority) |
Copyright © 2014–2018 XMPP.rocks. All rights reserved.