All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download niowire JAR 0.1 with all dependencies


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!)

Files of the artifact niowire version 0.1 from the group io.niowire.

Artifact niowire
Group io.niowire
Version 0.1
Last update 18. January 2013
Tags: binary stream made data writing packets niowire authenticate designed more easy performance written socket connections parse built objects simultaneous task hold into here again ones framework many that blocking which service server java implementing uses high mangler parser make filter
Organization not specified
URL http://niowire.io
License GNU LESSER GENERAL PUBLIC LICENSE 3.0
Dependencies amount 3
Dependencies logback-classic, gson, javax.inject,
There are maybe transitive dependencies!
There is a newer version: 0.2
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of niowire Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of niowire version 0.1

META-INF
META-INF.META-INF.MANIFEST.MF
.NioConfig.json
io.niowire
io.niowire.io.niowire.NiowireException
io.niowire.io.niowire.RuntimeNiowireException
io.niowire.data
io.niowire.data.io.niowire.data.NioPacket
io.niowire.entities
io.niowire.entities.io.niowire.entities.NioObject
io.niowire.entities.io.niowire.entities.NioObjectCreationException
io.niowire.entities.io.niowire.entities.NioObjectFactory
io.niowire.inspection
io.niowire.inspection.io.niowire.inspection.NioAuthenticationException
io.niowire.inspection.io.niowire.inspection.NioInspector
io.niowire.inspection.io.niowire.inspection.TimeoutInspector
io.niowire.inspection.io.niowire.inspection.UidGenerator
io.niowire.serializer
io.niowire.serializer.io.niowire.serializer.DelimitedSerializer
io.niowire.serializer.io.niowire.serializer.JsonSerializer
io.niowire.serializer.io.niowire.serializer.LineSerializer
io.niowire.serializer.io.niowire.serializer.NioInvalidDataException
io.niowire.serializer.io.niowire.serializer.NioSerializer
io.niowire.server
io.niowire.server.io.niowire.server.NioConnection
io.niowire.server.io.niowire.server.NioConnectionException
io.niowire.server.io.niowire.server.NioContextUser
io.niowire.server.io.niowire.server.NioSocketServer
io.niowire.serversource
io.niowire.serversource.io.niowire.serversource.DirectoryServerSource
io.niowire.serversource.io.niowire.serversource.Event
io.niowire.serversource.io.niowire.serversource.NioServerDefinition
io.niowire.serversource.io.niowire.serversource.NioServerSource
io.niowire.service
io.niowire.service.io.niowire.service.EchoService
io.niowire.service.io.niowire.service.NioService
servers
servers.servers.global.json




© 2015 - 2024 Weber Informatics LLC | Privacy Policy