About 203 results found. (Query 0.07300 seconds)
No information is available for this page.
= null + + init { + setProxy( + Proxy( + Proxy.Type.HTTP, + InetSocketAddress(InetAddress.getByAddress(byteArrayOf(127, 0, 0, 1)), 4444), + ) + ) + setDnsResolver(null) + connectBlocking(15, TimeUnit.SECONDS) + startPing() + startOnlineCheck() + } + + private fun startPing() { + threadPool.scheduleAtFixedRate( + { + sendPingMessage(IrcMessageType.PING) + ...
No information is available for this page.