| Package | Description |
|---|---|
| org.springframework.integration.ip.tcp.connection |
All things related to tcp connections - client and
server factories; listener and sender interfaces.
|
| org.springframework.integration.ip.util |
Provides utilities for IP support.
|
| org.springframework.integration.syslog.config |
Provides classes for configuration - parsers, namespace handlers, factory beans.
|
| org.springframework.integration.syslog.inbound |
Provides classes for inbound endpoints.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TcpNetServerConnectionFactory
Implements a server connection factory that produces
TcpNetConnections using
a ServerSocket. |
class |
TcpNioServerConnectionFactory
/**
Implements a server connection factory that produces
TcpNioConnections using
a ServerSocketChannel. |
| Modifier and Type | Method and Description |
|---|---|
static void |
TestingUtilities.waitListening(AbstractServerConnectionFactory serverConnectionFactory,
Long delay)
Wait for a server connection factory to actually start listening before
starting a test.
|
static void |
TestingUtilities.waitStopListening(AbstractServerConnectionFactory serverConnectionFactory,
Long delay)
Wait for a server connection factory to stop listening.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SyslogReceivingChannelAdapterFactoryBean.setConnectionFactory(AbstractServerConnectionFactory connectionFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
TcpSyslogReceivingChannelAdapter.setConnectionFactory(AbstractServerConnectionFactory connectionFactory) |
Copyright © 2016. All rights reserved.