C D F G H I L M O P S T U V 

C

convertAndSend(Message<?>) - Method in class org.springframework.integration.syslog.inbound.SyslogReceivingChannelAdapterSupport
 
createInstance() - Method in class org.springframework.integration.syslog.config.SyslogReceivingChannelAdapterFactoryBean
 

D

DEFAULT_PORT - Static variable in class org.springframework.integration.syslog.inbound.SyslogReceivingChannelAdapterSupport
 
DefaultMessageConverter - Class in org.springframework.integration.syslog
Default MessageConverter; delegates to a SyslogToMapTransformer to convert the payload to a map of values and also provides some of the map contents as message headers.
DefaultMessageConverter() - Constructor for class org.springframework.integration.syslog.DefaultMessageConverter
 
doParse(Element, ParserContext, String) - Method in class org.springframework.integration.syslog.config.SyslogInboundChannelAdapterParser
 
doStart() - Method in class org.springframework.integration.syslog.inbound.TcpSyslogReceivingChannelAdapter
 
doStart() - Method in class org.springframework.integration.syslog.inbound.UdpSyslogReceivingChannelAdapter
 
doStop() - Method in class org.springframework.integration.syslog.inbound.TcpSyslogReceivingChannelAdapter
 
doStop() - Method in class org.springframework.integration.syslog.inbound.UdpSyslogReceivingChannelAdapter
 

F

FACILITY - Static variable in class org.springframework.integration.syslog.SyslogHeaders
 
fromSyslog(Message<?>) - Method in class org.springframework.integration.syslog.DefaultMessageConverter
 
fromSyslog(Message<?>) - Method in interface org.springframework.integration.syslog.MessageConverter
 

G

getComponentType() - Method in class org.springframework.integration.syslog.inbound.TcpSyslogReceivingChannelAdapter
 
getComponentType() - Method in class org.springframework.integration.syslog.inbound.UdpSyslogReceivingChannelAdapter
 
getMessageBuilderFactory() - Method in class org.springframework.integration.syslog.DefaultMessageConverter
 
getObjectType() - Method in class org.springframework.integration.syslog.config.SyslogReceivingChannelAdapterFactoryBean
 
getPhase() - Method in class org.springframework.integration.syslog.config.SyslogReceivingChannelAdapterFactoryBean
 
getPort() - Method in class org.springframework.integration.syslog.inbound.SyslogReceivingChannelAdapterSupport
 

H

HOST - Static variable in class org.springframework.integration.syslog.SyslogHeaders
 

I

init() - Method in class org.springframework.integration.syslog.config.SyslogNamespaceHandler
 
isAutoStartup() - Method in class org.springframework.integration.syslog.config.SyslogReceivingChannelAdapterFactoryBean
 
isRunning() - Method in class org.springframework.integration.syslog.config.SyslogReceivingChannelAdapterFactoryBean
 

L

logger - Variable in class org.springframework.integration.syslog.inbound.SyslogReceivingChannelAdapterSupport
 

M

MessageConverter - Interface in org.springframework.integration.syslog
A converter to convert the raw message created by the underlying UDP/TCP endpoint to a specific form of Syslog message.

O

onInit() - Method in class org.springframework.integration.syslog.inbound.SyslogReceivingChannelAdapterSupport
 
onInit() - Method in class org.springframework.integration.syslog.inbound.TcpSyslogReceivingChannelAdapter
 
onInit() - Method in class org.springframework.integration.syslog.inbound.UdpSyslogReceivingChannelAdapter
 
onMessage(Message<?>) - Method in class org.springframework.integration.syslog.inbound.TcpSyslogReceivingChannelAdapter
 
org.springframework.integration.syslog - package org.springframework.integration.syslog
Base package for Syslog Support.
org.springframework.integration.syslog.config - package org.springframework.integration.syslog.config
Provides classes for configuration - parsers, namespace handlers, factory beans.
org.springframework.integration.syslog.inbound - package org.springframework.integration.syslog.inbound
Provides classes for inbound endpoints.

P

PREFIX - Static variable in class org.springframework.integration.syslog.SyslogHeaders
 

S

setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.integration.syslog.config.SyslogReceivingChannelAdapterFactoryBean
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.integration.syslog.inbound.TcpSyslogReceivingChannelAdapter
 
setAsMap(boolean) - Method in class org.springframework.integration.syslog.DefaultMessageConverter
Set false will leave the payload as the original complete syslog.
setAutoStartup(boolean) - Method in class org.springframework.integration.syslog.config.SyslogReceivingChannelAdapterFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.syslog.DefaultMessageConverter
 
setBeanName(String) - Method in class org.springframework.integration.syslog.config.SyslogReceivingChannelAdapterFactoryBean
 
setConnectionFactory(AbstractServerConnectionFactory) - Method in class org.springframework.integration.syslog.config.SyslogReceivingChannelAdapterFactoryBean
 
setConnectionFactory(AbstractServerConnectionFactory) - Method in class org.springframework.integration.syslog.inbound.TcpSyslogReceivingChannelAdapter
 
