jar

org.jetlinks : jetlinks-gateway

Maven & Gradle

Sep 05, 2019
459 stars

JetLinks Device GateWay Server · 设备网关服务,管理多种连接协议以及实现消息收发.

Table Of Contents

Latest Version

Download org.jetlinks : jetlinks-gateway JAR file - Latest Versions:

All Versions

Download org.jetlinks : jetlinks-gateway JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.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 jetlinks-gateway-1.0.0-RC2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.jetlinks.gateway.vertx.tcp.fixed

├─ org.jetlinks.gateway.vertx.tcp.fixed.FixedLengthTcpCodec.class - [JAR]

org.jetlinks.gateway.vertx.mqtt

├─ org.jetlinks.gateway.vertx.mqtt.MqttDeviceSession.class - [JAR]

├─ org.jetlinks.gateway.vertx.mqtt.MqttServer.class - [JAR]

├─ org.jetlinks.gateway.vertx.mqtt.VertxMqttMessage.class - [JAR]

org.jetlinks.gateway.monitor

├─ org.jetlinks.gateway.monitor.GatewayServerInfo.class - [JAR]

├─ org.jetlinks.gateway.monitor.GatewayServerMonitor.class - [JAR]

├─ org.jetlinks.gateway.monitor.LettuceGatewayServerMonitor.class - [JAR]

├─ org.jetlinks.gateway.monitor.RedissonGatewayServerMonitor.class - [JAR]

org.jetlinks.gateway.vertx.udp

├─ org.jetlinks.gateway.vertx.udp.CoAPServer.class - [JAR]

├─ org.jetlinks.gateway.vertx.udp.UDPDeviceSession.class - [JAR]

├─ org.jetlinks.gateway.vertx.udp.UDPServer.class - [JAR]

org.jetlinks.gateway.vertx.tcp

├─ org.jetlinks.gateway.vertx.tcp.DefaultTcpServer.class - [JAR]

├─ org.jetlinks.gateway.vertx.tcp.TcpDeviceSession.class - [JAR]

├─ org.jetlinks.gateway.vertx.tcp.TcpServer.class - [JAR]

org.jetlinks.gateway.session

├─ org.jetlinks.gateway.session.DefaultDeviceSessionManager.class - [JAR]

├─ org.jetlinks.gateway.session.DeviceSession.class - [JAR]

├─ org.jetlinks.gateway.session.DeviceSessionManager.class - [JAR]

org.jetlinks.gateway.vertx.tcp.message

├─ org.jetlinks.gateway.vertx.tcp.message.MessageType.class - [JAR]

├─ org.jetlinks.gateway.vertx.tcp.message.TcpMessageCodec.class - [JAR]

├─ org.jetlinks.gateway.vertx.tcp.message.TcpMessageDecoder.class - [JAR]

├─ org.jetlinks.gateway.vertx.tcp.message.TcpMessageEncoder.class - [JAR]

Advertisement