public class ConnectionTuneParameters extends Object
Constructor and Description |
---|
ConnectionTuneParameters() |
Modifier and Type | Method and Description |
---|---|
int |
getChannelMax() |
long |
getFrameMax() |
Integer |
getHeartbeat() |
float |
getHeartbeatTimeoutFactor() |
void |
setChannelMax(int channelMax) |
void |
setFrameMax(long frameMax) |
void |
setHeartbeat(Integer hearbeat) |
void |
setHeartbeatTimeoutFactor(float heartbeatTimeoutFactor) |
public float getHeartbeatTimeoutFactor()
public void setHeartbeatTimeoutFactor(float heartbeatTimeoutFactor)
public long getFrameMax()
public void setFrameMax(long frameMax)
public int getChannelMax()
public void setChannelMax(int channelMax)
public Integer getHeartbeat()
public void setHeartbeat(Integer hearbeat)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.