Package | Description |
---|---|
org.waarp.gateway.kernel.rest.client |
Package for REST Http client support
|
org.waarp.openr66.protocol.http.rest.client |
R66 REST HTTP Client package
|
Modifier and Type | Field and Description |
---|---|
static io.netty.util.AttributeKey<RestFuture> |
HttpRestClientSimpleResponseHandler.RESTARGUMENT |
Modifier and Type | Method and Description |
---|---|
RestFuture |
HttpRestClientHelper.sendQuery(io.netty.channel.Channel channel,
io.netty.handler.codec.http.HttpMethod method,
String host,
String addedUri,
String user,
Map<String,String> uriArgs,
String json)
Send an HTTP query using the channel for target, but without any
Signature
|
RestFuture |
HttpRestClientHelper.sendQuery(HmacSha256 hmacSha256,
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, using signature
|
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 |
---|---|
AbstractDbData |
HttpRestR66Client.getDbDataFromFuture(DbSession dbSession,
RestFuture future) |
JsonPacket |
HttpRestR66Client.getJsonPacketFromFuture(RestFuture future) |
Copyright © 2009–2020 Waarp. All rights reserved.