Skip navigation links
A B C D E F G H I J O P R S T V 

A

addMethod(String, HttpHandlerMethod) - Method in class com.github.hua777.huahttp.config.aop.HttpHandlerSetting
 
afterHttpMethod(HttpResponse) - Method in interface com.github.hua777.huahttp.config.aop.HttpHandlerMethod
 
awareProcessor() - Static method in class com.github.hua777.huahttp.config.HttpConfig
 

B

beforeHttpMethod(String, Method, Map<String, Object>, Map<String, String>) - Method in interface com.github.hua777.huahttp.config.aop.HttpHandlerMethod
 

C

com.github.hua777.huahttp.annotation - package com.github.hua777.huahttp.annotation
 
com.github.hua777.huahttp.annotation.method - package com.github.hua777.huahttp.annotation.method
 
com.github.hua777.huahttp.annotation.param - package com.github.hua777.huahttp.annotation.param
 
com.github.hua777.huahttp.aware - package com.github.hua777.huahttp.aware
 
com.github.hua777.huahttp.bean - package com.github.hua777.huahttp.bean
 
com.github.hua777.huahttp.config - package com.github.hua777.huahttp.config
 
com.github.hua777.huahttp.config.aop - package com.github.hua777.huahttp.config.aop
 
com.github.hua777.huahttp.enumerate - package com.github.hua777.huahttp.enumerate
 
com.github.hua777.huahttp.property - package com.github.hua777.huahttp.property
 
com.github.hua777.huahttp.tool - package com.github.hua777.huahttp.tool
 
createJWTByHMAC256(String, String, String, long, long) - Static method in class com.github.hua777.huahttp.tool.TokenTool
 

D

defaultMethod(HttpHandlerMethod) - Method in class com.github.hua777.huahttp.config.aop.HttpHandlerSetting
 
doScan(String...) - Method in class com.github.hua777.huahttp.config.HttpScanner
 

E

editResult(T) - Method in interface com.github.hua777.huahttp.config.aop.HttpHandlerMethod
 

F

fromJson(String, Type) - Method in class com.github.hua777.huahttp.bean.JsonMan
 

G

getAllProperties(ConfigurableEnvironment) - Static method in class com.github.hua777.huahttp.tool.PropertyTool
 
getAllProperties(ConfigurableEnvironment, PropertySource<?>) - Static method in class com.github.hua777.huahttp.tool.PropertyTool
 
getGson() - Method in interface com.github.hua777.huahttp.config.aop.HttpHandlerConfig
 
getMethod(String) - Method in class com.github.hua777.huahttp.config.aop.HttpHandlerSetting
 
getObject() - Method in class com.github.hua777.huahttp.config.HuaHttpFactory
 
getObjectType() - Method in class com.github.hua777.huahttp.config.HuaHttpFactory
 
getPropertiesStartingWith(ConfigurableEnvironment, String, Type) - Static method in class com.github.hua777.huahttp.tool.PropertyTool
 
getPropertiesStartingWith(ConfigurableEnvironment, String, boolean) - Static method in class com.github.hua777.huahttp.tool.PropertyTool
 
getScanPackages() - Method in class com.github.hua777.huahttp.property.HttpProperty
 
getSetting() - Method in interface com.github.hua777.huahttp.config.aop.HttpHandlerConfig
 

H

HttpAwareProcessor - Class in com.github.hua777.huahttp.config
 
HttpAwareProcessor() - Constructor for class com.github.hua777.huahttp.config.HttpAwareProcessor
 
HttpConfig - Class in com.github.hua777.huahttp.config
 
HttpConfig() - Constructor for class com.github.hua777.huahttp.config.HttpConfig
 
HttpHandler - Class in com.github.hua777.huahttp.config
 
HttpHandler() - Constructor for class com.github.hua777.huahttp.config.HttpHandler
 
HttpHandlerConfig - Interface in com.github.hua777.huahttp.config.aop
 
HttpHandlerMethod<T> - Interface in com.github.hua777.huahttp.config.aop
 
HttpHandlerSetting - Class in com.github.hua777.huahttp.config.aop
 
HttpHandlerSetting() - Constructor for class com.github.hua777.huahttp.config.aop.HttpHandlerSetting
 
httpProperty(ConfigurableEnvironment) - Static method in class com.github.hua777.huahttp.config.HttpConfig
 
HttpProperty - Class in com.github.hua777.huahttp.property
 
HttpProperty() - Constructor for class com.github.hua777.huahttp.property.HttpProperty
 
httpRegistry(HttpProperty) - Static method in class com.github.hua777.huahttp.config.HttpConfig
 
HttpRegistry - Class in com.github.hua777.huahttp.config
 
HttpRegistry() - Constructor for class com.github.hua777.huahttp.config.HttpRegistry
 
HttpScanner - Class in com.github.hua777.huahttp.config
 
HttpScanner(BeanDefinitionRegistry) - Constructor for class com.github.hua777.huahttp.config.HttpScanner
 
HuaAop - Annotation Type in com.github.hua777.huahttp.annotation
 
