Package | Description |
---|---|
org.waarp.openr66.protocol.http.restv2 |
This is the root package of the REST API version 2 code.
|
org.waarp.openr66.protocol.http.restv2.dbhandlers |
This package contains all the handlers processing the REST requests.
|
Modifier and Type | Field and Description |
---|---|
static Collection<AbstractRestDbHandler> |
RestServiceInitializer.handlers
The list of all
AbstractRestDbHandler used by the API. |
Modifier and Type | Class and Description |
---|---|
class |
HostConfigHandler
This is the
AbstractRestDbHandler handling all requests made on the
host configuration REST entry
point. |
class |
HostIdHandler
This is the
AbstractRestDbHandler handling all requests made on the
single host REST entry point. |
class |
HostsHandler
This is the
AbstractRestDbHandler handling all requests made on the
host collection REST entry
point. |
class |
LimitsHandler
This is the
AbstractRestDbHandler handling all requests made on the
bandwidth limits REST entry
point. |
class |
RuleIdHandler
This is the
AbstractRestDbHandler handling all requests made on a
single rule REST entry point. |
class |
RulesHandler
This is the
AbstractRestDbHandler handling all operations on the
host's transfer rule database. |
class |
ServerHandler
This is the
AbstractRestDbHandler handling all requests made on the
server commands REST entry
point. |
class |
SpooledHandler
This is the
AbstractHttpHandler handling all requests made on the
FileMonitor collection REST entry point. |
class |
TransferIdHandler
This is the
AbstractRestDbHandler handling all requests made on the
single transfer REST entry
point. |
class |
TransfersHandler
This is the
AbstractRestDbHandler handling all requests made on the
transfer collection REST entry
point. |
Copyright © 2009–2022 Waarp. All rights reserved.