public class StompWireFormatFactory extends Object implements WireFormatFactory
| Constructor and Description |
|---|
StompWireFormatFactory() |
| Modifier and Type | Method and Description |
|---|---|
WireFormat |
createWireFormat() |
int |
getMaxDataLength() |
long |
getMaxFrameSize() |
void |
setMaxDataLength(int maxDataLength) |
void |
setMaxFrameSize(long maxFrameSize) |
public StompWireFormatFactory()
public WireFormat createWireFormat()
createWireFormat in interface WireFormatFactorypublic int getMaxDataLength()
public void setMaxDataLength(int maxDataLength)
public long getMaxFrameSize()
public void setMaxFrameSize(long maxFrameSize)
Copyright © 2005–2017 The Apache Software Foundation. All rights reserved.