public class RakPing
extends io.netty.util.AbstractReferenceCounted
| Modifier and Type | Method and Description |
|---|---|
protected void |
deallocate() |
long |
getPingTime() |
InetSocketAddress |
getSender() |
static RakPing |
newInstance(long pingTime,
InetSocketAddress sender) |
io.netty.util.ReferenceCounted |
touch(Object hint) |
public static RakPing newInstance(long pingTime, InetSocketAddress sender)
public long getPingTime()
public InetSocketAddress getSender()
protected void deallocate()
deallocate in class io.netty.util.AbstractReferenceCountedpublic io.netty.util.ReferenceCounted touch(Object hint)
Copyright © 2018–2022. All rights reserved.