public class HttpSapBusinessFactory extends HttpBusinessFactory
Modifier and Type | Class and Description |
---|---|
static class |
HttpSapBusinessFactory.SapField
All fields for SapArg
|
static class |
HttpSapBusinessFactory.SapFunction
All functions for SapArg: some could be not implemented.
|
Modifier and Type | Field and Description |
---|---|
static String |
SAPLINK |
factory, TempPath
Constructor and Description |
---|
HttpSapBusinessFactory() |
Modifier and Type | Method and Description |
---|---|
AbstractHttpBusinessRequest |
getNewHttpBusinessRequest(SocketAddress remoteAddress,
Map<String,AbstractHttpField> fields,
HttpPage page)
It returns the AbstractHttpBusinessRequest to use during a new request.
|
static HttpPageHandler |
initializeHttpPageHandler() |
addDefaultErrorPages, initialize
public static final String SAPLINK
public AbstractHttpBusinessRequest getNewHttpBusinessRequest(SocketAddress remoteAddress, Map<String,AbstractHttpField> fields, HttpPage page)
HttpBusinessFactory
Note that fields given in parameter should be updated according to their values if needed.
getNewHttpBusinessRequest
in class HttpBusinessFactory
remoteAddress
- the remote SocketAddress in usefields
- the fields linked hashmap (to preserver order) to
set for
the new requestpage
- source HttpPagepublic static HttpPageHandler initializeHttpPageHandler()
Copyright © 2009–2020 Waarp. All rights reserved.