jar

org.eclipse.leshan : leshan-server-core

Maven & Gradle

Jul 21, 2023
2 usages
632 stars

leshan - server core · A LWM2M server implementation which abstracts transport layer. A transport implementation like "leshan-server-cf" is needed.

Table Of Contents

Latest Version

Download org.eclipse.leshan : leshan-server-core JAR file - Latest Versions:

All Versions

Download org.eclipse.leshan : leshan-server-core JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.4.x
1.3.x
1.2.x
1.1.x
1.0.x
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window leshan-server-core-2.0.0-M12.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.eclipse.leshan.server

├─ org.eclipse.leshan.server.LeshanServer.class - [JAR]

├─ org.eclipse.leshan.server.LeshanServerBuilder.class - [JAR]

org.eclipse.leshan.server.registration

├─ org.eclipse.leshan.server.registration.DefaultRegistrationDataExtractor.class - [JAR]

├─ org.eclipse.leshan.server.registration.Deregistration.class - [JAR]

├─ org.eclipse.leshan.server.registration.ExpirationListener.class - [JAR]

├─ org.eclipse.leshan.server.registration.InMemoryRegistrationStore.class - [JAR]

├─ org.eclipse.leshan.server.registration.RandomStringRegistrationIdProvider.class - [JAR]

├─ org.eclipse.leshan.server.registration.Registration.class - [JAR]

├─ org.eclipse.leshan.server.registration.RegistrationDataExtractor.class - [JAR]

├─ org.eclipse.leshan.server.registration.RegistrationHandler.class - [JAR]

├─ org.eclipse.leshan.server.registration.RegistrationIdProvider.class - [JAR]

├─ org.eclipse.leshan.server.registration.RegistrationListener.class - [JAR]

├─ org.eclipse.leshan.server.registration.RegistrationService.class - [JAR]

├─ org.eclipse.leshan.server.registration.RegistrationServiceImpl.class - [JAR]

├─ org.eclipse.leshan.server.registration.RegistrationStore.class - [JAR]

├─ org.eclipse.leshan.server.registration.RegistrationUpdate.class - [JAR]

├─ org.eclipse.leshan.server.registration.UpdatedRegistration.class - [JAR]

org.eclipse.leshan.server.bootstrap.request

├─ org.eclipse.leshan.server.bootstrap.request.BootstrapDownlinkRequestSender.class - [JAR]

├─ org.eclipse.leshan.server.bootstrap.request.BootstrapUplinkRequestReceiver.class - [JAR]

├─ org.eclipse.leshan.server.bootstrap.request.DefaultBootstrapDownlinkRequestSender.class - [JAR]

├─ org.eclipse.leshan.server.bootstrap.request.DefaultBootstrapUplinkRequestReceiver.class - [JAR]

org.eclipse.leshan.server.bootstrap.endpoint

├─ org.eclipse.leshan.server.bootstrap.endpoint.BootstrapServerEndpointToolbox.class - [JAR]

├─ org.eclipse.leshan.server.bootstrap.endpoint.LwM2mBootstrapServerEndpoint.class - [JAR]

├─ org.eclipse.leshan.server.bootstrap.endpoint.LwM2mBootstrapServerEndpointsProvider.class - [JAR]

org.eclipse.leshan.server.bootstrap

├─ org.eclipse.leshan.server.bootstrap.BootstrapConfig.class - [JAR]

├─ org.eclipse.leshan.server.bootstrap.BootstrapConfigStore.class - [JAR]

├─ org.eclipse.leshan.server.bootstrap.BootstrapConfigStoreTaskProvider.class - [JAR]

├─ org.eclipse.leshan.server.bootstrap.BootstrapFailureCause.class - [JAR]

├─ org.eclipse.leshan.server.bootstrap.BootstrapHandler.class - [JAR]

├─ org.eclipse.leshan.server.bootstrap.BootstrapHandlerFactory.class - [JAR]

├─ org.eclipse.leshan.server.bootstrap.BootstrapSession.class - [JAR]

├─ org.eclipse.leshan.server.bootstrap.BootstrapSessionAdapter.class - [JAR]

├─ org.eclipse.leshan.server.bootstrap.BootstrapSessionDispatcher.class - [JAR]

├─ org.eclipse.leshan.server.bootstrap.BootstrapSessionListener.class - [JAR]

├─ org.eclipse.leshan.server.bootstrap.BootstrapSessionManager.class - [JAR]

├─ org.eclipse.leshan.server.bootstrap.BootstrapTaskProvider.class - [JAR]

├─ org.eclipse.leshan.server.bootstrap.BootstrapUtil.class - [JAR]

├─ org.eclipse.leshan.server.bootstrap.ConfigurationChecker.class - [JAR]

├─ org.eclipse.leshan.server.bootstrap.DefaultBootstrapAuthorizer.class - [JAR]

├─ org.eclipse.leshan.server.bootstrap.DefaultBootstrapHandler.class - [JAR]

├─ org.eclipse.leshan.server.bootstrap.DefaultBootstrapSession.class - [JAR]

├─ org.eclipse.leshan.server.bootstrap.DefaultBootstrapSessionManager.class - [JAR]

├─ org.eclipse.leshan.server.bootstrap.EditableBootstrapConfigStore.class - [JAR]

├─ org.eclipse.leshan.server.bootstrap.InMemoryBootstrapConfigStore.class - [JAR]

├─ org.eclipse.leshan.server.bootstrap.InvalidConfigurationException.class - [JAR]

├─ org.eclipse.leshan.server.bootstrap.LeshanBootstrapServer.class - [JAR]

