JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
E
G
H
I
P
S
T
W
X
A
AbstractHttpExecutor
- Class in
io.seata.integration.http
Abstract http executor.
AbstractHttpExecutor()
- Constructor for class io.seata.integration.http.
AbstractHttpExecutor
addArgumentResolvers(List<HandlerMethodArgumentResolver>)
- Method in interface io.seata.integration.http.
WebMvcConfigurerAdapter
addCorsMappings(CorsRegistry)
- Method in interface io.seata.integration.http.
WebMvcConfigurerAdapter
addFormatters(FormatterRegistry)
- Method in interface io.seata.integration.http.
WebMvcConfigurerAdapter
addInterceptors(InterceptorRegistry)
- Method in class io.seata.integration.http.
SeataWebMvcConfigurer
addInterceptors(InterceptorRegistry)
- Method in interface io.seata.integration.http.
WebMvcConfigurerAdapter
addResourceHandlers(ResourceHandlerRegistry)
- Method in interface io.seata.integration.http.
WebMvcConfigurerAdapter
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>)
- Method in interface io.seata.integration.http.
WebMvcConfigurerAdapter
addViewControllers(ViewControllerRegistry)
- Method in interface io.seata.integration.http.
WebMvcConfigurerAdapter
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception)
- Method in interface io.seata.integration.http.
HandlerInterceptorAdapter
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception)
- Method in class io.seata.integration.http.
TransactionPropagationInterceptor
B
bindXid(String)
- Method in class io.seata.integration.http.
TransactionPropagationInterceptor
buildClientEntity(CloseableHttpClient, T)
- Method in class io.seata.integration.http.
AbstractHttpExecutor
buildClientEntity(CloseableHttpClient, T)
- Method in class io.seata.integration.http.
DefaultHttpExecutor
buildEntity(StringEntity, T)
- Method in class io.seata.integration.http.
AbstractHttpExecutor
buildEntity(StringEntity, T)
- Method in class io.seata.integration.http.
DefaultHttpExecutor
buildGetHeaders(Map<String, String>, T)
- Method in class io.seata.integration.http.
AbstractHttpExecutor
buildGetHeaders(Map<String, String>, T)
- Method in class io.seata.integration.http.
DefaultHttpExecutor
buildPostHeaders(Map<String, String>, T)
- Method in class io.seata.integration.http.
AbstractHttpExecutor
buildPostHeaders(Map<String, String>, T)
- Method in class io.seata.integration.http.
DefaultHttpExecutor
C
cleanXid(String)
- Method in class io.seata.integration.http.
TransactionPropagationInterceptor
cleanXid(String)
- Static method in class io.seata.integration.http.
XidResource
configureAsyncSupport(AsyncSupportConfigurer)
- Method in interface io.seata.integration.http.
WebMvcConfigurerAdapter
configureContentNegotiation(ContentNegotiationConfigurer)
- Method in interface io.seata.integration.http.
WebMvcConfigurerAdapter
configureDefaultServletHandling(DefaultServletHandlerConfigurer)
- Method in interface io.seata.integration.http.
WebMvcConfigurerAdapter
configureHandlerExceptionResolvers(List<HandlerExceptionResolver>)
- Method in interface io.seata.integration.http.
WebMvcConfigurerAdapter
configureMessageConverters(List<HttpMessageConverter<?>>)
- Method in interface io.seata.integration.http.
WebMvcConfigurerAdapter
configurePathMatch(PathMatchConfigurer)
- Method in interface io.seata.integration.http.
WebMvcConfigurerAdapter
configureViewResolvers(ViewResolverRegistry)
- Method in interface io.seata.integration.http.
WebMvcConfigurerAdapter
convertParamOfBean(Object)
- Static method in class io.seata.integration.http.
AbstractHttpExecutor
convertParamOfJsonString(String, Class<T>)
- Static method in class io.seata.integration.http.
AbstractHttpExecutor
convertResult(HttpResponse, Class<K>)
- Method in class io.seata.integration.http.
AbstractHttpExecutor
convertResult(HttpResponse, Class<K>)
- Method in class io.seata.integration.http.
DefaultHttpExecutor
D
DefaultHttpExecutor
- Class in
io.seata.integration.http
Default http executor.
E
executeGet(String, String, Map<String, String>, Class<K>)
- Method in class io.seata.integration.http.
AbstractHttpExecutor
executeGet(String, String, Map<String, String>, Class<K>)
- Method in interface io.seata.integration.http.
HttpExecutor
get method only support param type of Map
executePost(String, String, T, Class<K>)
- Method in class io.seata.integration.http.
AbstractHttpExecutor
executePost(String, String, T, Class<K>)
- Method in interface io.seata.integration.http.
HttpExecutor
Execute post k.
executePut(String, String, T, Class<K>)
- Method in class io.seata.integration.http.
AbstractHttpExecutor
executePut(String, String, T, Class<K>)
- Method in interface io.seata.integration.http.
HttpExecutor
Execute put k.
extendHandlerExceptionResolvers(List<HandlerExceptionResolver>)
- Method in interface io.seata.integration.http.
WebMvcConfigurerAdapter
extendMessageConverters(List<HttpMessageConverter<?>>)
- Method in interface io.seata.integration.http.
WebMvcConfigurerAdapter
G
getInstance()
- Static method in class io.seata.integration.http.
DefaultHttpExecutor
getMessageCodesResolver()
- Method in interface io.seata.integration.http.
WebMvcConfigurerAdapter
getValidator()
- Method in interface io.seata.integration.http.
WebMvcConfigurerAdapter
H
HandlerInterceptorAdapter
- Interface in
io.seata.integration.http
The Handler Interceptor Adapter
HttpExecutor
- Interface in
io.seata.integration.http
Http executor.
I
initGetUrl(String, String, Map<String, String>)
- Method in class io.seata.integration.http.
AbstractHttpExecutor
initGetUrl(String, String, Map<String, String>)
- Method in class io.seata.integration.http.
DefaultHttpExecutor
io.seata.integration.http
- package io.seata.integration.http
P
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView)
- Method in interface io.seata.integration.http.
HandlerInterceptorAdapter
preHandle(HttpServletRequest, HttpServletResponse, Object)
- Method in interface io.seata.integration.http.
HandlerInterceptorAdapter
preHandle(HttpServletRequest, HttpServletResponse, Object)
- Method in class io.seata.integration.http.
TransactionPropagationInterceptor
S
SeataWebMvcConfigurer
- Class in
io.seata.integration.http
The Seata Web Mvc Configurer
SeataWebMvcConfigurer()
- Constructor for class io.seata.integration.http.
SeataWebMvcConfigurer
T
TransactionPropagationInterceptor
- Class in
io.seata.integration.http
The SpringMVC Interceptor.
TransactionPropagationInterceptor()
- Constructor for class io.seata.integration.http.
TransactionPropagationInterceptor
W
WebMvcConfigurerAdapter
- Interface in
io.seata.integration.http
The Web Mvc Configurer Adapter
X
XidResource
- Class in
io.seata.integration.http
Xid handler.
XidResource()
- Constructor for class io.seata.integration.http.
XidResource
A
B
C
D
E
G
H
I
P
S
T
W
X
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2023
Seata
. All rights reserved.