Package | Description |
---|---|
org.menacheri.jetserver.handlers.netty | |
org.menacheri.jetserver.server.netty |
Modifier and Type | Class and Description |
---|---|
static class |
LoginProtocol.CompositeProtocol |
static class |
LoginProtocol.DefaultJetProtocol
This is the default protocol of jetserver.
|
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 |
ProtocolMultiplexerPipelineFactory.loginProtocol |
Modifier and Type | Method and Description |
---|---|
LoginProtocol |
ProtocolMultiplexerPipelineFactory.getLoginProtocol() |
Modifier and Type | Method and Description |
---|---|
void |
ProtocolMultiplexerPipelineFactory.setLoginProtocol(LoginProtocol loginProtocol) |
Copyright © 2013. All Rights Reserved.