Uses of Class
tigase.http.modules.dnswebservice.DnsEntry
-
Packages that use DnsEntry Package Description tigase.http.modules.dnswebservice tigase.http.modules.dnswebservice.formatters -
-
Uses of DnsEntry in tigase.http.modules.dnswebservice
Methods in tigase.http.modules.dnswebservice that return DnsEntry Modifier and Type Method Description DnsEntry[]DnsItem. getBosh()DnsEntry[]DnsItem. getC2S()DnsEntry[]DnsItem. getWebSocket()Constructors in tigase.http.modules.dnswebservice with parameters of type DnsEntry Constructor Description DnsItem(java.lang.String domain, DnsEntry[] c2s, DnsEntry[] bosh, DnsEntry[] websocket) -
Uses of DnsEntry in tigase.http.modules.dnswebservice.formatters
Methods in tigase.http.modules.dnswebservice.formatters with parameters of type DnsEntry Modifier and Type Method Description static voidJsonUtilV2. format(java.lang.StringBuilder sb, DnsEntry entry)static voidJsonUtilV2. format(java.lang.StringBuilder sb, DnsEntry[] entries)
-