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 WireFormatFactory
public int getMaxDataLength()
public void setMaxDataLength(int maxDataLength)
public long getMaxFrameSize()
public void setMaxFrameSize(long maxFrameSize)
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.