org.apache.sirona.cube
Class HttpClientCube

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

public class HttpClientCube
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
HttpClientCube(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

HttpClientCube

public HttpClientCube(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.