| Interface | Description |
|---|---|
| Connector |
A managed interface for exchanging messages between networked clients and a
server application.
|
| ConnectorFactory |
A factory for
Connector objects. |
| EndpointContext |
A container for storing transport specific information about the context in
which a message has been sent or received.
|
| EndpointContextMatcher |
Interface for endpoint context processing.
|
| MessageCallback | |
| RawDataChannel |
A processor for messages received from the network layer.
|
| Class | Description |
|---|---|
| AddressEndpointContext |
A endpoint context providing the inet socket address and a optional
principal.
|
| DtlsEndpointContext |
An endpoint context that explicitly supports DTLS specific properties.
|
| EndpointContextUtil |
EndpointContext utility.
|
| KeySetEndpointContextMatcher |
Key set based endpoint context matcher.
|
| MapBasedEndpointContext |
A map based endpoint context.
|
| PrincipalEndpointContextMatcher |
Principal based endpoint context matcher.
|
| RawData |
A container object for the data received or sent via a
Connector. |
| RelaxedDtlsEndpointContextMatcher |
Relaxed endpoint context matcher.
|
| StrictDtlsEndpointContextMatcher |
Strict endpoint context matcher.
|
| TcpEndpointContext |
A endpoint context that explicitly supports TCP specific properties.
|
| TcpEndpointContextMatcher |
TCP endpoint context matcher.
|
| TlsEndpointContext |
A endpoint context that explicitly supports TLS specific properties.
|
| TlsEndpointContextMatcher |
TLS endpoint context matcher.
|
| UDPConnector |
A
Connector employing UDP as the transport protocol for exchanging
data between networked clients and a server application. |
| UdpEndpointContext |
A endpoint context for plain UDP.
|
| UdpEndpointContextMatcher |
Endpoint context matcher for UDP.
|
| UdpMulticastConnector |
Connector which inherits functionality of UDPConnector
replacing DatagramSocket with a MulticastSocket to receive multicast requests
in compliance to RFC7390 Group Communication for the Constrained Application
Protocol (CoAP) to the registered multicast group. |
| Exception | Description |
|---|---|
| EndpointMismatchException |
Exception indicating, that the endpoint context doesn't match for some
reason.
|
| EndpointUnconnectedException |
Exception indicating, that the destination endpoint is currently not
connected to the source server endpoint.
|
| MulticastNotSupportedException |
Exception indicating, that the connector doesn't support multicast messages.
|
Copyright © 2019 Eclipse Foundation. All rights reserved.