netty
How to marry NioServerSocketChannelFactory and WorkManager
I am looking to implement a JCA Resource adapter to accept socket connections from within J2EE container. I开发者_运维问答 need to somehow be able to use WorkManager to manage threads in netty\'s NioS[详细]
2023-03-27 16:16 分类:问答Why poor performance of Netty? [closed]
Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.[详细]
2023-03-23 23:58 分类:问答Best way to send continuous data in Java using Netty
I\'m planning to use Netty to design a TCP Server.When the client connects, I have to immediately start pumping[详细]
2023-03-22 14:55 分类:问答Jboss Netty - How to serve 2 connections using 3 worker threads
Just as a simple example, lets say I want to handle 3 simultaneous TCP client connections using only 2 worker threads in netty, how would I do it?[详细]
2023-03-22 14:12 分类:问答DelimiterBasedFrameDecoder, how does it works?
i premiss that i am a newbie of netty; i am trying to create a client to an external server, this server outputs messages that terminates with 0x0d so i decide to use the DelimiterBasedFrameDecoder to[详细]
2023-03-17 14:51 分类:问答JBoss Netty getting User IP (Http Request)
I need to log the user ip ady\'s for every request to our JBoss Netty server. I thought: MessageEvent e;[详细]
2023-03-16 08:35 分类:问答Netty throws java.nio.channels.ClosedSelectorException on android-x86
I\'am trying to use android-x86 instead standard android-emulator, because it\'s very FAST. Launched it via virtualbox with image android-x86-2.2-generic.iso.[详细]
2023-03-14 20:37 分类:问答Eclipse doesn't see classes from a plug-in dependency
I want to use Netty in an Eclipse RCP application. A开发者_开发技巧fter downloading the latest jar, I\'ve added it to dependencies of my plug-in, but packages it provides aren\'t resolved in the edito[详细]
2023-03-12 03:53 分类:问答Netty deployment with just JRE
I\'m interested in using Netty for network communication between a client on one computer and a server on another. The Netty documentation says that the JDK is required to run Netty. However, I\'m dev[详细]
2023-03-10 12:13 分类:问答Netty protobuf and google csharp proto usage
I want to communicate C# client application with Java server application. Java use Netty framework with protobuf pipeline enconder.[详细]
2023-03-03 11:56 分类:问答