Package | Description |
---|---|
org.opentripplanner.api.common | |
org.opentripplanner.api.resource |
This package contains the JAX-RS-annotated REST resource classes for the OpenTripPlanner public
API, i.e.
|
org.opentripplanner.index | |
org.opentripplanner.scripting.api | |
org.opentripplanner.scripting.impl | |
org.opentripplanner.standalone |
Modifier and Type | Field and Description |
---|---|
protected OTPServer |
RoutingResource.otpServer |
Constructor and Description |
---|
ProfileResource(OTPServer otpServer,
String routerId) |
RepeatedRaptorTestResource(OTPServer otpServer,
String routerId) |
ScenarioResource(OTPServer otpServer,
String routerId) |
UpdaterStatusResource(OTPServer otpServer,
String routerId) |
Constructor and Description |
---|
GeocoderResource(OTPServer otpServer,
String routerId) |
IndexAPI(OTPServer otpServer,
String routerId) |
Constructor and Description |
---|
OtpsEntryPoint(OTPServer otpServer) |
Constructor and Description |
---|
BSFOTPScript(OTPServer otpServer,
File scriptFile) |
BSFOTPScript(OTPServer otpServer,
String filename,
String content) |
ScriptingService(OTPServer otpServer) |
Modifier and Type | Field and Description |
---|---|
OTPServer |
OTPMain.otpServer |
OTPServer |
OTPApplication.server |
Constructor and Description |
---|
GrizzlyServer(CommandLineParameters params,
OTPServer server)
Construct a Grizzly server with the given IoC injector and command line parameters.
|
OTPApplication(OTPServer server,
boolean secure)
The OTPServer provides entry points to OTP routing functionality for a collection of OTPRouters.
|
Copyright © 2019. All rights reserved.