public abstract class AbstractInternetProtocolSendingMessageHandler extends AbstractMessageHandler implements CommonSocketOptions
logger
Constructor and Description |
---|
AbstractInternetProtocolSendingMessageHandler(java.lang.String host,
int port) |
Modifier and Type | Method and Description |
---|---|
java.net.SocketAddress |
getDestinationAddress() |
java.lang.String |
getHost() |
int |
getPort() |
int |
getSoSendBufferSize() |
int |
getSoTimeout() |
void |
setSoReceiveBufferSize(int size) |
void |
setSoSendBufferSize(int size) |
void |
setSoTimeout(int timeout) |
getComponentType, getOrder, handleMessage, handleMessageInternal, setOrder, setShouldTrack
afterPropertiesSet, getApplicationContextId, getBeanFactory, getComponentName, getConversionService, getIntegrationProperties, getIntegrationProperty, getTaskScheduler, onInit, setApplicationContext, setBeanFactory, setBeanName, setComponentName, setConversionService, setTaskScheduler, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
setLocalAddress
getComponentName
public AbstractInternetProtocolSendingMessageHandler(java.lang.String host, int port)
public void setSoTimeout(int timeout)
setSoTimeout
in interface CommonSocketOptions
timeout
- Socket.setSoTimeout(int)
,
DatagramSocket.setSoTimeout(int)
public void setSoReceiveBufferSize(int size)
setSoReceiveBufferSize
in interface CommonSocketOptions
size
- Socket.setReceiveBufferSize(int)
,
DatagramSocket.setReceiveBufferSize(int)
public void setSoSendBufferSize(int size)
setSoSendBufferSize
in interface CommonSocketOptions
size
- Socket.setSendBufferSize(int)
,
DatagramSocket.setSendBufferSize(int)
public java.lang.String getHost()
public int getPort()
public java.net.SocketAddress getDestinationAddress()
public int getSoTimeout()
public int getSoSendBufferSize()