Package org.jboss.netty.example.securechat

Class Summary
SecureChatClient Simple SSL chat client modified from TelnetClient.
SecureChatClientHandler Handles a client-side channel.
SecureChatClientPipelineFactory Creates a newly configured ChannelPipeline for a new channel.
SecureChatKeyStore A bogus key store which provides all the required information to create an example SSL connection.
SecureChatServer Simple SSL chat server modified from TelnetServer.
SecureChatServerHandler Handles a server-side channel.
SecureChatServerPipelineFactory Creates a newly configured ChannelPipeline for a new channel.
SecureChatSslContextFactory Creates a bogus SSLContext.
SecureChatTrustManagerFactory Bogus TrustManagerFactorySpi which accepts any certificate even if it is invalid.
 



Copyright © 2008-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.