jar

com.github.socketIo4Netty : socketIo4Netty

Maven & Gradle

Jun 12, 2015
169 stars

socketIo4Netty · Socket.IO Java server based on Netty

Table Of Contents

Latest Version

Download com.github.socketIo4Netty : socketIo4Netty JAR file - Latest Versions:

All Versions

Download com.github.socketIo4Netty : socketIo4Netty JAR file - All Versions:

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

org.socketio.netty

├─ org.socketio.netty.ISession.class - [JAR]

├─ org.socketio.netty.ISocketIOListener.class - [JAR]

├─ org.socketio.netty.ServerConfiguration.class - [JAR]

├─ org.socketio.netty.SocketIOAdapter.class - [JAR]

├─ org.socketio.netty.SocketIOServer.class - [JAR]

├─ org.socketio.netty.TransportType.class - [JAR]

org.socketio.netty.packets

├─ org.socketio.netty.packets.AbstractPacket.class - [JAR]

├─ org.socketio.netty.packets.ConnectPacket.class - [JAR]

├─ org.socketio.netty.packets.ErrorAdvice.class - [JAR]

├─ org.socketio.netty.packets.ErrorReason.class - [JAR]

├─ org.socketio.netty.packets.Event.class - [JAR]

├─ org.socketio.netty.packets.IPacket.class - [JAR]

├─ org.socketio.netty.packets.Packet.class - [JAR]

├─ org.socketio.netty.packets.PacketType.class - [JAR]

├─ org.socketio.netty.packets.PacketsFrame.class - [JAR]

org.socketio.netty.serialization

├─ org.socketio.netty.serialization.PacketDecoder.class - [JAR]

├─ org.socketio.netty.serialization.PacketEncoder.class - [JAR]

├─ org.socketio.netty.serialization.PacketFramer.class - [JAR]

org.socketio.netty.session

├─ org.socketio.netty.session.AbstractPollingSession.class - [JAR]

├─ org.socketio.netty.session.AbstractSession.class - [JAR]

├─ org.socketio.netty.session.AbstractSocketSession.class - [JAR]

├─ org.socketio.netty.session.FlashSocketSession.class - [JAR]

├─ org.socketio.netty.session.IManagedSession.class - [JAR]

├─ org.socketio.netty.session.ISessionDisconnectHandler.class - [JAR]

├─ org.socketio.netty.session.JsonpPollingSession.class - [JAR]

├─ org.socketio.netty.session.PollingQueue.class - [JAR]

├─ org.socketio.netty.session.SocketIOHeartbeatScheduler.class - [JAR]

├─ org.socketio.netty.session.WebSocketSession.class - [JAR]

├─ org.socketio.netty.session.XHRPollingSession.class - [JAR]

org.socketio.netty.pipeline

├─ org.socketio.netty.pipeline.DisconnectHandler.class - [JAR]

├─ org.socketio.netty.pipeline.FlashPolicyHandler.class - [JAR]

├─ org.socketio.netty.pipeline.FlashSocketHandler.class - [JAR]

├─ org.socketio.netty.pipeline.HandshakeHandler.class - [JAR]

├─ org.socketio.netty.pipeline.HeartbeatHandler.class - [JAR]

├─ org.socketio.netty.pipeline.JsonpPollingHandler.class - [JAR]

├─ org.socketio.netty.pipeline.PacketDispatcherHandler.class - [JAR]

├─ org.socketio.netty.pipeline.PacketEncoderHandler.class - [JAR]

├─ org.socketio.netty.pipeline.PipelineUtils.class - [JAR]

├─ org.socketio.netty.pipeline.ResourceHandler.class - [JAR]

├─ org.socketio.netty.pipeline.SocketIOChannelInitializer.class - [JAR]

├─ org.socketio.netty.pipeline.UnsupportedPacketTypeException.class - [JAR]

├─ org.socketio.netty.pipeline.UnsupportedTransportTypeException.class - [JAR]

├─ org.socketio.netty.pipeline.WebSocketHandler.class - [JAR]

├─ org.socketio.netty.pipeline.XHRPollingHandler.class - [JAR]

org.socketio.netty.storage.memoizer

├─ org.socketio.netty.storage.memoizer.Computable.class - [JAR]

├─ org.socketio.netty.storage.memoizer.MemoizerConcurrentMap.class - [JAR]

org.socketio.netty.storage

├─ org.socketio.netty.storage.SessionStorage.class - [JAR]

Advertisement