org.apache.flume.source
Class SyslogUDPSource.syslogHandler

java.lang.Object
  extended by org.jboss.netty.channel.SimpleChannelHandler
      extended by org.apache.flume.source.SyslogUDPSource.syslogHandler
All Implemented Interfaces:
org.jboss.netty.channel.ChannelDownstreamHandler, org.jboss.netty.channel.ChannelHandler, org.jboss.netty.channel.ChannelUpstreamHandler
Enclosing class:
SyslogUDPSource

public class SyslogUDPSource.syslogHandler
extends org.jboss.netty.channel.SimpleChannelHandler


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.netty.channel.ChannelHandler
org.jboss.netty.channel.ChannelHandler.Sharable
 
Constructor Summary
SyslogUDPSource.syslogHandler()
           
 
Method Summary
 void messageReceived(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.MessageEvent mEvent)
           
 void setFormater(Map<String,String> prop)
           
 void setKeepFields(boolean keepFields)
           
 
Methods inherited from class org.jboss.netty.channel.SimpleChannelHandler
bindRequested, channelBound, channelClosed, channelConnected, channelDisconnected, channelInterestChanged, channelOpen, channelUnbound, childChannelClosed, childChannelOpen, closeRequested, connectRequested, disconnectRequested, exceptionCaught, handleDownstream, handleUpstream, setInterestOpsRequested, unbindRequested, writeComplete, writeRequested
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyslogUDPSource.syslogHandler

public SyslogUDPSource.syslogHandler()
Method Detail

setFormater

public void setFormater(Map<String,String> prop)

setKeepFields

public void setKeepFields(boolean keepFields)

messageReceived

public void messageReceived(org.jboss.netty.channel.ChannelHandlerContext ctx,
                            org.jboss.netty.channel.MessageEvent mEvent)
Overrides:
messageReceived in class org.jboss.netty.channel.SimpleChannelHandler


Copyright © 2009-2014 Apache Software Foundation. All Rights Reserved.