com.netflix.eureka.resources
Class InstancesResource

java.lang.Object
  extended by com.netflix.eureka.resources.InstancesResource

public class InstancesResource
extends java.lang.Object

A jersey resource that gets information about a particular instance.


Constructor Summary
InstancesResource()
           
 
Method Summary
 javax.ws.rs.core.Response getById(java.lang.String version, java.lang.String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstancesResource

public InstancesResource()
Method Detail

getById

public javax.ws.rs.core.Response getById(java.lang.String version,
                                         java.lang.String id)