| Interface | Description |
|---|---|
| CoapHandler |
A CoapHandler can be used to asynchronously react to responses from a CoAP
client.
|
| Class | Description |
|---|---|
| CaliforniumFormatter |
A JDK Logging Formatter that produces Californium specific log statements.
|
| CaliforniumLogger |
CalifonriumLogger is a helper class for logging in Californium when
java.util.logging.config.file is not used.
|
| CoapClient |
The Class CoapClient.
|
| CoapClient.Builder |
The Builder can be used to build a CoapClient if the URI's pieces are
available in separate strings.
|
| CoapObserveRelation |
A CoapObserveRelation is a client-side control handle.
|
| CoapResource |
CoapResource is a basic implementation of a resource.
|
| CoapResponse |
CoapResponse provides a simple API for CoAP responses.
|
| CoapServer |
An execution environment for CoAP
Resources. |
| Utils |
The class Utils contains auxiliary methods for Californium.
|
| Utils.DaemonThreadFactory |
A factory to create executor services with daemon threads.
|
| WebLink |
The WebLink class can be used to programmatically browse a remote CoAP endoint.
|