Class | Description |
---|---|
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-2015 The Netty Project. All Rights Reserved.