setConverter(MessageConverter) - Method in class org.springframework.integration.syslog.config.SyslogReceivingChannelAdapterFactoryBean
 
setConverter(MessageConverter) - Method in class org.springframework.integration.syslog.inbound.SyslogReceivingChannelAdapterSupport
A MessageConverter to convert the byte array payload of the underlying UDP/TCP message to a Spring Integration message with decoded payload and headers; default is DefaultMessageConverter.
setErrorChannel(MessageChannel) - Method in class org.springframework.integration.syslog.config.SyslogReceivingChannelAdapterFactoryBean
 
setOutputChannel(MessageChannel) - Method in class org.springframework.integration.syslog.config.SyslogReceivingChannelAdapterFactoryBean
 
setPhase(int) - Method in class org.springframework.integration.syslog.config.SyslogReceivingChannelAdapterFactoryBean
 
setPort(int) - Method in class org.springframework.integration.syslog.config.SyslogReceivingChannelAdapterFactoryBean
 
setPort(int) - Method in class org.springframework.integration.syslog.inbound.SyslogReceivingChannelAdapterSupport
Sets the port on which the adapter listens; default is 514; note that the RFC does not specify a well known port for TCP; 514 is the well-known port for UDP.
setSendTimeout(long) - Method in class org.springframework.integration.syslog.config.SyslogReceivingChannelAdapterFactoryBean
 
setUdpAdapter(UnicastReceivingChannelAdapter) - Method in class org.springframework.integration.syslog.config.SyslogReceivingChannelAdapterFactoryBean
 
setUdpAdapter(UnicastReceivingChannelAdapter) - Method in class org.springframework.integration.syslog.inbound.UdpSyslogReceivingChannelAdapter
 
SEVERITY - Static variable in class org.springframework.integration.syslog.SyslogHeaders
 
start() - Method in class org.springframework.integration.syslog.config.SyslogReceivingChannelAdapterFactoryBean
 
stop() - Method in class org.springframework.integration.syslog.config.SyslogReceivingChannelAdapterFactoryBean
 
stop(Runnable) - Method in class org.springframework.integration.syslog.config.SyslogReceivingChannelAdapterFactoryBean
 
SYSLOG_PAYLOAD_ENTRIES - Static variable in class org.springframework.integration.syslog.DefaultMessageConverter
 
SyslogHeaders - Class in org.springframework.integration.syslog
Headers in a Map generated by the @link SyslogToMapTransformer that will be added to Spring Integration messages as headers, prefixed by PREFIX.
SyslogHeaders() - Constructor for class org.springframework.integration.syslog.SyslogHeaders
 
SyslogInboundChannelAdapterParser - Class in org.springframework.integration.syslog.config
Parses a <int-syslog:inbound-channel-adapter/>.
SyslogInboundChannelAdapterParser() - Constructor for class org.springframework.integration.syslog.config.SyslogInboundChannelAdapterParser
 
SyslogNamespaceHandler - Class in org.springframework.integration.syslog.config
Namspace handler for spring-integration-syslog.
SyslogNamespaceHandler() - Constructor for class org.springframework.integration.syslog.config.SyslogNamespaceHandler
 
SyslogReceivingChannelAdapterFactoryBean - Class in org.springframework.integration.syslog.config
Factory bean to create syslog inbound adapters (UDP or TCP).
SyslogReceivingChannelAdapterFactoryBean(SyslogReceivingChannelAdapterFactoryBean.Protocol) - Constructor for class org.springframework.integration.syslog.config.SyslogReceivingChannelAdapterFactoryBean
SyslogReceivingChannelAdapterFactoryBean.Protocol - Enum in org.springframework.integration.syslog.config
 
SyslogReceivingChannelAdapterSupport - Class in org.springframework.integration.syslog.inbound
Base support class for inbound channel adapters.
SyslogReceivingChannelAdapterSupport() - Constructor for class org.springframework.integration.syslog.inbound.SyslogReceivingChannelAdapterSupport
 

T

TAG - Static variable in class org.springframework.integration.syslog.SyslogHeaders
 
TcpSyslogReceivingChannelAdapter - Class in org.springframework.integration.syslog.inbound
TCP implementation of a syslog inbound channel adapter.
TcpSyslogReceivingChannelAdapter() - Constructor for class org.springframework.integration.syslog.inbound.TcpSyslogReceivingChannelAdapter
 
TIMESTAMP - Static variable in class org.springframework.integration.syslog.SyslogHeaders
 

U

UdpSyslogReceivingChannelAdapter - Class in org.springframework.integration.syslog.inbound
UDP implementation of a syslog inbound channel adapter.
UdpSyslogReceivingChannelAdapter() - Constructor for class org.springframework.integration.syslog.inbound.UdpSyslogReceivingChannelAdapter
 

V

valueOf(String) - Static method in enum org.springframework.integration.syslog.config.SyslogReceivingChannelAdapterFactoryBean.Protocol
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.integration.syslog.config.SyslogReceivingChannelAdapterFactoryBean.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
C D F G H I L M O P S T U V