Package org.jboss.netty.example.securechat
-
Class Summary Class Description SecureChatClient Simple SSL chat client modified fromTelnetClient
.SecureChatClientHandler Handles a client-side channel.SecureChatClientPipelineFactory Creates a newly configuredChannelPipeline
for a new channel.SecureChatServer Simple SSL chat server modified fromTelnetServer
.SecureChatServerHandler Handles a server-side channel.SecureChatServerHandler.Greeter SecureChatServerPipelineFactory Creates a newly configuredChannelPipeline
for a new channel.