| Package | Description |
|---|---|
| io.nadron.handlers.netty | |
| io.nadron.server.netty |
| Modifier and Type | Class and Description |
|---|---|
static class |
LoginProtocol.CompositeProtocol |
static class |
LoginProtocol.DefaultNadProtocol
This is the default protocol of nadron.
|
static class |
LoginProtocol.HTTPProtocol
Searches the incoming bytes of a client connection to determine if its an
HTTP connection, in which case Websocket or HTTP related handlers will be
applied on the piepline.
|
| Modifier and Type | Field and Description |
|---|---|
private LoginProtocol |
ProtocolMultiplexerDecoder.loginProtocol |
| Modifier and Type | Field and Description |
|---|---|
private List<LoginProtocol> |
LoginProtocol.CompositeProtocol.protocols |
| Modifier and Type | Method and Description |
|---|---|
LoginProtocol |
ProtocolMultiplexerDecoder.getLoginProtocol() |
| Modifier and Type | Method and Description |
|---|---|
List<LoginProtocol> |
LoginProtocol.CompositeProtocol.getProtocols() |
| Modifier and Type | Method and Description |
|---|---|
void |
LoginProtocol.CompositeProtocol.setProtocols(List<LoginProtocol> protocols) |
| Constructor and Description |
|---|
ProtocolMultiplexerDecoder(int bytesForProtocolCheck,
LoginProtocol loginProtocol) |
| Modifier and Type | Field and Description |
|---|---|
private LoginProtocol |
ProtocolMultiplexerChannelInitializer.loginProtocol |
| Modifier and Type | Method and Description |
|---|---|
LoginProtocol |
ProtocolMultiplexerChannelInitializer.getLoginProtocol() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolMultiplexerChannelInitializer.setLoginProtocol(LoginProtocol loginProtocol) |
Copyright © 2013. All Rights Reserved.