Asity/Bridge/Netty 4

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

License

License

Categories

Categories

Net Netty Networking
GroupId

GroupId

io.cettia.asity
ArtifactId

ArtifactId

asity-bridge-netty4
Last Version

Last Version

3.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Asity/Bridge/Netty 4
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Download asity-bridge-netty4

How to add to project

<!-- https://jarcasting.com/artifacts/io.cettia.asity/asity-bridge-netty4/ -->
<dependency>
    <groupId>io.cettia.asity</groupId>
    <artifactId>asity-bridge-netty4</artifactId>
    <version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.cettia.asity/asity-bridge-netty4/
implementation 'io.cettia.asity:asity-bridge-netty4:3.0.0'
// https://jarcasting.com/artifacts/io.cettia.asity/asity-bridge-netty4/
implementation ("io.cettia.asity:asity-bridge-netty4:3.0.0")
'io.cettia.asity:asity-bridge-netty4:jar:3.0.0'
<dependency org="io.cettia.asity" name="asity-bridge-netty4" rev="3.0.0">
  <artifact name="asity-bridge-netty4" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.cettia.asity', module='asity-bridge-netty4', version='3.0.0')
)
libraryDependencies += "io.cettia.asity" % "asity-bridge-netty4" % "3.0.0"
[io.cettia.asity/asity-bridge-netty4 "3.0.0"]

Dependencies

compile (6)

Group / Artifact Type Version
io.cettia.asity : asity-action jar 3.0.0
io.cettia.asity : asity-http jar 3.0.0
io.cettia.asity : asity-websocket jar 3.0.0
org.slf4j : slf4j-api jar 1.7.26
io.netty : netty-codec-http jar 4.1.36.Final
io.netty : netty-handler jar 4.1.36.Final

test (3)

Group / Artifact Type Version
io.cettia.asity : asity-test jar 3.0.0
ch.qos.logback : logback-core jar 1.2.3
ch.qos.logback : logback-classic jar 1.2.3

Project Modules

There are no modules declared in this project.

Asity

Asity is an HTTP/WebSocket abstraction layer for various web frameworks on the JVM. Asity provides a tool-kit for writing a web fragment, a function that handles HTTP request-response exchange and WebSocket, and allows to create web applications by combining web fragments.

For example, with Asity you can write a web fragment that sends back incoming WebSocket messages as follows

Action<ServerWebSocket> action = ws -> ws.ontext(ws::send).onbinary(ws::send);

And plug it into Java API for WebSocket, Spring WebFlux, Spring MVC, Vert.x, Netty, Play Framework, Grizzly, and so on. Visit the Asity website for the full documentation.

Supported Frameworks

Asity supports the following frameworks. Each link points to a demo project which shows how to plug the example echo web fragment to each framework.

Links

Here are some useful links to learn more about Asity. If you are interested and would like to be more involved, feel free to join the mailing list and share your feedback.

Asity is an open source project licensed under Apache License 2.0 and driven by the community, for the community.

io.cettia.asity

Cettia

Versions

Version
3.0.0
3.0.0-Beta1
2.0.0
2.0.0-RC1
2.0.0-Alpha2
2.0.0-Alpha1
1.0.0
1.0.0-Beta1