Package io.rong.imlib
Class NativeObject.ConnectionEntry
-
- All Implemented Interfaces:
public class NativeObject.ConnectionEntry
-
-
Constructor Summary
Constructors Constructor Description NativeObject.ConnectionEntry()
-
Method Summary
Modifier and Type Method Description String
getHost()
void
setHost(String host)
int
getPort()
void
setPort(int port)
int
getNetType()
void
setNetType(int netType)
int
getDuration()
void
setDuration(int duration)
int
getError()
void
setError(int error)
int
getDnsDuration()
void
setDnsDuration(int dnsDuration)
String
getConnectIP()
void
setConnectIP(String connectIP)
int
getMode()
void
setMode(int mode)
int
getWeight()
void
setWeight(int weight)
int
getIndex()
void
setIndex(int index)
boolean
isQuic()
void
setIsQuic(boolean quic)
boolean
isRace()
int
hashCode()
boolean
equals(Object o)
String
toString()
void
setRace(boolean race)
-
-
Method Detail
-
getHost
String getHost()
-
setHost
void setHost(String host)
-
getPort
int getPort()
-
setPort
void setPort(int port)
-
getNetType
int getNetType()
-
setNetType
void setNetType(int netType)
-
getDuration
int getDuration()
-
setDuration
void setDuration(int duration)
-
getError
int getError()
-
setError
void setError(int error)
-
getDnsDuration
int getDnsDuration()
-
setDnsDuration
void setDnsDuration(int dnsDuration)
-
getConnectIP
String getConnectIP()
-
setConnectIP
void setConnectIP(String connectIP)
-
getMode
int getMode()
-
setMode
void setMode(int mode)
-
getWeight
int getWeight()
-
setWeight
void setWeight(int weight)
-
getIndex
int getIndex()
-
setIndex
void setIndex(int index)
-
isQuic
boolean isQuic()
-
setIsQuic
void setIsQuic(boolean quic)
-
isRace
boolean isRace()
-
hashCode
int hashCode()
-
equals
boolean equals(Object o)
-
toString
String toString()
-
setRace
void setRace(boolean race)
-
-
-
-