Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[leshan-dev] Leshan server construction broken

Hi 

This constructor is broken in the version 1.10

File - leshan.server.californium.impl.LeshanServer

    public LeshanServer(final InetSocketAddress localAddress, final InetSocketAddress localAddressSecure) {
        this(localAddress, localAddressSecure, null, null, null);
    }

Because it use another constructor and that does not take null parameter. I can fix this if you want. 


--
R
+14254060904

Back to the top