jar

de.ruedigermoeller : netty-kontraktor

Maven & Gradle

Sep 27, 2014
342 stars

adaptor to run kontraktor actors as web service via netty http or via websockets

Table Of Contents

Latest Version

Download de.ruedigermoeller : netty-kontraktor JAR file - Latest Versions:

All Versions

Download de.ruedigermoeller : netty-kontraktor JAR file - All Versions:

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

org.nustaq.kontraktor.remoting.http.netty.wsocket

├─ org.nustaq.kontraktor.remoting.http.netty.wsocket.WSAbstractObjectSocket.class - [JAR]

├─ org.nustaq.kontraktor.remoting.http.netty.wsocket.WSocketActorClient.class - [JAR]

├─ org.nustaq.kontraktor.remoting.http.netty.wsocket.WSocketActorServer.class - [JAR]

├─ org.nustaq.kontraktor.remoting.http.netty.wsocket.WSocketServerSession.class - [JAR]

org.nustaq.kontraktor.remoting.http.netty.service

├─ org.nustaq.kontraktor.remoting.http.netty.service.HttpRemotingServer.class - [JAR]

├─ org.nustaq.kontraktor.remoting.http.netty.service.NettyKontraktorHttpRequest.class - [JAR]

org.nustaq.kontraktor.remoting.http.netty.util

├─ org.nustaq.kontraktor.remoting.http.netty.util.ActorWSClientSession.class - [JAR]

├─ org.nustaq.kontraktor.remoting.http.netty.util.ActorWSServer.class - [JAR]

Advertisement