Uses of Class
org.glassfish.jersey.examples.rx.domain.AgentResponse
-
Packages that use AgentResponse Package Description org.glassfish.jersey.examples.rx.agent org.glassfish.jersey.examples.rx.domain -
-
Uses of AgentResponse in org.glassfish.jersey.examples.rx.agent
Methods in org.glassfish.jersey.examples.rx.agent that return AgentResponse Modifier and Type Method Description AgentResponseSyncAgentResource. sync() -
Uses of AgentResponse in org.glassfish.jersey.examples.rx.domain
Methods in org.glassfish.jersey.examples.rx.domain that return AgentResponse Modifier and Type Method Description AgentResponseAgentResponse. recommended(List<Recommendation> recommended)AgentResponseAgentResponse. visited(List<Destination> visited)
-