public class MQTTWireFormatFactory extends Object implements org.apache.activemq.wireformat.WireFormatFactory
| Constructor and Description |
|---|
MQTTWireFormatFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.activemq.wireformat.WireFormat |
createWireFormat() |
int |
getMaxFrameSize() |
void |
setMaxFrameSize(int maxFrameSize) |
public MQTTWireFormatFactory()
public org.apache.activemq.wireformat.WireFormat createWireFormat()
createWireFormat in interface org.apache.activemq.wireformat.WireFormatFactorypublic int getMaxFrameSize()
public void setMaxFrameSize(int maxFrameSize)
Copyright © 2005–2017 The Apache Software Foundation. All rights reserved.