hsp-netty

HSP implementation in Java

License

License

Categories

Categories

Net Netty Networking
GroupId

GroupId

org.jarmoni
ArtifactId

ArtifactId

hsp-netty
Last Version

Last Version

1.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

hsp-netty
HSP implementation in Java
Project URL

Project URL

https://github.com/jarmoni/hsp-netty
Project Organization

Project Organization

jarmoni
Source Code Management

Source Code Management

https://github.com/jarmoni/hsp-netty

Download hsp-netty

How to add to project

<!-- https://jarcasting.com/artifacts/org.jarmoni/hsp-netty/ -->
<dependency>
    <groupId>org.jarmoni</groupId>
    <artifactId>hsp-netty</artifactId>
    <version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jarmoni/hsp-netty/
implementation 'org.jarmoni:hsp-netty:1.3.0'
// https://jarcasting.com/artifacts/org.jarmoni/hsp-netty/
implementation ("org.jarmoni:hsp-netty:1.3.0")
'org.jarmoni:hsp-netty:jar:1.3.0'
<dependency org="org.jarmoni" name="hsp-netty" rev="1.3.0">
  <artifact name="hsp-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jarmoni', module='hsp-netty', version='1.3.0')
)
libraryDependencies += "org.jarmoni" % "hsp-netty" % "1.3.0"
[org.jarmoni/hsp-netty "1.3.0"]

Dependencies

compile (2)

Group / Artifact Type Version
io.netty : netty-codec jar 4.1.51.Final
org.slf4j : slf4j-api jar 1.7.30

test (5)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.2.3
junit : junit jar 4.12
org.hamcrest : hamcrest-core jar 1.3
org.hamcrest : hamcrest-library jar 1.3
org.mockito : mockito-core jar 2.24.0

Project Modules

There are no modules declared in this project.

Build Status

hsp-netty

Provides a Java-implementation of the HSP-codec for usage in netty-based servers/clients.

Requirements

  • Java 8
  • Java >8 not supported atm.

Known limitations

  • Decoder uses Netty's ReplayingDecoder which is a convenient but (with regard to performance) maybe not the best solution.

Versions

Version
1.3.0
1.2.0
1.1.0
1.0.0
0.1.0