Package | Description |
---|---|
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.localhandler.packet |
Classes implementing Packet for Local Handlers
|
org.waarp.openr66.protocol.localhandler.packet.json |
Modifier and Type | Method and Description |
---|---|
JsonPacket |
HttpRestR66Client.getJsonPacketFromFuture(RestFuture future) |
Modifier and Type | Method and Description |
---|---|
protected void |
HttpRestAbstractR66Handler.setError(HttpRestHandler handler,
RestArgument result,
JsonPacket packet,
io.netty.handler.codec.http.HttpResponseStatus code) |
protected void |
HttpRestAbstractR66Handler.setOk(HttpRestHandler handler,
RestArgument result,
JsonPacket packet,
io.netty.handler.codec.http.HttpResponseStatus code) |
Modifier and Type | Method and Description |
---|---|
JsonPacket |
JsonCommandPacket.getJsonRequest() |
Constructor and Description |
---|
JsonCommandPacket(JsonPacket jrequest,
byte end) |
JsonCommandPacket(JsonPacket jrequest,
String sresult,
byte end) |
Modifier and Type | Class and Description |
---|---|
class |
BandwidthJsonPacket
Bandwidth setting or getting JSON packet
|
class |
BusinessRequestJsonPacket
Business Request JSON packet
|
class |
ConfigExportJsonPacket
Exporting Configuration JSON packet
|
class |
ConfigExportResponseJsonPacket
Exporting Configuration response JSON packet
|
class |
ConfigImportJsonPacket
Import Configuration JSON packet
|
class |
ConfigImportResponseJsonPacket
Import Configuration response JSON packet
|
class |
InformationJsonPacket
Information (on request or on filesystem) JSON packet
|
class |
LogJsonPacket
Export Log JSON packet
|
class |
LogResponseJsonPacket
Export Log response JSON packet
|
class |
RequestJsonPacket
File name or size changing Request JSON packet
|
class |
RestartTransferJsonPacket
Restarting a request query JSON packet
|
class |
ShutdownOrBlockJsonPacket
Shutdown or Block JSON packet
|
class |
ShutdownRequestJsonPacket
Shutdown current request JSON packet
|
class |
StopOrCancelJsonPacket
Stop or Cancel one request JSON packet
|
class |
TransferRequestJsonPacket
Transfer request JSON packet
|
Modifier and Type | Method and Description |
---|---|
static JsonPacket |
JsonPacket.createFromBuffer(String value) |
Modifier and Type | Method and Description |
---|---|
void |
BandwidthJsonPacket.fromJson(JsonPacket other) |
void |
ConfigExportJsonPacket.fromJson(JsonPacket other) |
void |
ConfigImportJsonPacket.fromJson(JsonPacket other) |
void |
JsonPacket.fromJson(JsonPacket json)
Set from other Json
|
void |
LogJsonPacket.fromJson(JsonPacket other) |
Copyright © 2009–2020 Waarp. All rights reserved.