public class TcpConnectionServerExceptionEvent extends IpIntegrationEvent
IpIntegrationEvent
representing exceptions on a TCP server socket/channel.source
Constructor and Description |
---|
TcpConnectionServerExceptionEvent(AbstractServerConnectionFactory connectionFactory,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
AbstractServerConnectionFactory |
getConnectionFactory()
The connection factory that experienced the exception; examine it to determine the port etc.
|
String |
toString() |
getCause
getTimestamp
getSource
public TcpConnectionServerExceptionEvent(AbstractServerConnectionFactory connectionFactory, Throwable cause)
public AbstractServerConnectionFactory getConnectionFactory()
public String toString()
toString
in class IntegrationEvent