public abstract class AbstractMessage extends Object implements DTLSMessage
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractMessage(InetSocketAddress peerAddress) |
| Modifier and Type | Method and Description |
|---|---|
InetSocketAddress |
getPeer()
Gets the IP address and port of the peer this message
has been received from or is to be sent to.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContentType, size, toByteArrayprotected AbstractMessage(InetSocketAddress peerAddress)
public final InetSocketAddress getPeer()
DTLSMessagegetPeer in interface DTLSMessageCopyright © 2023 Eclipse Foundation. All rights reserved.