Package | Description |
---|---|
org.waarp.gateway.kernel | |
org.waarp.gateway.kernel.http | |
org.waarp.gateway.kernel.http.saplink |
Sap Link Archiver
|
Modifier and Type | Method and Description |
---|---|
abstract AbstractHttpBusinessRequest |
HttpBusinessFactory.getNewHttpBusinessRequest(SocketAddress remoteAddress,
Map<String,AbstractHttpField> fields,
HttpPage page)
It returns the AbstractHttpBusinessRequest to use during a new request.
|
AbstractHttpBusinessRequest |
HttpPage.newRequest(SocketAddress remoteAddress)
Called at the beginning of every request to get the current
HttpBusinessFactory to use.
|
Modifier and Type | Method and Description |
---|---|
AbstractHttpField |
HttpPage.getField(AbstractHttpBusinessRequest reference,
String fieldname)
Convenient method to get one field
|
Map<String,AbstractHttpField> |
HttpPage.getFieldsForRequest(AbstractHttpBusinessRequest reference)
Convenient method to get the fields list
|
io.netty.handler.codec.http.multipart.FileUpload |
HttpPage.getFileUpload(AbstractHttpBusinessRequest reference,
String fieldname)
Convenient method to get the value of one field
|
String |
HttpPage.getHtmlPage(AbstractHttpBusinessRequest reference) |
String |
HttpPage.getValue(AbstractHttpBusinessRequest reference,
String fieldname)
Convenient method to get the value of one field
|
boolean |
HttpPage.isRequestValid(AbstractHttpBusinessRequest reference) |
void |
HttpPage.setValue(AbstractHttpBusinessRequest reference,
String fieldname,
io.netty.handler.codec.http.multipart.FileUpload fileUpload)
Set the value to the field according to fieldname.
|
void |
HttpPage.setValue(AbstractHttpBusinessRequest reference,
String fieldname,
String value,
AbstractHttpField.FieldPosition position)
Set the value to the field according to fieldname.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractHttpBusinessRequest |
HttpRequestHandler.businessRequest |
Modifier and Type | Method and Description |
---|---|
AbstractHttpBusinessRequest |
HttpSapBusinessFactory.getNewHttpBusinessRequest(SocketAddress remoteAddress,
Map<String,AbstractHttpField> fields,
HttpPage page) |
Copyright © 2009–2020 Waarp. All rights reserved.