Skip navigation links
A C D F G H L O R S V 

A

AgentResponse - Class in org.glassfish.jersey.examples.rx.domain
 
AgentResponse() - Constructor for class org.glassfish.jersey.examples.rx.domain.AgentResponse
 
async(AsyncResponse) - Method in class org.glassfish.jersey.examples.rx.agent.AsyncAgentResource
 
AsyncAgentResource - Class in org.glassfish.jersey.examples.rx.agent
Obtain information about visited (destination) and recommended (destination, forecast, price) places for "Async" user.
AsyncAgentResource() - Constructor for class org.glassfish.jersey.examples.rx.agent.AsyncAgentResource
 

C

Calculation - Class in org.glassfish.jersey.examples.rx.domain
 
Calculation() - Constructor for class org.glassfish.jersey.examples.rx.domain.Calculation
 
Calculation(String, String, int) - Constructor for class org.glassfish.jersey.examples.rx.domain.Calculation
 
calculation(String, String) - Method in class org.glassfish.jersey.examples.rx.remote.CalculationResource
 
CalculationResource - Class in org.glassfish.jersey.examples.rx.remote
Obtain a calculation for a trip from one destination to another.
CalculationResource() - Constructor for class org.glassfish.jersey.examples.rx.remote.CalculationResource
 

D

Destination - Class in org.glassfish.jersey.examples.rx.domain
 
Destination() - Constructor for class org.glassfish.jersey.examples.rx.domain.Destination
 
Destination(String) - Constructor for class org.glassfish.jersey.examples.rx.domain.Destination
 
DestinationResource - Class in org.glassfish.jersey.examples.rx.remote
Obtain a list of visited / recommended places for a given user.
DestinationResource() - Constructor for class org.glassfish.jersey.examples.rx.remote.DestinationResource
 

F

Forecast - Class in org.glassfish.jersey.examples.rx.domain
 
Forecast() - Constructor for class org.glassfish.jersey.examples.rx.domain.Forecast
 
Forecast(String, String) - Constructor for class org.glassfish.jersey.examples.rx.domain.Forecast
 
forecast(String) - Method in class org.glassfish.jersey.examples.rx.remote.ForecastResource
 
ForecastResource - Class in org.glassfish.jersey.examples.rx.remote
Obtain current weather conditions in a destination.
ForecastResource() - Constructor for class org.glassfish.jersey.examples.rx.remote.ForecastResource
 

G

getContext(Class<?>) - Method in class org.glassfish.jersey.examples.rx.RxApplication.ObjectMapperProvider
 
getCountries(int) - Static method in class org.glassfish.jersey.examples.rx.Helper
 
getCountries(int, List<String>) - Static method in class org.glassfish.jersey.examples.rx.Helper
 
getDestination() - Method in class org.glassfish.jersey.examples.rx.domain.Destination
 
getDestination() - Method in class org.glassfish.jersey.examples.rx.domain.Forecast
 
getDestination() - Method in class org.glassfish.jersey.examples.rx.domain.Recommendation
 
getForecast() - Method in class org.glassfish.jersey.examples.rx.domain.Forecast
 
getForecast() - Method in class org.glassfish.jersey.examples.rx.domain.Recommendation
 
getForecast() - Static method in class org.glassfish.jersey.examples.rx.Helper
 
getFrom() - Method in class org.glassfish.jersey.examples.rx.domain.Calculation
 
getPrice() - Method in class org.glassfish.jersey.examples.rx.domain.Calculation
 
getPrice() - Method in class org.glassfish.jersey.examples.rx.domain.Recommendation
 
getProcessingTime() - Method in class org.glassfish.jersey.examples.rx.domain.AgentResponse
 
getRecommended() - Method in class org.glassfish.jersey.examples.rx.domain.AgentResponse
 
getTo() - Method in class org.glassfish.jersey.examples.rx.domain.Calculation
 
getVisited() - Method in class org.glassfish.jersey.examples.rx.domain.AgentResponse
 

H

Helper - Class in org.glassfish.jersey.examples.rx
 
Helper() - Constructor for class org.glassfish.jersey.examples.rx.Helper
 

