jar

io.github.open-coap : coap-tcp

Maven & Gradle

Aug 22, 2023
20 stars

Java CoAP · Java implementation of CoAP protocol

Table Of Contents

Latest Version

Download io.github.open-coap : coap-tcp JAR file - Latest Versions:

All Versions

Download io.github.open-coap : coap-tcp JAR file - All Versions:

Version Vulnerabilities Size Updated
6.17.x
6.16.x
6.15.x
6.14.x
6.13.x
6.12.x
6.11.x
6.10.x
6.9.x
6.8.x
6.7.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 coap-tcp-6.17.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.mbed.coap.transport.javassl

├─ com.mbed.coap.transport.javassl.SSLSocketClientTransport.class - [JAR]

├─ com.mbed.coap.transport.javassl.SocketClientTransport.class - [JAR]

com.mbed.coap.packet

├─ com.mbed.coap.packet.CoapTcpPacketConverter.class - [JAR]

├─ com.mbed.coap.packet.CoapTcpPacketSerializer.class - [JAR]

├─ com.mbed.coap.packet.SignalingOptions.class - [JAR]

├─ com.mbed.coap.packet.SignallingHeaderOptions.class - [JAR]

com.mbed.coap.server

├─ com.mbed.coap.server.CoapServerBuilderForTcp.class - [JAR]

├─ com.mbed.coap.server.TcpCoapServer.class - [JAR]

com.mbed.coap.server.messaging

├─ com.mbed.coap.server.messaging.CapabilitiesStorage.class - [JAR]

├─ com.mbed.coap.server.messaging.CapabilitiesStorageImpl.class - [JAR]

├─ com.mbed.coap.server.messaging.CoapTcpDispatcher.class - [JAR]

├─ com.mbed.coap.server.messaging.PayloadSizeVerifier.class - [JAR]

├─ com.mbed.coap.server.messaging.TcpExchangeFilter.class - [JAR]

com.mbed.coap.transport

├─ com.mbed.coap.transport.CoapTcpListener.class - [JAR]

├─ com.mbed.coap.transport.CoapTcpTransport.class - [JAR]