Building a chat client/server system with Netty in under 15 minutes.

preview_player
Показать описание

We hope you'll enjoy this introduction to Netty.
Рекомендации по теме
Комментарии
Автор

-> SimpleChannelInboundHandler

and the used method is now channelRead0

KlausPfeiffer
Автор

"Since we are not leaving in the dark ages, I will use java 1.7" - this didn't aged well

laurentiuiordache
Автор

I've learned a lot with your example! please continue thanks!

Jonathanat
Автор

Thank you very much. Tried it, this works very fine, and your way of doing make it look so easy. Nice Tutorial.

MeNourovic
Автор

I can't seem to use Was it removed?

filipecarvalho
Автор

Hey I get an unresolved address exception... So, I'm not sure what's wrong, do u have any ideas as to what may be causing this?
... omg, figured it out. fucking I put a space between the string local host in the chat client.

frnakiehoo
Автор

Hi, all - I'm getting the error: is not a @Sharable handler, so can't be added or removed multiple times." after following some improvisional instructions in the comments for doing this with Netty 4.1.25 final, and I'm not able to find any information online for resolving this issue. Anyone experience the same thing?

hopekawaihae
Автор

Thank you so much. It was very helpful!!!

jryeong
Автор

Isn't he supposed to close each channel, when removing it from a ChannelGroup? Isn't it staying active otherwise?

andreynovitskiy
Автор

By the way, I have a question, do you know any way each chat client could be handled with a different thread and how to communicate between them?
Thanks

Jonathanat
Автор

Your voice is great, thanks for tutorial.

mrvrctt
Автор

Great Video, but can anyone tell me what should I do if I do not wanna listen to the local port but I want to access the server remotely/??

kevinwang
Автор

Hi...can u please update as per 5.0.0 code.

Without SSL !!

akware
Автор

спасибо тебе, мой англоговорящий друг, я понял, что я делал не так :)

КонстантинЪЪЪ
Автор

Thanks for the video! I'll try to use it later :)

Rene
Автор

Whoever has problem with ChannelInboundMessageHandlerAdapter, should just use SimpleInboundHandlerAdapter

vaskyyyy
Автор

Hey, congrats for the video! Awesome, but how can i manage rooms in this way?

renangeraldo