An open source asynchronous event-driven network application framework written in Java.
Is there any real difference to the performance when you use Netty and if you don't use it in an …
java performance nio nettyI am using slf4j logging with logback and at the beginning of my app I wrote InternalLoggerFactory.setDefaultFactory(new …
netty slf4jI have a netty channel and I would like to set a timeout on the underlying socket ( it is set …
nettyI want an extremely efficient TCP client to send google protocol buffer messages. I have been using the Netty library …
tcp protocol-buffers nettyI am using Netty (via the Ning async HTTP library) to retrieve documents via HTTP. This produces a huge amount …
java scala netty error-loggingI have a netty server running the atmosphere framework for a real-time notification system over websockets. The system works perfectly …
amazon-ec2 websocket netty atmosphereI'm trying to determine if a client has closed a socket connection from netty. Is there a way to do …
tcp nettyIn my class (extends SimpleChannelHandler) I'm trying to get the ip where the message was originally sent from. @Override public …
java networking ip nettyI'm new to netty and still strugling to find my way. I'm looking to create an http client that works …
java http asynchronous nio netty