Package | Description |
---|---|
org.menacheri.jetserver.protocols.impl |
Modifier and Type | Field and Description |
---|---|
private EventEncoder |
ChannelBufferProtocol.eventEncoder |
private EventEncoder |
AMF3Protocol.eventEncoder
This encoder will take the event parsed by the java object to AMF3
encoder and create a single wrapped
ChannelBuffer with the opcode
as header and amf3 bytes as body. |
Modifier and Type | Method and Description |
---|---|
EventEncoder |
ChannelBufferProtocol.getEventEncoder() |
EventEncoder |
AMF3Protocol.getEventEncoder() |
Modifier and Type | Method and Description |
---|---|
void |
ChannelBufferProtocol.setEventEncoder(EventEncoder eventEncoder) |
void |
AMF3Protocol.setEventEncoder(EventEncoder eventEncoder) |
Copyright © 2013. All Rights Reserved.