Package | Description |
---|---|
org.waarp.gateway.kernel.rest | |
org.waarp.openr66.protocol.configuration |
Class implementing Configuration
|
org.waarp.openr66.protocol.http.rest |
Http Rest R66 interface
|
org.waarp.openr66.protocol.http.rest.client |
R66 REST HTTP Client package
|
org.waarp.openr66.protocol.http.rest.handler |
Http Rest method handlers for R66
|
org.waarp.openr66.protocol.http.restv2 |
This is the root package of the REST API version 2 code.
|
org.waarp.openr66.protocol.http.restv2.resthandlers |
This package regroups all the general purpose Netty
ChannelHandlers
of the REST API. |
Modifier and Type | Field and Description |
---|---|
static RestConfiguration |
HttpRestHandler.defaultConfiguration |
RestConfiguration |
HttpRestHandler.restConfiguration |
protected RestConfiguration |
RestMethodHandler.restConfiguration |
Constructor and Description |
---|
DataModelRestMethodHandler(String name,
RestConfiguration config,
HttpRestHandler.METHOD... method) |
HttpRestHandler(RestConfiguration config) |
RestMethodHandler(String name,
String path,
boolean isBodyJsonDecode,
RestConfiguration config,
HttpRestHandler.METHOD... method) |
RootOptionsRestMethodHandler(RestConfiguration config) |
Modifier and Type | Method and Description |
---|---|
List<RestConfiguration> |
Configuration.getRestConfigurations() |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.startJunitRestSupport(RestConfiguration config) |
Modifier and Type | Method and Description |
---|---|
static void |
HttpRestR66Handler.initializeService(RestConfiguration restConfiguration)
Initialize the REST service (server side) for one restConfiguration
|
static void |
HttpRestR66Handler.instantiateHandlers(RestConfiguration restConfiguration) |
Constructor and Description |
---|
HttpRestR66Handler(RestConfiguration config) |
HttpRestR66Initializer(boolean useHttpCompression,
WaarpSslContextFactory waarpSslContextFactory,
RestConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
RestFuture |
HttpRestR66Client.sendQuery(RestConfiguration config,
io.netty.channel.Channel channel,
io.netty.handler.codec.http.HttpMethod method,
String host,
String addedUri,
String user,
String pwd,
Map<String,String> uriArgs,
String json)
Send an HTTP query using the channel for target
|
Modifier and Type | Method and Description |
---|---|
static void |
RestServiceInitializer.initRestService(RestConfiguration config)
Initializes the RESTv2 service with the given
RestConfiguration . |
Constructor and Description |
---|
RestVersionHandler(RestConfiguration restConfiguration)
Initializes the REST version splitter and handler with the given
RestConfiguration |
Copyright © 2009–2020 Waarp. All rights reserved.