netty
Chat Server with Java & Netty
I want to implement a Chat Server with Java and Netty. My question is: should I make all the work in Netty\'s connection handler?[详细]
2023-04-09 23:50 分类:问答how to close the Channel for Writing
We are using Netty 3.2.3 version and want to close the channel from writing according to a certain calculation.[详细]
2023-04-06 16:51 分类:问答Servlet API implementation using Netty
Has anyone made a Servlet API implementation built on top of Netty? I\'m tempted to build my own as I can\'t google an implementation.[详细]
2023-04-05 01:44 分类:问答Handling received messages directly in the Client (using nio trough the netty-framework)
I have made an client - server example using netty. I have defined handlers for the server and the client.[详细]
2023-04-04 13:43 分类:问答How to send content using Netty Http Client?
I\'m using Netty Http client to send requests to a http server. I am re-using the channel and keeping the connection live to reuse it between requests.[详细]
2023-04-04 13:20 分类:问答event get to the wrong NIO Worker
i am running a client-router-server scenaqrio with UDP protocol with Netty (3.2.3 version) i see that the client and server channels are reg开发者_如何学Goistered fine with the NIO workers ,[详细]
2023-04-03 05:15 分类:问答Netty Server handling multiple clients
I want to set up a server that handl开发者_如何学编程es a calculation request. This calculation can be split up in x partial calculations so I want to have multiple clients that may register to the se[详细]
2023-04-02 06:35 分类:问答communicate with remote host using camel-netty tcp
I have a program running on a remote host that I need to connect to, handshake, then listen for messages. I have setup the following camel route:[详细]
2023-03-28 18:21 分类:问答jboss netty upload file handler using ChunkedWriteHandler
I\'m playing with ChunkedWriteHandler to handle a ChunkedFile and got into a situation below where if I write my ChunkedFile into the channel inside the channelFuture Listener,[详细]
2023-03-28 16:29 分类:问答Lightweight Java socket library [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-28 02:13 分类:问答