Package | Description |
---|---|
org.menacheri.jetserver.handlers.netty | |
org.menacheri.jetserver.protocols.impl | |
org.menacheri.jetserver.server.netty |
Modifier and Type | Field and Description |
---|---|
private EventDecoder |
LoginProtocol.DefaultJetProtocol.eventDecoder |
Modifier and Type | Method and Description |
---|---|
EventDecoder |
LoginProtocol.DefaultJetProtocol.getEventDecoder() |
Modifier and Type | Method and Description |
---|---|
void |
LoginProtocol.DefaultJetProtocol.setEventDecoder(EventDecoder eventDecoder) |
Modifier and Type | Field and Description |
---|---|
private EventDecoder |
ChannelBufferProtocol.eventDecoder |
private EventDecoder |
AMF3Protocol.eventDecoder
After the frame decoder retrieves the bytes from the incoming stream,
this decoder will convert it to an
Event with the opcode set as
the first byte read from the buffer. |
Modifier and Type | Method and Description |
---|---|
EventDecoder |
ChannelBufferProtocol.getEventDecoder() |
EventDecoder |
AMF3Protocol.getEventDecoder() |
Modifier and Type | Method and Description |
---|---|
void |
ChannelBufferProtocol.setEventDecoder(EventDecoder eventDecoder) |
void |
AMF3Protocol.setEventDecoder(EventDecoder eventDecoder) |
Modifier and Type | Field and Description |
---|---|
private EventDecoder |
LoginPipelineFactory.eventDecoder |
Modifier and Type | Method and Description |
---|---|
EventDecoder |
LoginPipelineFactory.getEventDecoder() |
Modifier and Type | Method and Description |
---|---|
void |
LoginPipelineFactory.setEventDecoder(EventDecoder eventDecoder) |
Copyright © 2013. All Rights Reserved.