class PongMessage : UdpMessage
(source)
<init> |
PongMessage(requestId: Bytes = UdpMessage.requestId(), enrSeq: Long = 0, recipientIp: InetAddress, recipientPort: Int) |
enrSeq |
val enrSeq: Long |
recipientIp |
val recipientIp: InetAddress |
recipientPort |
val recipientPort: Int |
requestId |
val requestId: Bytes |
encode |
fun encode(): Bytes |
getMessageType |
fun getMessageType(): Bytes |
create |
fun create(content: Bytes): PongMessage |