org.apache.camel.component.splunk.support
Class StreamDataWriter

java.lang.Object
  extended by org.apache.camel.component.splunk.support.SplunkDataWriter
      extended by org.apache.camel.component.splunk.support.StreamDataWriter
All Implemented Interfaces:
DataWriter

public class StreamDataWriter
extends SplunkDataWriter


Field Summary
 
Fields inherited from class org.apache.camel.component.splunk.support.SplunkDataWriter
args, endpoint
 
Constructor Summary
StreamDataWriter(SplunkEndpoint endpoint, com.splunk.Args args)
           
 
Method Summary
protected  Socket createSocket(com.splunk.Service service)
           
 void setIndex(String index)
           
 
Methods inherited from class org.apache.camel.component.splunk.support.SplunkDataWriter
doWrite, isConnected, start, stop, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamDataWriter

public StreamDataWriter(SplunkEndpoint endpoint,
                        com.splunk.Args args)
Method Detail

setIndex

public void setIndex(String index)

createSocket

protected Socket createSocket(com.splunk.Service service)
                       throws IOException
Specified by:
createSocket in class SplunkDataWriter
Throws:
IOException


Apache Camel