L

listenable(AsyncResponse) - Method in class org.glassfish.jersey.examples.rx.agent.ListenableFutureAgentResource
 
ListenableFutureAgentResource - Class in org.glassfish.jersey.examples.rx.agent
Obtain information about visited (destination) and recommended (destination, forecast, price) places for "RxJava" user.
ListenableFutureAgentResource() - Constructor for class org.glassfish.jersey.examples.rx.agent.ListenableFutureAgentResource
 

O

ObjectMapperProvider() - Constructor for class org.glassfish.jersey.examples.rx.RxApplication.ObjectMapperProvider
 
observable(AsyncResponse) - Method in class org.glassfish.jersey.examples.rx.agent.ObservableAgentResource
 
ObservableAgentResource - Class in org.glassfish.jersey.examples.rx.agent
Obtain information about visited (destination) and recommended (destination, forecast, price) places for "RxJava" user.
ObservableAgentResource() - Constructor for class org.glassfish.jersey.examples.rx.agent.ObservableAgentResource
 
org.glassfish.jersey.examples.rx - package org.glassfish.jersey.examples.rx
 
org.glassfish.jersey.examples.rx.agent - package org.glassfish.jersey.examples.rx.agent
 
org.glassfish.jersey.examples.rx.domain - package org.glassfish.jersey.examples.rx.domain
 
org.glassfish.jersey.examples.rx.remote - package org.glassfish.jersey.examples.rx.remote
 

R

Recommendation - Class in org.glassfish.jersey.examples.rx.domain
 
Recommendation() - Constructor for class org.glassfish.jersey.examples.rx.domain.Recommendation
 
Recommendation(String, String, int) - Constructor for class org.glassfish.jersey.examples.rx.domain.Recommendation
 
recommended(String, int) - Method in class org.glassfish.jersey.examples.rx.remote.DestinationResource
 
RxApplication - Class in org.glassfish.jersey.examples.rx
 
RxApplication() - Constructor for class org.glassfish.jersey.examples.rx.RxApplication
 
RxApplication.ObjectMapperProvider - Class in org.glassfish.jersey.examples.rx
 

S

setDestination(String) - Method in class org.glassfish.jersey.examples.rx.domain.Destination
 
setDestination(String) - Method in class org.glassfish.jersey.examples.rx.domain.Forecast
 
setDestination(String) - Method in class org.glassfish.jersey.examples.rx.domain.Recommendation
 
setForecast(String) - Method in class org.glassfish.jersey.examples.rx.domain.Forecast
 
setForecast(String) - Method in class org.glassfish.jersey.examples.rx.domain.Recommendation
 
setFrom(String) - Method in class org.glassfish.jersey.examples.rx.domain.Calculation
 
setPrice(int) - Method in class org.glassfish.jersey.examples.rx.domain.Calculation
 
setPrice(int) - Method in class org.glassfish.jersey.examples.rx.domain.Recommendation
 
setProcessingTime(long) - Method in class org.glassfish.jersey.examples.rx.domain.AgentResponse
 
setRecommended(List<Recommendation>) - Method in class org.glassfish.jersey.examples.rx.domain.AgentResponse
 
setTo(String) - Method in class org.glassfish.jersey.examples.rx.domain.Calculation
 
setVisited(List<Destination>) - Method in class org.glassfish.jersey.examples.rx.domain.AgentResponse
 
sleep() - Static method in class org.glassfish.jersey.examples.rx.Helper
 
sleep(long) - Static method in class org.glassfish.jersey.examples.rx.Helper
 
sync() - Method in class org.glassfish.jersey.examples.rx.agent.SyncAgentResource
 
SyncAgentResource - Class in org.glassfish.jersey.examples.rx.agent
Obtain information about visited (destination) and recommended (destination, forecast, price) places for "Sync" user.
SyncAgentResource() - Constructor for class org.glassfish.jersey.examples.rx.agent.SyncAgentResource
 

V

visited(String) - Method in class org.glassfish.jersey.examples.rx.remote.DestinationResource
 
A C D F G H L O R S V 
Skip navigation links

Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.