Package | Description |
---|---|
io.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
Modifier and Type | Field and Description |
---|---|
static HttpScheme |
HttpScheme.HTTP
Scheme for non-secure HTTP connection.
|
static HttpScheme |
HttpScheme.HTTPS
Scheme for secure HTTP connection.
|
Copyright © 2008–2017 The Netty Project. All rights reserved.