org.apache.qpid.client
Class ConnectionTuneParameters
java.lang.Object
org.apache.qpid.client.ConnectionTuneParameters
public class ConnectionTuneParameters
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionTuneParameters
public ConnectionTuneParameters()
getFrameMax
public long getFrameMax()
setFrameMax
public void setFrameMax(long frameMax)
getChannelMax
public int getChannelMax()
setChannelMax
public void setChannelMax(int channelMax)
getHeartbeat
public int getHeartbeat()
setHeartbeat
public void setHeartbeat(int hearbeat)
getTxnLimit
public long getTxnLimit()
setTxnLimit
public void setTxnLimit(long txnLimit)
Licensed to the Apache Software Foundation