A C D F G H L O R S V
All Classes All Packages
All Classes All Packages
All Classes All Packages
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(String, String) - Method in class org.glassfish.jersey.examples.rx.remote.CalculationResource
- calculation(Calculation) - Method in class org.glassfish.jersey.examples.rx.domain.Recommendation
- 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
- 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
- completion(AsyncResponse) - Method in class org.glassfish.jersey.examples.rx.agent.CompletionStageAgentResource
- CompletionStageAgentResource - Class in org.glassfish.jersey.examples.rx.agent
-
Obtain information about visited (destination) and recommended (destination, forecast, price) places for "CompletionStage" user.
- CompletionStageAgentResource() - Constructor for class org.glassfish.jersey.examples.rx.agent.CompletionStageAgentResource
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
- flowable(AsyncResponse) - Method in class org.glassfish.jersey.examples.rx.agent.FlowableAgentResource
- FlowableAgentResource - Class in org.glassfish.jersey.examples.rx.agent
-
Obtain information about visited (destination) and recommended (destination, forecast, price) places for "RxJava2" user.
- FlowableAgentResource() - Constructor for class org.glassfish.jersey.examples.rx.agent.FlowableAgentResource
- forecast(String) - Method in class org.glassfish.jersey.examples.rx.remote.ForecastResource
- forecast(Forecast) - Method in class org.glassfish.jersey.examples.rx.domain.Recommendation
- 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
- 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 "Guava" 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) - Constructor for class org.glassfish.jersey.examples.rx.domain.Recommendation
- Recommendation(String, String, int) - Constructor for class org.glassfish.jersey.examples.rx.domain.Recommendation
- Recommendation(Destination) - Constructor for class org.glassfish.jersey.examples.rx.domain.Recommendation
- Recommendation(Destination, Forecast, Calculation) - Constructor for class org.glassfish.jersey.examples.rx.domain.Recommendation
- recommended(String, int) - Method in class org.glassfish.jersey.examples.rx.remote.DestinationResource
- recommended(List<Recommendation>) - Method in class org.glassfish.jersey.examples.rx.domain.AgentResponse
- 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
- visited(List<Destination>) - Method in class org.glassfish.jersey.examples.rx.domain.AgentResponse
All Classes All Packages