org.apache.activemq.openwire
Class OpenWireFormatFactory
java.lang.Object
org.apache.activemq.openwire.OpenWireFormatFactory
- All Implemented Interfaces:
- WireFormatFactory
public class OpenWireFormatFactory
- extends java.lang.Object
- implements WireFormatFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OpenWireFormatFactory
public OpenWireFormatFactory()
createWireFormat
public WireFormat createWireFormat()
- Specified by:
createWireFormat
in interface WireFormatFactory
isStackTraceEnabled
public boolean isStackTraceEnabled()
setStackTraceEnabled
public void setStackTraceEnabled(boolean stackTraceEnabled)
isTcpNoDelayEnabled
public boolean isTcpNoDelayEnabled()
setTcpNoDelayEnabled
public void setTcpNoDelayEnabled(boolean tcpNoDelayEnabled)
getVersion
public int getVersion()
setVersion
public void setVersion(int version)
isCacheEnabled
public boolean isCacheEnabled()
setCacheEnabled
public void setCacheEnabled(boolean cacheEnabled)
isTightEncodingEnabled
public boolean isTightEncodingEnabled()
setTightEncodingEnabled
public void setTightEncodingEnabled(boolean tightEncodingEnabled)
isSizePrefixDisabled
public boolean isSizePrefixDisabled()
setSizePrefixDisabled
public void setSizePrefixDisabled(boolean sizePrefixDisabled)
getMaxInactivityDuration
public long getMaxInactivityDuration()
setMaxInactivityDuration
public void setMaxInactivityDuration(long maxInactivityDuration)
getCacheSize
public int getCacheSize()
setCacheSize
public void setCacheSize(int cacheSize)
getMaxInactivityDurationInitalDelay
public long getMaxInactivityDurationInitalDelay()
setMaxInactivityDurationInitalDelay
public void setMaxInactivityDurationInitalDelay(long maxInactivityDurationInitalDelay)
getMaxFrameSize
public long getMaxFrameSize()
setMaxFrameSize
public void setMaxFrameSize(long maxFrameSize)
Copyright © 2005-2016. All Rights Reserved.