| Package | Description | 
|---|---|
| org.waarp.gateway.kernel | |
| org.waarp.gateway.kernel.http.saplink | 
 Sap Link Archiver 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultHttpField  | 
| Modifier and Type | Field and Description | 
|---|---|
protected LinkedHashMap<String,AbstractHttpField> | 
AbstractHttpBusinessRequest.fields  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract AbstractHttpField | 
AbstractHttpField.clone()  | 
AbstractHttpField | 
HttpPage.getField(AbstractHttpBusinessRequest reference,
        String fieldname)
Convenient method to get one field 
 | 
abstract AbstractHttpField | 
AbstractHttpBusinessRequest.getMainFileUpload()
Utility mainly used for PUT where the content is coming out of the
 decoder 
 | 
protected static AbstractHttpField | 
HttpJsonDefinition.loadHttpPage(org.waarp.gateway.kernel.HttpJsonDefinition.ConfigHttpField fieldValue)  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,AbstractHttpField> | 
HttpPage.getFields()  | 
Map<String,AbstractHttpField> | 
HttpPage.getFieldsForRequest(AbstractHttpBusinessRequest reference)
Convenient method to get the fields list 
 | 
Map<String,AbstractHttpField> | 
AbstractHttpBusinessRequest.getMapHttpFields()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected static void | 
HttpJsonDefinition.addToField(List<org.waarp.gateway.kernel.HttpJsonDefinition.ConfigHttpField> fields,
          AbstractHttpField field)  | 
abstract String | 
AbstractHttpBusinessRequest.getFieldForm(AbstractHttpField field)  | 
abstract boolean | 
AbstractHttpBusinessRequest.isFieldValid(AbstractHttpField field)
Called if fieldtovalidate is true 
 | 
| 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. 
 | 
| Constructor and Description | 
|---|
AbstractHttpBusinessRequest(LinkedHashMap<String,AbstractHttpField> fields,
                           HttpPage page)
Default constructor 
 | 
HttpPage(String pagename,
        String fileform,
        String header,
        String footer,
        String beginform,
        String endform,
        String nextinform,
        String uri,
        HttpPage.PageRole pagerole,
        String errorpage,
        String classname,
        Map<String,AbstractHttpField> fields)  | 
| Modifier and Type | Method and Description | 
|---|---|
AbstractHttpBusinessRequest | 
HttpSapBusinessFactory.getNewHttpBusinessRequest(SocketAddress remoteAddress,
                         Map<String,AbstractHttpField> fields,
                         HttpPage page)  | 
Copyright © 2009–2020 Waarp. All rights reserved.