org.apache.qpid.transport
Interface NetworkDriverConfiguration
public interface NetworkDriverConfiguration
This interface provides a means for NetworkDrivers to configure TCP options such as incoming and outgoing
buffer sizes and set particular options on the socket. NetworkDrivers should honour the values returned
from here if the underlying implementation supports them.
getKeepAlive
Boolean getKeepAlive()
getOOBInline
Boolean getOOBInline()
getReuseAddress
Boolean getReuseAddress()
getSoLinger
Integer getSoLinger()
getSoTimeout
Integer getSoTimeout()
getTcpNoDelay
Boolean getTcpNoDelay()
getTrafficClass
Integer getTrafficClass()
getReceiveBufferSize
Integer getReceiveBufferSize()
getSendBufferSize
Integer getSendBufferSize()
Licensed to the Apache Software Foundation