Skip navigation links
C D E F G H I M R S T V W 

C

ConfigManager - Class in fr.techad.edc.httpd
TECH ADVANTAGE All right reserved Created by cochon on 25/04/2018.
ContentBase - Class in fr.techad.edc.httpd.search
TECH ADVANTAGE All right reserved Created by cochon on 24/04/2018.
ContentBase(WebServerConfig) - Constructor for class fr.techad.edc.httpd.search.ContentBase
 
ContentIndexer - Class in fr.techad.edc.httpd.search
TECH ADVANTAGE All right reserved Created by cochon on 23/04/2018.
ContentIndexer(WebServerConfig) - Constructor for class fr.techad.edc.httpd.search.ContentIndexer
 
ContentSearcher - Class in fr.techad.edc.httpd.search
TECH ADVANTAGE All right reserved Created by cochon on 24/04/2018.
ContentSearcher(WebServerConfig) - Constructor for class fr.techad.edc.httpd.search.ContentSearcher
 
createConfigFile(int) - Static method in class fr.techad.edc.httpd.utils.ServerUtils
Create the server yml file to override the default configuration

D

DOC_CONTENT - Static variable in class fr.techad.edc.httpd.search.ContentBase
 
DOC_ID - Static variable in class fr.techad.edc.httpd.search.ContentBase
 
DOC_LABEL - Static variable in class fr.techad.edc.httpd.search.ContentBase
 
DOC_LANGUAGE_CODE - Static variable in class fr.techad.edc.httpd.search.ContentBase
 
DOC_STRATEGY_ID - Static variable in class fr.techad.edc.httpd.search.ContentBase
 
DOC_STRATEGY_LABEL - Static variable in class fr.techad.edc.httpd.search.ContentBase
 
DOC_TYPE - Static variable in class fr.techad.edc.httpd.search.ContentBase
 
DOC_URL - Static variable in class fr.techad.edc.httpd.search.ContentBase
 
DocumentationItem - Class in fr.techad.edc.httpd.search
TECH ADVANTAGE All right reserved Created by cochon on 23/03/2018.
DocumentationItem() - Constructor for class fr.techad.edc.httpd.search.DocumentationItem
 
DocumentationItemType - Enum in fr.techad.edc.httpd.search
Define the Documentation Item type.
DocumentationSearchResult - Class in fr.techad.edc.httpd.search
TECH ADVANTAGE All right reserved Created by cochon on 24/04/2018.
DocumentationSearchResult() - Constructor for class fr.techad.edc.httpd.search.DocumentationSearchResult
 

E

EdcWebServer - Class in fr.techad.edc.httpd
TECH ADVANTAGE All right reserved Created by cochon on 24/11/2017.
EdcWebServer() - Constructor for class fr.techad.edc.httpd.EdcWebServer
 

F

fr.techad.edc.httpd - package fr.techad.edc.httpd
 
fr.techad.edc.httpd.search - package fr.techad.edc.httpd.search
 
fr.techad.edc.httpd.utils - package fr.techad.edc.httpd.utils
 

G

getAvailablePortInRange(int, int) - Static method in class fr.techad.edc.httpd.utils.ServerUtils
Scan port in range to find the first available port
getBase() - Method in class fr.techad.edc.httpd.WebServerConfig
 
getDocumentationItemType() - Method in class fr.techad.edc.httpd.search.DocumentationItem
 
getFile() - Method in class fr.techad.edc.httpd.search.TocReference
 
getHandler() - Method in class fr.techad.edc.httpd.WebServerHandlerProvider
 
getId() - Method in class fr.techad.edc.httpd.search.DocumentationItem
 
getId() - Method in class fr.techad.edc.httpd.search.DocumentationSearchResult
 
getId() - Method in class fr.techad.edc.httpd.search.TocReference
 
getIndexPath() - Method in class fr.techad.edc.httpd.search.ContentBase
 
getIndexPath() - Method in class fr.techad.edc.httpd.WebServerConfig
 
getInstance() - Static method in class fr.techad.edc.httpd.ConfigManager
 
getLabel() - Method in class fr.techad.edc.httpd.search.DocumentationItem
 
getLabel() - Method in class fr.techad.edc.httpd.search.DocumentationSearchResult
 
getLabel() - Method in class fr.techad.edc.httpd.search.Toc
 
getLanguageCode() - Method in class fr.techad.edc.httpd.search.DocumentationItem
 
getLanguageCode() - Method in class fr.techad.edc.httpd.search.DocumentationSearchResult
 
getPluginId() - Method in class fr.techad.edc.httpd.search.MultiDocItem
 
getProductId() - Method in class fr.techad.edc.httpd.search.MultiDocItem
 
getPublicationId() - Method in class fr.techad.edc.httpd.search.DocumentationItem
 
getStrategyId() - Method in class fr.techad.edc.httpd.search.DocumentationSearchResult
 
getStrategyLabel() - Method in class fr.techad.edc.httpd.search.DocumentationSearchResult
 
getToc() - Method in class fr.techad.edc.httpd.search.Toc
 
getTransferMinSize() - Method in class fr.techad.edc.httpd.WebServerConfig
 
getType() - Method in class fr.techad.edc.httpd.search.DocumentationSearchResult
 
getUrl() - Method in class fr.techad.edc.httpd.search.DocumentationItem
 
getUrl() - Method in class fr.techad.edc.httpd.search.DocumentationSearchResult
 
getWebServerConfig() - Method in class fr.techad.edc.httpd.ConfigManager
 

H

