public interface DTLSMessage
| Modifier and Type | Method and Description |
|---|---|
ContentType |
getContentType()
Gets the message's content type.
|
InetSocketAddress |
getPeer()
Gets the IP address and port of the peer this message
has been received from or is to be sent to.
|
int |
size()
Gets the number of bytes representing this message as defined
by TLS 1.2, Appendix A.
|
byte[] |
toByteArray()
Gets the byte array representation of this message as defined
by TLS 1.2, Appendix A.
|
int size()
byte[] toByteArray()
ContentType getContentType()
InetSocketAddress getPeer()
Copyright © 2023 Eclipse Foundation. All rights reserved.