| Package | Description |
|---|---|
| org.eclipse.californium.scandium.dtls |
| Modifier and Type | Method and Description |
|---|---|
ContentType |
HandshakeState.getContentType()
Get record content type of state.
|
ContentType |
HandshakeMessage.getContentType() |
ContentType |
DTLSMessage.getContentType()
Gets the message's content type.
|
ContentType |
ChangeCipherSpecMessage.getContentType() |
ContentType |
ApplicationMessage.getContentType() |
ContentType |
AlertMessage.getContentType() |
ContentType |
Record.getType() |
static ContentType |
ContentType.getTypeByValue(int code)
Returns the content type according to the given code.
|
static ContentType |
ContentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentType[] |
ContentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
HandshakeState(ContentType contentType)
Create state for none handshake messages.
|
Record(ContentType type,
int epoch,
long sequenceNumber,
DTLSMessage fragment,
DTLSSession session,
boolean cid,
int pad)
Creates an outbound record containing a
DTLSMessage as its
payload. |
Record(ContentType type,
ProtocolVersion version,
long sequenceNumber,
DTLSMessage fragment,
InetSocketAddress peerAddress)
Creates an outbound record representing a
DTLSMessage as its payload. |
Copyright © 2023 Eclipse Foundation. All rights reserved.