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