-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing API in Transport Context #82
Comments
Those should be easy ones.. but lets see. |
szysas
added a commit
that referenced
this issue
Apr 23, 2024
szysas
added a commit
that referenced
this issue
Apr 23, 2024
szysas
added a commit
that referenced
this issue
Aug 6, 2024
szysas
added a commit
that referenced
this issue
Aug 6, 2024
szysas
added a commit
that referenced
this issue
Aug 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implementing coap(s)+tcp in Leshan, I faced some issues that could be solve with API additions :
(I found workaround for each of them, so there is no urgency)
1. A way to iterate over keys of
TransportContext
Maybe a
Collection<Key<?>> getKeys()
methods ? or makeTransportContext
implementsIterable
?Here an example of usage.
2. I need to add all keys from a
TransportContext
to an other existingTransportContext
.Proposed API :
TransportContext
a methodwith(TransportContext contextToMerge)
CoapRequest.Builder
a methodaddContext(TransportContext contextToMerge)
The text was updated successfully, but these errors were encountered: