Index

A C D G H I J M P R S T W 
All Classes and Interfaces|All Packages

A

addExceptionHandler(Class<Exception>, Rest.ExceptionHandler) - Method in class de.oktoflow.platform.support.rest.spark.SparkRest.SparkRestServer
 
addPath(String) - Method in class de.oktoflow.platform.support.rest.spark.JerseyWebTarget.JerseyRequest
 
addQueryParam(String, String...) - Method in class de.oktoflow.platform.support.rest.spark.JerseyWebTarget.JerseyRequest
 

C

create() - Method in class de.oktoflow.platform.support.rest.spark.SparkRestPluginDescriptor
 
createFilter(Rest.Filter) - Method in class de.oktoflow.platform.support.rest.spark.SparkRest.SparkRestServer
Wraps an interface filter to a spark filter.
createRequest() - Method in class de.oktoflow.platform.support.rest.spark.JerseyWebTarget
 
createRoute(Rest.Route) - Method in class de.oktoflow.platform.support.rest.spark.SparkRest.SparkRestServer
Wraps an interface route to a spark route.
createServer(int) - Method in class de.oktoflow.platform.support.rest.spark.SparkRest
 
createTarget(String) - Method in class de.oktoflow.platform.support.rest.spark.SparkRest
 

D

de.oktoflow.platform.support.rest.spark - package de.oktoflow.platform.support.rest.spark
Implementation.
defineBefore(Rest.Filter) - Method in class de.oktoflow.platform.support.rest.spark.SparkRest.SparkRestServer
 
defineBefore(String, Rest.Filter) - Method in class de.oktoflow.platform.support.rest.spark.SparkRest.SparkRestServer
 
defineDelete(String, Rest.Route) - Method in class de.oktoflow.platform.support.rest.spark.SparkRest.SparkRestServer
 
defineGet(String, Rest.Route) - Method in class de.oktoflow.platform.support.rest.spark.SparkRest.SparkRestServer
 
definePost(String, Rest.Route) - Method in class de.oktoflow.platform.support.rest.spark.SparkRest.SparkRestServer
 
definePut(String, Rest.Route) - Method in class de.oktoflow.platform.support.rest.spark.SparkRest.SparkRestServer
 
delete() - Method in class de.oktoflow.platform.support.rest.spark.JerseyWebTarget.JerseyInvocationBuilder
 

G

get(Class<T>) - Method in class de.oktoflow.platform.support.rest.spark.JerseyWebTarget.JerseyInvocationBuilder
 
getBody() - Method in class de.oktoflow.platform.support.rest.spark.SparkRest.SparkRequest
 
getBody() - Method in class de.oktoflow.platform.support.rest.spark.SparkRest.SparkResponse
 
getContentType() - Method in class de.oktoflow.platform.support.rest.spark.SparkRest.SparkRequest
 
getParam(String) - Method in class de.oktoflow.platform.support.rest.spark.SparkRest.SparkRequest
 
getPath() - Method in class de.oktoflow.platform.support.rest.spark.SparkRest.SparkRequest
 
getQueryString() - Method in class de.oktoflow.platform.support.rest.spark.SparkRest.SparkRequest
 

H

halt(int, String) - Method in class de.oktoflow.platform.support.rest.spark.SparkRest.SparkRestServer
 

I

invocationBuilder - Variable in class de.oktoflow.platform.support.rest.spark.JerseyWebTarget.JerseyInvocationBuilder
 

J

JerseyInvocationBuilder(WebTarget, String) - Constructor for class de.oktoflow.platform.support.rest.spark.JerseyWebTarget.JerseyInvocationBuilder
Creates a wrapping instance.
JerseyRequest(WebTarget) - Constructor for class de.oktoflow.platform.support.rest.spark.JerseyWebTarget.JerseyRequest
Creates a wrapping instance.
JerseyWebTarget - Class in de.oktoflow.platform.support.rest.spark
Wraps a Glassfish/Jersey web target.
JerseyWebTarget(String) - Constructor for class de.oktoflow.platform.support.rest.spark.JerseyWebTarget
Creates a wrapping instance.
JerseyWebTarget.JerseyInvocationBuilder - Class in de.oktoflow.platform.support.rest.spark
Wraps a Glassfish/Jersey invocation builder.
JerseyWebTarget.JerseyRequest - Class in de.oktoflow.platform.support.rest.spark
Wraps a Glassfish/Jersey request.

M

mediaType - Variable in class de.oktoflow.platform.support.rest.spark.JerseyWebTarget.JerseyInvocationBuilder
 

P

put(String) - Method in class de.oktoflow.platform.support.rest.spark.JerseyWebTarget.JerseyInvocationBuilder
 

R

request - Variable in class de.oktoflow.platform.support.rest.spark.SparkRest.SparkRequest
 
requestJson() - Method in class de.oktoflow.platform.support.rest.spark.JerseyWebTarget.JerseyRequest
 
response - Variable in class de.oktoflow.platform.support.rest.spark.SparkRest.SparkResponse
 

S

secure(String, String, String) - Method in class de.oktoflow.platform.support.rest.spark.SparkRest.SparkRestServer
 
service - Variable in class de.oktoflow.platform.support.rest.spark.SparkRest.SparkRestServer
 
setBody(String) - Method in class de.oktoflow.platform.support.rest.spark.SparkRest.SparkResponse
 
setStatus(int) - Method in class de.oktoflow.platform.support.rest.spark.SparkRest.SparkResponse
 
setType(String) - Method in class de.oktoflow.platform.support.rest.spark.SparkRest.SparkResponse
 
SparkRequest(Request) - Constructor for class de.oktoflow.platform.support.rest.spark.SparkRest.SparkRequest
Creates a interface request instance by wrapping the corresponding spark instance.
SparkResponse(Response) - Constructor for class de.oktoflow.platform.support.rest.spark.SparkRest.SparkResponse
Creates a interface response instance by wrapping the corresponding spark instance.
SparkRest - Class in de.oktoflow.platform.support.rest.spark
Implements the Rest interface by Spark.
SparkRest() - Constructor for class de.oktoflow.platform.support.rest.spark.SparkRest
 
SparkRest.SparkRequest - Class in de.oktoflow.platform.support.rest.spark
Wraps a spark request.
SparkRest.SparkResponse - Class in de.oktoflow.platform.support.rest.spark
Wraps a spark response.
SparkRest.SparkRestServer - Class in de.oktoflow.platform.support.rest.spark
Wraps the spark rest server.
SparkRestPluginDescriptor - Class in de.oktoflow.platform.support.rest.spark
The Spark plugin descriptor.
SparkRestPluginDescriptor() - Constructor for class de.oktoflow.platform.support.rest.spark.SparkRestPluginDescriptor
Creates the descriptor.
SparkRestServer(int) - Constructor for class de.oktoflow.platform.support.rest.spark.SparkRest.SparkRestServer
Creates an instance.
start() - Method in class de.oktoflow.platform.support.rest.spark.SparkRest.SparkRestServer
 
stop(boolean) - Method in class de.oktoflow.platform.support.rest.spark.SparkRest.SparkRestServer
 
supportsPathVariables() - Method in class de.oktoflow.platform.support.rest.spark.SparkRest.SparkRestServer
 

T

toPathVariable(String) - Method in class de.oktoflow.platform.support.rest.spark.SparkRest.SparkRestServer
 

W

webTarget - Variable in class de.oktoflow.platform.support.rest.spark.JerseyWebTarget.JerseyRequest
 
webTarget - Variable in class de.oktoflow.platform.support.rest.spark.JerseyWebTarget
 
A C D G H I J M P R S T W 
All Classes and Interfaces|All Packages