Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [leshan-dev] Sending request to clients by the endpoint

No it isn't.
But you could get client from endpoint easily like this :
Client client = server.getClientRegistry().get("myendpoint");

Le 14/04/2016 17:04, Bakre HOURMAT ALLAH a écrit :
Hi everybody,

I want to send a reading request to a client, but I don't want to use client object, I want to send a reading request with just the endpoint. Is it possible?

Thank you,


_______________________________________________
leshan-dev mailing list
leshan-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/leshan-dev


Back to the top