handleRequest(HttpServerExchange) - Method in class fr.techad.edc.httpd.SearchHandler
 
handleRequest(HttpServerExchange) - Method in class fr.techad.edc.httpd.TextHandler
 

I

index() - Method in class fr.techad.edc.httpd.search.ContentIndexer
Index the help content

M

main(String[]) - Static method in class fr.techad.edc.httpd.EdcWebServer
 
MultiDocItem - Class in fr.techad.edc.httpd.search
TECH ADVANTAGE All right reserved Created by cochon on 22/03/2018.
MultiDocItem() - Constructor for class fr.techad.edc.httpd.search.MultiDocItem
 

R

run() - Static method in class fr.techad.edc.httpd.EdcWebServer
Start the server with default logger: slf4j
run(String) - Static method in class fr.techad.edc.httpd.EdcWebServer
Start server with specified logger
run(String, int, int) - Static method in class fr.techad.edc.httpd.EdcWebServer
Start server with specified logger and scan port to find the first available port in range: [minRangePort, maxRangePort].

S

search(String) - Method in class fr.techad.edc.httpd.search.ContentSearcher
Search in the help content.
SearchHandler - Class in fr.techad.edc.httpd
TECH ADVANTAGE All right reserved Created by cochon on 24/04/2018.
SearchHandler(ObjectMapper) - Constructor for class fr.techad.edc.httpd.SearchHandler
 
ServerUtils - Class in fr.techad.edc.httpd.utils
TECH ADVANTAGE All right reserved Created by cochon on 15/05/2018.
ServerUtils() - Constructor for class fr.techad.edc.httpd.utils.ServerUtils
 
setBase(String) - Method in class fr.techad.edc.httpd.WebServerConfig
 
setDocumentationItemType(DocumentationItemType) - Method in class fr.techad.edc.httpd.search.DocumentationItem
 
setFile(String) - Method in class fr.techad.edc.httpd.search.TocReference
 
setId(Long) - Method in class fr.techad.edc.httpd.search.DocumentationItem
 
setId(Long) - Method in class fr.techad.edc.httpd.search.DocumentationSearchResult
 
setId(String) - Method in class fr.techad.edc.httpd.search.TocReference
 
setIndexPath(String) - Method in class fr.techad.edc.httpd.WebServerConfig
 
setLabel(String) - Method in class fr.techad.edc.httpd.search.DocumentationItem
 
setLabel(String) - Method in class fr.techad.edc.httpd.search.DocumentationSearchResult
 
setLabel(String) - Method in class fr.techad.edc.httpd.search.Toc
 
setLanguageCode(String) - Method in class fr.techad.edc.httpd.search.DocumentationItem
 
setLanguageCode(String) - Method in class fr.techad.edc.httpd.search.DocumentationSearchResult
 
setPluginId(String) - Method in class fr.techad.edc.httpd.search.MultiDocItem
 
setProductId(String) - Method in class fr.techad.edc.httpd.search.MultiDocItem
 
setPublicationId(String) - Method in class fr.techad.edc.httpd.search.DocumentationItem
 
setStrategyId(Long) - Method in class fr.techad.edc.httpd.search.DocumentationSearchResult
 
setStrategyLabel(String) - Method in class fr.techad.edc.httpd.search.DocumentationSearchResult
 
setToc(List<TocReference>) - Method in class fr.techad.edc.httpd.search.Toc
 
setTransferMinSize(int) - Method in class fr.techad.edc.httpd.WebServerConfig
 
setType(String) - Method in class fr.techad.edc.httpd.search.DocumentationSearchResult
 
setUrl(String) - Method in class fr.techad.edc.httpd.search.DocumentationItem
 
setUrl(String) - Method in class fr.techad.edc.httpd.search.DocumentationSearchResult
 
setWebServerConfig(WebServerConfig) - Method in class fr.techad.edc.httpd.ConfigManager
 

T

TextHandler - Class in fr.techad.edc.httpd
TECH ADVANTAGE All right reserved Created by cochon on 22/11/2017.
TextHandler() - Constructor for class fr.techad.edc.httpd.TextHandler
 
Toc - Class in fr.techad.edc.httpd.search
TECH ADVANTAGE All right reserved Created by cochon on 22/03/2018.
Toc() - Constructor for class fr.techad.edc.httpd.search.Toc
 
TocReference - Class in fr.techad.edc.httpd.search
TECH ADVANTAGE All right reserved Created by cochon on 22/03/2018.
TocReference() - Constructor for class fr.techad.edc.httpd.search.TocReference
 
toString() - Method in class fr.techad.edc.httpd.search.DocumentationSearchResult
 
toString() - Method in class fr.techad.edc.httpd.search.MultiDocItem
 
toString() - Method in class fr.techad.edc.httpd.search.TocReference
 

V

valueOf(String) - Static method in enum fr.techad.edc.httpd.search.DocumentationItemType
Returns the enum constant of this type with the specified name.
values() - Static method in enum fr.techad.edc.httpd.search.DocumentationItemType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebServerConfig - Class in fr.techad.edc.httpd
TECH ADVANTAGE All right reserved Created by cochon on 22/11/2017.
WebServerConfig() - Constructor for class fr.techad.edc.httpd.WebServerConfig
 
WebServerHandlerProvider - Class in fr.techad.edc.httpd
TECH ADVANTAGE All right reserved Created by cochon on 22/11/2017.
WebServerHandlerProvider() - Constructor for class fr.techad.edc.httpd.WebServerHandlerProvider
 
C D E F G H I M R S T V W 
Skip navigation links