Top "Netty" questions

An open source asynchronous event-driven network application framework written in Java.

HTTP/2 Java 8, Jetty and ALPN

I went thru this page: https://www.eclipse.org/jetty/documentation/9.3.x/alpn-chapter.html to have an ALPN boot jar …

java-8 jetty netty http2 alpn
NotSslRecordException: not an SSL/TLS record

I'm using Redis Spring Data (1.8.9.RELEASE) with Lettuce (4.5.0.Final) as underlying Redis driver. It's using netty of version 4.1.29. We're using …

java spring-data netty spring-data-redis amazon-elasticache
Getting string from netty ByteBuf

How can I get the string from a netty ByteBuf? As of now I am able to get it character …

java netty bytebuffer
Can someone better explain Decoders/Encoders?

Revised Question: Ok so I am trying to incorporate this in my own custom made game. I understand the process …

netty
java.io.StreamCorruptedException: invalid stream header: 48656C6C

I am using netty client server for communication . The message is received successfully as byte array . When I convert byte …

java bytearray netty objectinputstream
java.lang.UnsupportedOperationException: Reflective setAccessible(true) disabled

When I run my Ktor application with gradle run then I've got the following exception: 19:21:11.795 [main] DEBUG io.netty.util.…

java kotlin netty ktor
java.lang.NoClassDefFoundError: org/jboss/netty/channel/ChannelFactory

I'm making an app with Netty and ant. When I compile it, there is no error. But when I try …

java ant netty build.xml channelfactory
Configuring Netty with Spring IoC

Has anyone used Spring to configure Netty? I'm looking for an example or description on how I can configure Netty …

netty
Using JAVA NIO framework in SPRING server

I'm implementing an hybrid server application that mixes a Web-Servlet and a plain Java application. The java application manages thousands …

java spring netty nio apache-mina
Unable to derive module descriptor for auto generated module names in Java 9?

My project depends on Netty Epoll transport. Here is dependency: <dependency> <groupId>io.netty</groupId&…

java netty java-9 java-module module-info