org.apache.flume.source
Class SyslogUtils

java.lang.Object
  extended by org.apache.flume.source.SyslogUtils

public class SyslogUtils
extends Object


Field Summary
protected  String host
           
protected  org.jboss.netty.channel.Channel nettyChannel
           
protected  int port
           
static String SYSLOG_FACILITY
           
static String SYSLOG_SEVERITY
           
 
Constructor Summary
SyslogUtils()
           
 
Method Summary
static Event extractEvent(org.jboss.netty.buffer.ChannelBuffer in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

host

protected String host

port

protected int port

nettyChannel

protected org.jboss.netty.channel.Channel nettyChannel

SYSLOG_FACILITY

public static final String SYSLOG_FACILITY
See Also:
Constant Field Values

SYSLOG_SEVERITY

public static final String SYSLOG_SEVERITY
See Also:
Constant Field Values
Constructor Detail

SyslogUtils

public SyslogUtils()
Method Detail

extractEvent

public static Event extractEvent(org.jboss.netty.buffer.ChannelBuffer in)
                          throws IOException
Throws:
IOException


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