public class HttpHandler extends Object implements InvocationHandler
| Constructor and Description |
|---|
HttpHandler() |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object proxy,
Method method,
Object[] args) |
HttpHandler |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
HttpHandler |
setEnvironment(org.springframework.core.env.Environment environment) |
HttpHandler |
setHttpHandlerConfig(HttpHandlerConfig httpHandlerConfig) |
HttpHandler |
setHttpProperty(HttpProperty httpProperty) |
HttpHandler |
setInterfaceClass(Class<?> interfaceClass) |
public HttpHandler setInterfaceClass(Class<?> interfaceClass)
public HttpHandler setEnvironment(org.springframework.core.env.Environment environment)
public HttpHandler setHttpProperty(HttpProperty httpProperty)
public HttpHandler setHttpHandlerConfig(HttpHandlerConfig httpHandlerConfig)
public HttpHandler setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
Copyright © 2020. All rights reserved.