public interface PooledParallelSenderMBean
Modifier and Type | Method and Description |
---|---|
boolean |
getDirectBuffer() |
int |
getInPoolSize() |
int |
getInUsePoolSize() |
int |
getKeepAliveCount() |
long |
getKeepAliveTime() |
int |
getMaxRetryAttempts() |
long |
getMaxWait() |
boolean |
getOoBInline() |
int |
getPoolSize() |
int |
getRxBufSize() |
boolean |
getSoKeepAlive() |
boolean |
getSoLingerOn() |
int |
getSoLingerTime() |
boolean |
getSoReuseAddress() |
int |
getSoTrafficClass() |
boolean |
getTcpNoDelay() |
boolean |
getThrowOnFailedAck() |
long |
getTimeout() |
int |
getTxBufSize() |
int |
getUdpRxBufSize() |
int |
getUdpTxBufSize() |
boolean |
isConnected() |
int getRxBufSize()
int getTxBufSize()
int getUdpRxBufSize()
int getUdpTxBufSize()
boolean getDirectBuffer()
int getKeepAliveCount()
long getKeepAliveTime()
long getTimeout()
int getMaxRetryAttempts()
boolean getOoBInline()
boolean getSoKeepAlive()
boolean getSoLingerOn()
int getSoLingerTime()
boolean getSoReuseAddress()
int getSoTrafficClass()
boolean getTcpNoDelay()
boolean getThrowOnFailedAck()
int getPoolSize()
long getMaxWait()
boolean isConnected()
int getInPoolSize()
int getInUsePoolSize()
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.