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

Download tenio JAR 2.0.0 with all dependencies


TenIO is a java NIO (Non-blocking I/O) based server specifically designed for multiplayer games. It supports UDP and TCP transports which are handled by Netty for high-speed network transmission. It uses MsgPack for compressing data so that can be transferred quickly through the network. This framework can help you quickly create a game server or integrate it into your system.

Files of the artifact tenio version 2.0.0 from the group io.github.congcoi123.

Artifact tenio
Group io.github.congcoi123
Version 2.0.0
Last update 15. April 2020
Tags: data multiplayer supports through network handled designed help transports tenio games integrate speed netty your into game create framework transmission that system blocking which transferred msgpack compressing uses java server high quickly this based specifically
Organization not specified
URL https://github.com/congcoi123/tenio
License MIT License
Dependencies amount 7
Dependencies netty-all, jetty-server, jetty-servlet, servlet-api, msgpack, guava, log4j-core,
There are maybe transitive dependencies!
There is a newer version: 3.1.1
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of tenio Show documentation

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

0 downloads

Source code of tenio version 2.0.0

META-INF
META-INF.META-INF.MANIFEST.MF
META-INF.maven.io.github.congcoi123.tenio
META-INF.maven.io.github.congcoi123.tenio.META-INF.maven.io.github.congcoi123.tenio.pom.properties
META-INF.maven.io.github.congcoi123.tenio.META-INF.maven.io.github.congcoi123.tenio.pom.xml
com.tenio
com.tenio.com.tenio.AbstractApp
com.tenio.annotation
com.tenio.annotation.com.tenio.annotation.Column
com.tenio.annotation.com.tenio.annotation.Entity
com.tenio.annotation.com.tenio.annotation.Sanitizer
com.tenio.api
com.tenio.api.com.tenio.api.HeartBeatApi
com.tenio.api.com.tenio.api.MessageApi
com.tenio.api.com.tenio.api.PlayerApi
com.tenio.api.com.tenio.api.RoomApi
com.tenio.api.com.tenio.api.TaskApi
com.tenio.api.pool
com.tenio.api.pool.com.tenio.api.pool.ArrayPool
com.tenio.api.pool.com.tenio.api.pool.ObjectPool
com.tenio.configuration
com.tenio.configuration.com.tenio.configuration.BaseConfiguration
com.tenio.configuration.constant
com.tenio.configuration.constant.com.tenio.configuration.constant.Constants
com.tenio.configuration.constant.com.tenio.configuration.constant.ErrorMsg
com.tenio.configuration.constant.com.tenio.configuration.constant.LEvent
com.tenio.configuration.constant.com.tenio.configuration.constant.TEvent
com.tenio.engine.ecs.base
com.tenio.engine.ecs.base.com.tenio.engine.ecs.base.Context
com.tenio.engine.ecs.base.com.tenio.engine.ecs.base.ContextInfo
com.tenio.engine.ecs.base.com.tenio.engine.ecs.base.Entity
com.tenio.engine.ecs.base.com.tenio.engine.ecs.base.IComponent
com.tenio.engine.ecs.base.com.tenio.engine.ecs.base.IContext
com.tenio.engine.ecs.base.com.tenio.engine.ecs.base.IEntity
com.tenio.engine.ecs.pool
com.tenio.engine.ecs.pool.com.tenio.engine.ecs.pool.ComponentPool
com.tenio.engine.ecs.pool.com.tenio.engine.ecs.pool.EntityPool
com.tenio.engine.ecs.system
com.tenio.engine.ecs.system.com.tenio.engine.ecs.system.AbstractSystem
com.tenio.engine.ecs.system.com.tenio.engine.ecs.system.IExecuteSystem
com.tenio.engine.ecs.system.com.tenio.engine.ecs.system.IInitializeSystem
com.tenio.engine.ecs.system.com.tenio.engine.ecs.system.IRenderSystem
com.tenio.engine.ecs.system.com.tenio.engine.ecs.system.ISystem
com.tenio.engine.ecs.system.com.tenio.engine.ecs.system.ITearDownSystem
com.tenio.engine.ecs.system.com.tenio.engine.ecs.system.Systems
com.tenio.engine.fsm
com.tenio.engine.fsm.com.tenio.engine.fsm.Component
com.tenio.engine.fsm.com.tenio.engine.fsm.EntityManager
com.tenio.engine.fsm.com.tenio.engine.fsm.IMessageListener
com.tenio.engine.fsm.com.tenio.engine.fsm.MessageDispatcher
com.tenio.engine.fsm.entity
com.tenio.engine.fsm.entity.com.tenio.engine.fsm.entity.AbstractEntity
com.tenio.engine.fsm.entity.com.tenio.engine.fsm.entity.FSMComponent
com.tenio.engine.fsm.entity.com.tenio.engine.fsm.entity.State
com.tenio.engine.fsm.entity.com.tenio.engine.fsm.entity.Telegram
com.tenio.engine.heartbeat
com.tenio.engine.heartbeat.com.tenio.engine.heartbeat.AbstractHeartBeat
com.tenio.engine.heartbeat.com.tenio.engine.heartbeat.HMessage
com.tenio.engine.heartbeat.com.tenio.engine.heartbeat.HeartBeatManager
com.tenio.engine.heartbeat.com.tenio.engine.heartbeat.IHeartBeatManager
com.tenio.engine.heartbeat.ecs
com.tenio.engine.heartbeat.ecs.com.tenio.engine.heartbeat.ecs.ECSHeartBeat
com.tenio.engine.physic.common
com.tenio.engine.physic.common.com.tenio.engine.physic.common.BaseGameEntity
com.tenio.engine.physic.common.com.tenio.engine.physic.common.InvertedAABBox2D
com.tenio.engine.physic.common.com.tenio.engine.physic.common.MoveableEntity
com.tenio.engine.physic.common.com.tenio.engine.physic.common.Path
com.tenio.engine.physic.graphic
com.tenio.engine.physic.graphic.com.tenio.engine.physic.graphic.IRender
com.tenio.engine.physic.graphic.com.tenio.engine.physic.graphic.Paint
com.tenio.engine.physic.graphic.window
com.tenio.engine.physic.graphic.window.com.tenio.engine.physic.graphic.window.Windows
com.tenio.engine.physic.math
com.tenio.engine.physic.math.com.tenio.engine.physic.math.Matrix3
com.tenio.engine.physic.math.com.tenio.engine.physic.math.Vector2
com.tenio.engine.physic.utility
com.tenio.engine.physic.utility.com.tenio.engine.physic.utility.CellSpacePartition
com.tenio.engine.physic.utility.com.tenio.engine.physic.utility.EntitiesRelationship
com.tenio.engine.physic.utility.com.tenio.engine.physic.utility.Geometry
com.tenio.engine.physic.utility.com.tenio.engine.physic.utility.Smoother
com.tenio.engine.physic.utility.com.tenio.engine.physic.utility.SmootherVector
com.tenio.engine.physic.utility.com.tenio.engine.physic.utility.Transformation
com.tenio.entity
com.tenio.entity.com.tenio.entity.AbstractPlayer
com.tenio.entity.com.tenio.entity.AbstractRoom
com.tenio.entity.annotation
com.tenio.entity.annotation.com.tenio.entity.annotation.EntityProcess
com.tenio.entity.annotation.com.tenio.entity.annotation.IBackup
com.tenio.entity.element
com.tenio.entity.element.com.tenio.entity.element.TArray
com.tenio.entity.element.com.tenio.entity.element.TObject
com.tenio.entity.manager
com.tenio.entity.manager.com.tenio.entity.manager.IPlayerManager
com.tenio.entity.manager.com.tenio.entity.manager.IRoomManager
com.tenio.entity.manager.com.tenio.entity.manager.PlayerManager
com.tenio.entity.manager.com.tenio.entity.manager.RoomManager
com.tenio.event
com.tenio.event.com.tenio.event.EventManager
com.tenio.event.com.tenio.event.IEvent
com.tenio.event.com.tenio.event.IEventManager
com.tenio.event.com.tenio.event.ISubscriber
com.tenio.event.external
com.tenio.event.external.com.tenio.event.external.TEventHandler
com.tenio.event.external.com.tenio.event.external.TEventManager
com.tenio.event.external.com.tenio.event.external.TEventProducer
com.tenio.event.external.com.tenio.event.external.TSubscriber
com.tenio.event.internal
com.tenio.event.internal.com.tenio.event.internal.LEventHandler
com.tenio.event.internal.com.tenio.event.internal.LEventManager
com.tenio.event.internal.com.tenio.event.internal.LEventProducer
com.tenio.event.internal.com.tenio.event.internal.LSubscriber
com.tenio.exception
com.tenio.exception.com.tenio.exception.ComponentIsNotExistedException
com.tenio.exception.com.tenio.exception.DuplicatedComponentException
com.tenio.exception.com.tenio.exception.DuplicatedEntityException
com.tenio.exception.com.tenio.exception.DuplicatedPlayerException
com.tenio.exception.com.tenio.exception.DuplicatedRoomException
com.tenio.exception.com.tenio.exception.HeartbeatNotFoundException
com.tenio.exception.com.tenio.exception.NotDefinedSocketConnectionException
com.tenio.exception.com.tenio.exception.NotDefinedSubscribersException
com.tenio.exception.com.tenio.exception.NullElementPoolException
com.tenio.exception.com.tenio.exception.NullPlayerNameException
com.tenio.exception.com.tenio.exception.NullRoomException
com.tenio.exception.com.tenio.exception.RunningScheduledTaskException
com.tenio.extension
com.tenio.extension.com.tenio.extension.AbstractExtensionHandler
com.tenio.extension.com.tenio.extension.IExtension
com.tenio.logger
com.tenio.logger.com.tenio.logger.AbstractLogger
com.tenio.logger.pool
com.tenio.logger.pool.com.tenio.logger.pool.StringBuilderPool
com.tenio.message.codec
com.tenio.message.codec.com.tenio.message.codec.ByteArrayInputStream
com.tenio.message.codec.com.tenio.message.codec.MessagePacker
com.tenio.message.codec.com.tenio.message.codec.MsgPackConverter
com.tenio.message.pool
com.tenio.message.pool.com.tenio.message.pool.ByteArrayInputStreamPool
com.tenio.network
com.tenio.network.com.tenio.network.Connection
com.tenio.network.com.tenio.network.INetwork
com.tenio.network.netty
com.tenio.network.netty.com.tenio.network.netty.BaseNettyHandler
com.tenio.network.netty.com.tenio.network.netty.GlobalTrafficShapingHandlerCustomize
com.tenio.network.netty.com.tenio.network.netty.NettyConnection
com.tenio.network.netty.com.tenio.network.netty.NettyNetwork
com.tenio.network.netty.datagram
com.tenio.network.netty.datagram.com.tenio.network.netty.datagram.NettyDatagramHandler
com.tenio.network.netty.datagram.com.tenio.network.netty.datagram.NettyDatagramInitializer
com.tenio.network.netty.socket
com.tenio.network.netty.socket.com.tenio.network.netty.socket.NettySocketHandler
com.tenio.network.netty.socket.com.tenio.network.netty.socket.NettySocketInitializer
com.tenio.network.netty.ws
com.tenio.network.netty.ws.com.tenio.network.netty.ws.NettyWSHandShake
com.tenio.network.netty.ws.com.tenio.network.netty.ws.NettyWSHandler
com.tenio.network.netty.ws.com.tenio.network.netty.ws.NettyWSInitializer
com.tenio.pool
com.tenio.pool.com.tenio.pool.IElementPool
com.tenio.server
com.tenio.server.com.tenio.server.IServer
com.tenio.server.com.tenio.server.InternalLogic
com.tenio.server.com.tenio.server.Server
com.tenio.task
com.tenio.task.com.tenio.task.ITaskManager
com.tenio.task.com.tenio.task.TaskManager
com.tenio.task.schedule
com.tenio.task.schedule.com.tenio.task.schedule.CCUScanTask
com.tenio.task.schedule.com.tenio.task.schedule.EmptyRoomScanTask
com.tenio.task.schedule.com.tenio.task.schedule.TimeOutScanTask
com.tenio.utility
com.tenio.utility.com.tenio.utility.MathUtility
com.tenio.utility.com.tenio.utility.TimeUtility
com.tenio.utility.com.tenio.utility.XMLUtility




© 2015 - 2024 Weber Informatics LLC | Privacy Policy