net.anotheria.moskito.central.endpoints.rest
Class RestEndpoint

java.lang.Object
  extended by net.anotheria.moskito.central.endpoints.rest.RestEndpoint

public class RestEndpoint
extends Object

Central REST resource for incoming snapshots via HTTP.

Author:
dagafonov

Constructor Summary
RestEndpoint()
          Derfault constructor.
 
Method Summary
 void addSnapshot(Snapshot sn)
          Receives Snapshot in order to transfer it to the central.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestEndpoint

public RestEndpoint()
Derfault constructor.

Method Detail

addSnapshot

public void addSnapshot(Snapshot sn)
Receives Snapshot in order to transfer it to the central.

Parameters:
sn -


Copyright © 2010-2013 anotheria.net. All Rights Reserved.