jar

de.ruedigermoeller : netty2go

Maven & Gradle

Sep 27, 2014
1 usages

a simple+light weight web server. Basically a facade for netty 4 websockets and http impl

Table Of Contents

Latest Version

Download de.ruedigermoeller : netty2go JAR file - Latest Versions:

All Versions

Download de.ruedigermoeller : netty2go JAR file - All Versions:

Version Vulnerabilities Size Updated
1.04
1.02
1.01
1.0

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 netty2go-1.04.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.nustaq.netty2go

├─ org.nustaq.netty2go.NettyWSHttpServer.class - [JAR]

├─ org.nustaq.netty2go.WebSocketClient.class - [JAR]

org.nustaq.webserver

├─ org.nustaq.webserver.ClientSession.class - [JAR]

├─ org.nustaq.webserver.SampleWebServer.class - [JAR]

├─ org.nustaq.webserver.WebSocketHttpServer.class - [JAR]

Advertisement