org.apache.sirona.cube
Class AsyncHttpClientCube

java.lang.Object
  extended by org.apache.sirona.cube.Cube
      extended by org.apache.sirona.cube.AsyncHttpClientCube

public class AsyncHttpClientCube
extends Cube

Author:
Olivier Lamy

Field Summary
 
Fields inherited from class org.apache.sirona.cube.Cube
APPLICATION_JAVA_OBJECT, APPLICATION_JSON, CONTENT_ENCODING, CONTENT_LENGTH, CONTENT_TYPE, GZIP_CONTENT_ENCODING, POST, X_SIRONA_CLASSNAME
 
Constructor Summary
AsyncHttpClientCube(CubeBuilder cubeBuilder)
           
 
Method Summary
 void doPostBytes(byte[] bytes, String className)
           
 
Methods inherited from class org.apache.sirona.cube.Cube
buildEvent, counterSnapshot, doPost, finalPayload, gaugeSnapshot, getConfig, globalPayload, newEventStream, pathTrackingSnapshot, pathTrackingSnapshot, post, statusSnapshot, toByteArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncHttpClientCube

public AsyncHttpClientCube(CubeBuilder cubeBuilder)
Method Detail

doPostBytes

public void doPostBytes(byte[] bytes,
                        String className)
Overrides:
doPostBytes in class Cube


Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.