Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cf-dev] CoapServer and duplicate EndPoints

Hi,
Currently CoapServer.java stores EndPoints as an ArrayList<EndPoint>.
This doesn't prevent user from adding same EndPoint twice. Could it be
like Map<InetSocketAddress,EndPoint> ?

For e.g. Leshan's SecurityIntegrationTestHelper::createPSKClient()
will end up adding same EndPoint with and without DTLS.

Thanks,
Kiran.


Back to the top