Package | Description |
---|---|
org.menacheri.jetserver.protocols.impl |
Modifier and Type | Field and Description |
---|---|
private NulEncoder |
StringProtocol.nulEncoder
Flash client expects a nul byte 0x00 to be added as the end byte of any
communication with it.
|
private NulEncoder |
AMF3StringProtocol.nulEncoder
Flash client expects a nul byte 0x00 to be added as the end byte of any
communication with it.
|
Modifier and Type | Method and Description |
---|---|
NulEncoder |
StringProtocol.getNulEncoder() |
NulEncoder |
AMF3StringProtocol.getNulEncoder() |
Modifier and Type | Method and Description |
---|---|
void |
StringProtocol.setNulEncoder(NulEncoder nulEncoder) |
void |
AMF3StringProtocol.setNulEncoder(NulEncoder nulEncoder) |
Constructor and Description |
---|
StringProtocol(int frameSize,
NulEncoder nulEncoder,
org.jboss.netty.handler.codec.string.StringDecoder stringDecoder,
org.jboss.netty.handler.codec.string.StringEncoder stringEncoder) |
Copyright © 2013. All Rights Reserved.