| Class | Description |
|---|---|
| DatagramFramer |
Converts stream of bytes over TCP connection into distinct datagrams based on
CoAP over TCP spec.
|
| DispatchHandler |
Channel handler that dispatches framed raw messages to coap stack.
|
| TcpClientConnector |
TCP client connection is used by CoapEndpoint when instantiated by the
CoapClient.
|
| TcpContextUtil |
Util for building for TCP endpoint context from channel.
|
| TcpServerConnector |
TCP server connection is used by CoapEndpoint when instantiated by the CoapServer.
|
| TlsClientConnector |
A TLS client connector that establishes outbound TLS connections.
|
| TlsContextUtil |
Util for building for TLS endpoint context from channel.
|
| TlsServerConnector |
A TLS server connector that accepts inbound TLS connections.
|
| Enum | Description |
|---|---|
| TlsServerConnector.ClientAuthMode |
Copyright © 2021 Eclipse Foundation. All rights reserved.