network-core

The NIO based network framework, using long connection, multiplexing one socket.

License

License

Categories

Categories

Net
GroupId

GroupId

io.github.pftx
ArtifactId

ArtifactId

network-core
Last Version

Last Version

0.7.2
Release Date

Release Date

Type

Type

jar
Description

Description

network-core
The NIO based network framework, using long connection, multiplexing one socket.
Project URL

Project URL

https://github.com/pftx/niolex-network-nio
Source Code Management

Source Code Management

https://github.com/pftx/niolex-network-nio/tree/master

Download network-core

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.pftx/network-core/ -->
<dependency>
    <groupId>io.github.pftx</groupId>
    <artifactId>network-core</artifactId>
    <version>0.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.pftx/network-core/
implementation 'io.github.pftx:network-core:0.7.2'
// https://jarcasting.com/artifacts/io.github.pftx/network-core/
implementation ("io.github.pftx:network-core:0.7.2")
'io.github.pftx:network-core:jar:0.7.2'
<dependency org="io.github.pftx" name="network-core" rev="0.7.2">
  <artifact name="network-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.pftx', module='network-core', version='0.7.2')
)
libraryDependencies += "io.github.pftx" % "network-core" % "0.7.2"
[io.github.pftx/network-core "0.7.2"]

Dependencies

compile (2)

Group / Artifact Type Version
io.github.pftx : commons-seri jar [3.0.0,4.0.0)
ch.qos.logback : logback-classic jar [1.1.7,2.0.0)

test (2)

Group / Artifact Type Version
junit : junit jar [4.12,5.0)
org.mockito : mockito-all jar 1.10.19

Project Modules

There are no modules declared in this project.

niolex-network-nio

network-nio is a set of frameworks purely based on Java New IO framework.

  • network-core The base of the whole framework. We already released the version 0.5.1
  • network-rpc The RPC framework based on network-core.
  • network-address Use Zookeeper as the addressing tool, this is the addressing solution.
  • network-config The config center based on network-core.
  • network-name Useless, please skip.
  • network-queue Under development.
  • rpc-core Another thought about RPC, not based on network-core.

Pure New IO

For better performance and better world!

License

This framework is under the Apache License, version 2.0 http://www.apache.org/licenses/LICENSE-2.0

Versions

Version
0.7.2
0.7.1
0.7.0