| Package | Description |
|---|---|
| org.jboss.netty.example.securechat | |
| org.jboss.netty.handler.ssl |
SSL ·
TLS implementation based on
SSLEngine |
| Modifier and Type | Field and Description |
|---|---|
private SslHandler |
SecureChatServerHandler.Greeter.sslHandler |
| Constructor and Description |
|---|
Greeter(SslHandler sslHandler) |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.concurrent.atomic.AtomicIntegerFieldUpdater<SslHandler> |
SslHandler.CLOSED_OUTBOUND_AND_CHANNEL_UPDATER |
private static java.util.concurrent.atomic.AtomicIntegerFieldUpdater<SslHandler> |
SslHandler.SENT_CLOSE_NOTIFY_UPDATER |
private static java.util.concurrent.atomic.AtomicIntegerFieldUpdater<SslHandler> |
SslHandler.SENT_FIRST_MESSAGE_UPDATER |
| Modifier and Type | Method and Description |
|---|---|
SslHandler |
SslContext.newHandler()
Creates a new
SslHandler. |
private SslHandler |
SslContext.newHandler(javax.net.ssl.SSLEngine engine) |
SslHandler |
SslContext.newHandler(java.lang.String peerHost,
int peerPort)
Creates a new
SslHandler with advisory peer information. |