Package | Description |
---|---|
org.waarp.openr66.client |
Classes implementing Clients
|
org.waarp.openr66.context.authentication |
Classes implementing Authentication
|
org.waarp.openr66.database.data |
Classes implementing Database Data model
|
org.waarp.openr66.protocol.configuration |
Class implementing Configuration
|
org.waarp.openr66.protocol.http.rest.handler |
Http Rest method handlers for R66
|
org.waarp.openr66.server |
Classes implementing Server startup main class or utility classes
|
Modifier and Type | Method and Description |
---|---|
static boolean |
AbstractTransfer.sendValidPacket(DbHostAuth host,
LocalChannelReference localChannelReference,
AbstractLocalPacket packet,
R66Future future) |
static LocalChannelReference |
AbstractTransfer.tryConnect(DbHostAuth host,
R66Future future,
NetworkTransaction networkTransaction)
Helper to connect
|
Constructor and Description |
---|
Message(NetworkTransaction networkTransaction,
R66Future future,
DbHostAuth hostAuth,
TestPacket packet) |
Modifier and Type | Method and Description |
---|---|
static DbHostAuth |
R66Auth.getServerAuth(String server) |
Modifier and Type | Method and Description |
---|---|
static DbHostAuth[] |
DbHostAuth.deleteAll()
Delete all entries (used when purge and reload)
|
static DbHostAuth[] |
DbHostAuth.getAllHosts()
Get All DbHostAuth from database or from internal hashMap in case of no
database support
|
static DbHostAuth |
DbHostAuth.getFromStatement(DbPreparedStatement preparedStatement)
For instance from Commander when getting updated information
|
static DbHostAuth[] |
DbHostAuth.getUpdatedPreparedStatement() |
Modifier and Type | Method and Description |
---|---|
DbHostAuth |
Configuration.getHostAuth() |
DbHostAuth |
Configuration.getHostSslAuth() |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setHostAuth(DbHostAuth hostAUTH) |
void |
Configuration.setHostSslAuth(DbHostAuth hostSSLAUTH) |
Modifier and Type | Method and Description |
---|---|
protected DbHostAuth |
DbHostAuthR66RestMethodHandler.createItem(HttpRestHandler handler,
RestArgument arguments,
RestArgument result,
Object body) |
protected DbHostAuth |
DbHostAuthR66RestMethodHandler.getItem(HttpRestHandler handler,
RestArgument arguments,
RestArgument result,
Object body) |
protected DbHostAuth |
DbHostAuthR66RestMethodHandler.getItemPreparedStatement(DbPreparedStatement statement) |
Modifier and Type | Field and Description |
---|---|
protected DbHostAuth |
ConfigExport.dbhost |
protected DbHostAuth |
ConfigImport.dbhost |
protected DbHostAuth |
ChangeBandwidthLimits.host |
protected DbHostAuth |
LogExport.host |
protected DbHostAuth |
LogExtendedExport.host |
Modifier and Type | Method and Description |
---|---|
void |
ChangeBandwidthLimits.setHost(DbHostAuth host) |
void |
ConfigExport.setHost(DbHostAuth host) |
void |
ConfigImport.setHost(DbHostAuth host) |
void |
LogExport.setHost(DbHostAuth host) |
Constructor and Description |
---|
LogExtendedExport(R66Future future,
boolean clean,
boolean purgeLog,
Timestamp start,
Timestamp stop,
String startid,
String stopid,
String rule,
String request,
boolean statuspending,
boolean statustransfer,
boolean statusdone,
boolean statuserror,
NetworkTransaction networkTransaction,
DbHostAuth host) |
Copyright © 2009–2020 Waarp. All rights reserved.