├─ org.eclipse.leshan.server.bootstrap.LeshanBootstrapServerBuilder.class - [JAR]

├─ org.eclipse.leshan.server.bootstrap.LwM2mBootstrapRequestSender.class - [JAR]

├─ org.eclipse.leshan.server.bootstrap.SmsSecurityMode.class - [JAR]

org.eclipse.leshan.server.request

├─ org.eclipse.leshan.server.request.DefaultDownlinkRequestSender.class - [JAR]

├─ org.eclipse.leshan.server.request.DefaultUplinkRequestReceiver.class - [JAR]

├─ org.eclipse.leshan.server.request.DownlinkRequestSender.class - [JAR]

├─ org.eclipse.leshan.server.request.LowerLayerConfig.class - [JAR]

├─ org.eclipse.leshan.server.request.UplinkRequestReceiver.class - [JAR]

org.eclipse.leshan.server.profile

├─ org.eclipse.leshan.server.profile.ClientProfile.class - [JAR]

├─ org.eclipse.leshan.server.profile.ClientProfileProvider.class - [JAR]

├─ org.eclipse.leshan.server.profile.DefaultClientProfileProvider.class - [JAR]

org.eclipse.leshan.server.endpoint

├─ org.eclipse.leshan.server.endpoint.LwM2mServerEndpoint.class - [JAR]

├─ org.eclipse.leshan.server.endpoint.LwM2mServerEndpointsProvider.class - [JAR]

├─ org.eclipse.leshan.server.endpoint.ServerEndpointToolbox.class - [JAR]

org.eclipse.leshan.server.security

├─ org.eclipse.leshan.server.security.Authorization.class - [JAR]

├─ org.eclipse.leshan.server.security.Authorizer.class - [JAR]

├─ org.eclipse.leshan.server.security.BootstrapAuthorizer.class - [JAR]

├─ org.eclipse.leshan.server.security.BootstrapSecurityStore.class - [JAR]

├─ org.eclipse.leshan.server.security.BootstrapSecurityStoreAdapter.class - [JAR]

├─ org.eclipse.leshan.server.security.DefaultAuthorizer.class - [JAR]

├─ org.eclipse.leshan.server.security.EditableSecurityStore.class - [JAR]

├─ org.eclipse.leshan.server.security.FileSecurityStore.class - [JAR]

├─ org.eclipse.leshan.server.security.InMemorySecurityStore.class - [JAR]

├─ org.eclipse.leshan.server.security.NonUniqueSecurityInfoException.class - [JAR]

├─ org.eclipse.leshan.server.security.SecurityChecker.class - [JAR]

├─ org.eclipse.leshan.server.security.SecurityInfo.class - [JAR]

├─ org.eclipse.leshan.server.security.SecurityStore.class - [JAR]

├─ org.eclipse.leshan.server.security.SecurityStoreListener.class - [JAR]

├─ org.eclipse.leshan.server.security.ServerSecurityInfo.class - [JAR]

org.eclipse.leshan.server.observation

├─ org.eclipse.leshan.server.observation.LwM2mNotificationReceiver.class - [JAR]

├─ org.eclipse.leshan.server.observation.ObservationListener.class - [JAR]

├─ org.eclipse.leshan.server.observation.ObservationService.class - [JAR]

├─ org.eclipse.leshan.server.observation.ObservationServiceImpl.class - [JAR]

org.eclipse.leshan.server.model

├─ org.eclipse.leshan.server.model.LwM2mBootstrapModelProvider.class - [JAR]

├─ org.eclipse.leshan.server.model.LwM2mModelProvider.class - [JAR]

├─ org.eclipse.leshan.server.model.StandardBootstrapModelProvider.class - [JAR]

├─ org.eclipse.leshan.server.model.StandardModelProvider.class - [JAR]

├─ org.eclipse.leshan.server.model.StaticModelProvider.class - [JAR]

├─ org.eclipse.leshan.server.model.VersionedBootstrapModelProvider.class - [JAR]

├─ org.eclipse.leshan.server.model.VersionedModelProvider.class - [JAR]

org.eclipse.leshan.server.send

├─ org.eclipse.leshan.server.send.SendHandler.class - [JAR]

├─ org.eclipse.leshan.server.send.SendListener.class - [JAR]

├─ org.eclipse.leshan.server.send.SendService.class - [JAR]

org.eclipse.leshan.server.queue

├─ org.eclipse.leshan.server.queue.ClientAwakeTimeProvider.class - [JAR]

├─ org.eclipse.leshan.server.queue.PresenceListener.class - [JAR]

├─ org.eclipse.leshan.server.queue.PresenceService.class - [JAR]

├─ org.eclipse.leshan.server.queue.PresenceServiceImpl.class - [JAR]

├─ org.eclipse.leshan.server.queue.PresenceStateListener.class - [JAR]

├─ org.eclipse.leshan.server.queue.QueueModeLwM2mRequestSender.class - [JAR]

├─ org.eclipse.leshan.server.queue.StaticClientAwakeTimeProvider.class - [JAR]

Advertisement

Dependencies from Group

Jul 21, 2023
14 usages
632 stars
Jul 21, 2023
10 usages
632 stars
Jul 21, 2023
7 usages
632 stars
Jul 21, 2023
4 usages
632 stars
Mar 12, 2015
3 usages
41 stars

Discover Dependencies

Jul 21, 2023
2 usages
632 stars
Feb 16, 2018
1 usages
36 stars
Sep 07, 2018
2 usages
8.8k stars
Nov 25, 2018
2 usages
1.7k stars
Jul 03, 2023
1 usages