HuaBody - Annotation Type in com.github.hua777.huahttp.annotation.param
 
HuaDelete - Annotation Type in com.github.hua777.huahttp.annotation.method
 
HuaForm - Annotation Type in com.github.hua777.huahttp.annotation.method
 
HuaGet - Annotation Type in com.github.hua777.huahttp.annotation.method
 
HuaHeader - Annotation Type in com.github.hua777.huahttp.annotation.param
 
HuaHttp - Annotation Type in com.github.hua777.huahttp.annotation
 
HuaHttpFactory<T> - Class in com.github.hua777.huahttp.config
 
HuaHttpFactory(Class<T>) - Constructor for class com.github.hua777.huahttp.config.HuaHttpFactory
 
HuaHttpHandlerConfigAware - Interface in com.github.hua777.huahttp.aware
 
HuaParam - Annotation Type in com.github.hua777.huahttp.annotation.param
 
HuaPath - Annotation Type in com.github.hua777.huahttp.annotation.param
 
HuaPost - Annotation Type in com.github.hua777.huahttp.annotation.method
 
HuaPut - Annotation Type in com.github.hua777.huahttp.annotation.method
 
HuaToken - Annotation Type in com.github.hua777.huahttp.annotation.method
 

I

invoke(Object, Method, Object[]) - Method in class com.github.hua777.huahttp.config.HttpHandler
 
isCandidateComponent(AnnotatedBeanDefinition) - Method in class com.github.hua777.huahttp.config.HttpScanner
 
isSingleton() - Method in class com.github.hua777.huahttp.config.HuaHttpFactory
 

J

JsonMan - Class in com.github.hua777.huahttp.bean
 
JsonType - Enum in com.github.hua777.huahttp.enumerate
 

O

of(JsonType) - Static method in class com.github.hua777.huahttp.bean.JsonMan
 

P

parseResponseBody(String, Type, JsonMan) - Method in interface com.github.hua777.huahttp.config.aop.HttpHandlerMethod
 
postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class com.github.hua777.huahttp.config.HttpRegistry
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class com.github.hua777.huahttp.config.HttpAwareProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class com.github.hua777.huahttp.config.HttpRegistry
 
PropertyTool - Class in com.github.hua777.huahttp.tool
参考:https://www.imooc.com/wenda/detail/604035 作者:慕田峪4524236
PropertyTool() - Constructor for class com.github.hua777.huahttp.tool.PropertyTool
 

R

registerDefaultFilters() - Method in class com.github.hua777.huahttp.config.HttpScanner
 

S

setApplicationContext(ApplicationContext) - Method in class com.github.hua777.huahttp.config.HttpRegistry
 
setBeanFactory(BeanFactory) - Method in class com.github.hua777.huahttp.config.HttpRegistry
 
setEnvironment(Environment) - Method in class com.github.hua777.huahttp.config.HttpHandler
 
setEnvironment(Environment) - Method in class com.github.hua777.huahttp.config.HttpRegistry
 
setEnvironment(Environment) - Method in class com.github.hua777.huahttp.config.HuaHttpFactory
 
setGson(Gson) - Method in class com.github.hua777.huahttp.bean.JsonMan
 
setHttpHandlerConfig(HttpHandlerConfig) - Method in interface com.github.hua777.huahttp.aware.HuaHttpHandlerConfigAware
 
setHttpHandlerConfig(HttpHandlerConfig) - Method in class com.github.hua777.huahttp.config.HttpHandler
 
setHttpHandlerConfig(HttpHandlerConfig) - Method in class com.github.hua777.huahttp.config.HuaHttpFactory
 
setHttpProperty(HttpProperty) - Method in class com.github.hua777.huahttp.config.HttpHandler
 
setHttpProperty(HttpProperty) - Method in class com.github.hua777.huahttp.config.HttpRegistry
 
setHttpProperty(HttpProperty) - Method in class com.github.hua777.huahttp.config.HttpScanner
 
setHttpProperty(HttpProperty) - Method in class com.github.hua777.huahttp.config.HuaHttpFactory
 
setInterfaceClass(Class<?>) - Method in class com.github.hua777.huahttp.config.HttpHandler
 
setScanPackages(String) - Method in class com.github.hua777.huahttp.property.HttpProperty
 

T

toJson(T) - Method in class com.github.hua777.huahttp.bean.JsonMan
 
TokenTool - Class in com.github.hua777.huahttp.tool
 
TokenTool() - Constructor for class com.github.hua777.huahttp.tool.TokenTool
 
toMap(T) - Method in class com.github.hua777.huahttp.bean.JsonMan
 

V

valueOf(String) - Static method in enum com.github.hua777.huahttp.enumerate.JsonType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.hua777.huahttp.enumerate.JsonType
Returns an array containing the constants of this enum type, in the order they are declared.
verifierJWTByHMAC256(String, String, String, String) - Static method in class com.github.hua777.huahttp.tool.TokenTool
HMAC256 算法解析 JSON Web Token
A B C D E F G H I J O P R S T V 
Skip navigation links

Copyright © 2020. All rights reserved.