Interface CommonSocketOptions

All Known Implementing Classes:
AbstractInternetProtocolReceivingChannelAdapter, AbstractInternetProtocolSendingMessageHandler, MulticastReceivingChannelAdapter, MulticastSendingMessageHandler, UnicastReceivingChannelAdapter, UnicastSendingMessageHandler

public interface CommonSocketOptions
Since:
2.0
Author:
Gary Russell
  • Method Summary

    Modifier and Type Method Description
    void setLocalAddress​(String localAddress)
    On a multi-homed system, specifies the ip address of the network interface used to communicate.
    void setSoReceiveBufferSize​(int soReceiveBufferSize)  
    void setSoSendBufferSize​(int soSendBufferSize)  
    void setSoTimeout​(int soTimeout)