jar

io.niowire : niowire

Maven & Gradle

Jan 29, 2013
3 stars

Niowire · Niowire is a non blocking socket server framework for java. It makes the task of writing and implementing a highly scalable server capable of many simultaneous connections easy. All that has to be written to use it are a Serializer to parse the binary stream into objects (or you can use one of the built in ones), an Inspector which filters, authenticates and modifies packets packets (or again, use one of the built in ones) and one or more services which uses the data packets (more built in ones here too!)

Table Of Contents

Latest Version

Download io.niowire : niowire JAR file - Latest Versions:

All Versions

Download io.niowire : niowire JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2
0.1

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

io.niowire.serializer

├─ io.niowire.serializer.DelimitedSerializer.class - [JAR]

├─ io.niowire.serializer.JsonSerializer.class - [JAR]

├─ io.niowire.serializer.LineSerializer.class - [JAR]

├─ io.niowire.serializer.NioInvalidDataException.class - [JAR]

├─ io.niowire.serializer.NioSerializer.class - [JAR]

├─ io.niowire.serializer.SplitSerializer.class - [JAR]

io.niowire.serversource

├─ io.niowire.serversource.DirectoryServerSource.class - [JAR]

├─ io.niowire.serversource.Event.class - [JAR]

├─ io.niowire.serversource.NioServerDefinition.class - [JAR]

├─ io.niowire.serversource.NioServerSource.class - [JAR]

io.niowire.data

├─ io.niowire.data.NioPacket.class - [JAR]

io.niowire.server

├─ io.niowire.server.NioConnection.class - [JAR]

├─ io.niowire.server.NioConnectionException.class - [JAR]

├─ io.niowire.server.NioSocketServer.class - [JAR]

io.niowire.inspection

├─ io.niowire.inspection.NioAuthenticationException.class - [JAR]

├─ io.niowire.inspection.NioInspector.class - [JAR]

├─ io.niowire.inspection.TimeoutInspector.class - [JAR]

├─ io.niowire.inspection.UidGenerator.class - [JAR]

io.niowire.service

├─ io.niowire.service.EchoService.class - [JAR]

├─ io.niowire.service.NioService.class - [JAR]

io.niowire.entities

├─ io.niowire.entities.Initialize.class - [JAR]

├─ io.niowire.entities.Injector.class - [JAR]

├─ io.niowire.entities.NioObjectCreationException.class - [JAR]

├─ io.niowire.entities.NioObjectFactory.class - [JAR]

├─ io.niowire.entities.UniversalConverter.class - [JAR]

io.niowire

├─ io.niowire.NiowireException.class - [JAR]

├─ io.niowire.RuntimeNiowireException.class - [JAR]