org.moskito.central.endpoints.rest
Class RESTEndpoint

java.lang.Object
  extended by org.moskito.central.endpoints.rest.RESTEndpoint

public class RESTEndpoint
extends Object

Central REST resource for incoming snapshots via HTTP.

Author:
dagafonov

Constructor Summary
RESTEndpoint()
          Default constructor.
 
Method Summary
 void addSnapshot(Snapshot snapshot)
          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()
Default constructor.

Method Detail

addSnapshot

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

Parameters:
snapshot - received Snapshot


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