Uses of Interface
de.quantummaid.httpmaid.chains.Processor
-
-
Uses of Processor in de.quantummaid.httpmaid.chains
Methods in de.quantummaid.httpmaid.chains that return Processor Modifier and Type Method Description ProcessorRegisteredProcessor. processor()Methods in de.quantummaid.httpmaid.chains with parameters of type Processor Modifier and Type Method Description voidChainExtender. appendProcessor(ChainName chainName, Processor processor)voidChainExtender. prependProcessor(ChainName chainName, Processor processor)static RegisteredProcessorRegisteredProcessor. registeredProcessor(ModuleIdentifier moduleIdentifier, Processor processor) -
Uses of Processor in de.quantummaid.httpmaid.chains.builder
Methods in de.quantummaid.httpmaid.chains.builder that return types with arguments of type Processor Modifier and Type Method Description List<Processor>ChainBuilderEntry. processors()Methods in de.quantummaid.httpmaid.chains.builder with parameters of type Processor Modifier and Type Method Description ChainBuilderChainBuilder. append(ChainName chainName, Processor... processors)Method parameters in de.quantummaid.httpmaid.chains.builder with type arguments of type Processor Modifier and Type Method Description ChainBuilderChainBuilder. append(ChainName chainName, List<Processor> processors)static ChainBuilderEntryChainBuilderEntry. chainBuilderEntry(ChainName chainName, List<Processor> processors) -
Uses of Processor in de.quantummaid.httpmaid.cors
Classes in de.quantummaid.httpmaid.cors that implement Processor Modifier and Type Class Description classPreflightRequestProcessorclassSimpleCrossOriginRequestProcessorMethods in de.quantummaid.httpmaid.cors that return Processor Modifier and Type Method Description static ProcessorPreflightRequestProcessor. preflightRequestProcessor(ResourceSharingPolicy resourceSharingPolicy)static ProcessorSimpleCrossOriginRequestProcessor. simpleCrossOriginRequestProcessor(ResourceSharingPolicy resourceSharingPolicy) -
Uses of Processor in de.quantummaid.httpmaid.handler
Classes in de.quantummaid.httpmaid.handler that implement Processor Modifier and Type Class Description classDetermineHandlerProcessorclassInvokeHandlerProcessorMethods in de.quantummaid.httpmaid.handler that return Processor Modifier and Type Method Description static ProcessorDetermineHandlerProcessor. determineHandlerProcessor(Generators<Handler> handlerGenerators)static ProcessorInvokeHandlerProcessor. invokeHandlerProcessor() -
Uses of Processor in de.quantummaid.httpmaid.processors
Classes in de.quantummaid.httpmaid.processors that implement Processor Modifier and Type Class Description classMapExceptionProcessorclassStreamToStringProcessorclassStringBodyToStreamProcessorclassTranslateToValueObjectsProcessorMethods in de.quantummaid.httpmaid.processors that return Processor Modifier and Type Method Description static ProcessorMapExceptionProcessor. mapExceptionProcessor(ExceptionSerializer responseSerializer)static ProcessorStreamToStringProcessor. streamToStringProcessor()static ProcessorStringBodyToStreamProcessor. stringBodyToStreamProcessor()static ProcessorTranslateToValueObjectsProcessor. translateToValueObjectsProcessor() -
Uses of Processor in de.quantummaid.httpmaid.responsetemplate
Classes in de.quantummaid.httpmaid.responsetemplate that implement Processor Modifier and Type Class Description classApplyResponseTemplateProcessorclassInitResponseProcessorMethods in de.quantummaid.httpmaid.responsetemplate that return Processor Modifier and Type Method Description static ProcessorApplyResponseTemplateProcessor. applyResponseTemplateProcessor(ResponseTemplate responseTemplate)static ProcessorInitResponseProcessor. initResponseProcessor() -
Uses of Processor in de.quantummaid.httpmaid.security
Classes in de.quantummaid.httpmaid.security that implement Processor Modifier and Type Class Description classSecurityProcessorMethods in de.quantummaid.httpmaid.security with parameters of type Processor Modifier and Type Method Description static SecurityProcessorSecurityProcessor. securityProcessor(Processor processor, ChainName chainName, List<Filter> filters)static SimpleSecurityConfiguratorSimpleSecurityConfigurator. simpleSecurityConfigurator(Processor processor) -
Uses of Processor in de.quantummaid.httpmaid.security.authentication
Classes in de.quantummaid.httpmaid.security.authentication that implement Processor Modifier and Type Class Description classAuthenticatorProcessor -
Uses of Processor in de.quantummaid.httpmaid.security.authorization
Classes in de.quantummaid.httpmaid.security.authorization that implement Processor Modifier and Type Class Description classAuthorizerProcessor -
Uses of Processor in de.quantummaid.httpmaid.websockets.processors
Classes in de.quantummaid.httpmaid.websockets.processors that implement Processor Modifier and Type Class Description classAddWebsocketsMetaDataProcessorclassDetermineWebsocketRouteProcessorclassPutWebsocketInRegistryProcessorclassRemoveWebsocketFromRegistryProcessorclassRestoreWebsocketContextInformationProcessorMethods in de.quantummaid.httpmaid.websockets.processors that return Processor Modifier and Type Method Description static ProcessorAddWebsocketsMetaDataProcessor. addWebsocketRegistryProcessor(WebsocketSenders websocketSenders, WebsocketRegistry registry)static ProcessorDetermineWebsocketRouteProcessor. determineWebsocketRouteProcessor(String routeSelectionExpression)static ProcessorPutWebsocketInRegistryProcessor. putWebsocketInRegistryProcessor()static ProcessorRemoveWebsocketFromRegistryProcessor. removeWebsocketFromRegistryProcessor()static ProcessorRestoreWebsocketContextInformationProcessor. restoreWebsocketContextInformationProcessor()
-