Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

H

h - Variable in class org.springframework.cglib.proxy.Proxy
 
H_GETFIELD - Static variable in interface org.springframework.asm.Opcodes
 
H_GETSTATIC - Static variable in interface org.springframework.asm.Opcodes
 
H_INVOKEINTERFACE - Static variable in interface org.springframework.asm.Opcodes
 
H_INVOKESPECIAL - Static variable in interface org.springframework.asm.Opcodes
 
H_INVOKESTATIC - Static variable in interface org.springframework.asm.Opcodes
 
H_INVOKEVIRTUAL - Static variable in interface org.springframework.asm.Opcodes
 
H_NEWINVOKESPECIAL - Static variable in interface org.springframework.asm.Opcodes
 
H_PUTFIELD - Static variable in interface org.springframework.asm.Opcodes
 
H_PUTSTATIC - Static variable in interface org.springframework.asm.Opcodes
 
H2 - Enum constant in enum class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType
The H2 Embedded Java SQL Database Engine.
H2 - Enum constant in enum class org.springframework.orm.jpa.vendor.Database
 
H2SequenceMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
DataFieldMaxValueIncrementer that retrieves the next value of a given H2 sequence.
H2SequenceMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.H2SequenceMaxValueIncrementer
Default constructor for bean property style usage.
H2SequenceMaxValueIncrementer(DataSource, String) - Constructor for class org.springframework.jdbc.support.incrementer.H2SequenceMaxValueIncrementer
Convenience constructor.
HANA - Enum constant in enum class org.springframework.orm.jpa.vendor.Database
 
HanaCallMetaDataProvider - Class in org.springframework.jdbc.core.metadata
SAP HANA specific implementation for the CallMetaDataProvider interface.
HanaCallMetaDataProvider(DatabaseMetaData) - Constructor for class org.springframework.jdbc.core.metadata.HanaCallMetaDataProvider
 
HanaSequenceMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
DataFieldMaxValueIncrementer that retrieves the next value of a given SAP HANA sequence.
HanaSequenceMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.HanaSequenceMaxValueIncrementer
Default constructor for bean property style usage.
HanaSequenceMaxValueIncrementer(DataSource, String) - Constructor for class org.springframework.jdbc.support.incrementer.HanaSequenceMaxValueIncrementer
Convenience constructor.
handle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.function.support.HandlerFunctionAdapter
 
handle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.handler.SimpleServletHandlerAdapter
 
handle(HttpServletRequest, HttpServletResponse, Object) - Method in interface org.springframework.web.servlet.HandlerAdapter
Use the given handler to handle this request.
handle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter
 
handle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
This implementation expects the handler to be an HandlerMethod.
handle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter
 
handle(HttpRequest, ClientHttpResponse) - Method in interface org.springframework.web.client.RestClient.ResponseSpec.ErrorHandler
Handle the error in the given response.
handle(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.http.server.reactive.ContextPathCompositeHandler
 
handle(ServerHttpRequest, ServerHttpResponse) - Method in interface org.springframework.http.server.reactive.HttpHandler
Handle the given request and write to the response.
handle(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.web.server.adapter.HttpWebHandlerAdapter
 
handle(MvcResult) - Method in class org.springframework.test.web.servlet.result.PrintingResultHandler
Print MvcResult details.
handle(MvcResult) - Method in interface org.springframework.test.web.servlet.ResultHandler
Perform an action on the given result.
handle(ServerRequest) - Method in interface org.springframework.web.reactive.function.server.HandlerFunction
Handle the given request.
handle(WebSocketSession) - Method in class org.springframework.web.reactive.socket.adapter.ContextWebSocketHandler
 
handle(WebSocketSession) - Method in interface org.springframework.web.reactive.socket.WebSocketHandler
Invoked when a new WebSocket connection is established, and allows handling of the session.
handle(ServerWebExchange) - Method in class org.springframework.web.reactive.DispatcherHandler
 
handle(ServerWebExchange) - Method in class org.springframework.web.reactive.resource.ResourceWebHandler
Processes a resource request.
handle(ServerWebExchange) - Method in class org.springframework.web.server.handler.ExceptionHandlingWebHandler
 
handle(ServerWebExchange) - Method in class org.springframework.web.server.handler.FilteringWebHandler
 
handle(ServerWebExchange) - Method in class org.springframework.web.server.handler.WebHandlerDecorator
 
handle(ServerWebExchange) - Method in interface org.springframework.web.server.WebHandler
Handle the web server exchange.
handle(ServerWebExchange, Object) - Method in class org.springframework.web.reactive.function.server.support.HandlerFunctionAdapter
 
handle(ServerWebExchange, Object) - Method in interface org.springframework.web.reactive.HandlerAdapter
Handle the request with the given handler, previously checked via HandlerAdapter.supports(Object).
handle(ServerWebExchange, Object) - Method in class org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerAdapter
 
handle(ServerWebExchange, Object) - Method in class org.springframework.web.reactive.result.SimpleHandlerAdapter
 
handle(ServerWebExchange, Object) - Method in class org.springframework.web.reactive.socket.server.support.WebSocketHandlerAdapter
 
handle(ServerWebExchange, Throwable) - Method in class org.springframework.web.server.handler.ResponseStatusExceptionHandler
 
handle(ServerWebExchange, Throwable) - Method in interface org.springframework.web.server.WebExceptionHandler
Handle the given exception.
handle(ServerRequest) - Method in interface org.springframework.web.servlet.function.HandlerFunction
Handle the given request.
Handle - Class in org.springframework.asm
A reference to a field or a method.
Handle(int, String, String, String) - Constructor for class org.springframework.asm.Handle
Deprecated.
this constructor has been superseded by Handle(int, String, String, String, boolean).
Handle(int, String, String, String, boolean) - Constructor for class org.springframework.asm.Handle
Constructs a new field or method handle.
handleAsyncError(Throwable) - Method in class org.springframework.context.event.ApplicationListenerMethodAdapter
 
handleAsyncRequestNotUsableException(AsyncRequestNotUsableException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case of an I/O failure from the ServletOutputStream.
handleAsyncRequestTimeoutException(AsyncRequestTimeoutException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where an async request timed out.
handleAsyncRequestTimeoutException(AsyncRequestTimeoutException, HttpHeaders, HttpStatusCode, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the handling of AsyncRequestTimeoutException.
handleBinaryMessage(WebSocketSession, BinaryMessage) - Method in class org.springframework.web.socket.handler.AbstractWebSocketHandler
 
handleBinaryMessage(WebSocketSession, BinaryMessage) - Method in class org.springframework.web.socket.handler.TextWebSocketHandler
 
handleBindException(BindException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Deprecated, for removal: This API element is subject to removal in a future version.
as of 6.0 since ModelAttributeMethodProcessor now raises the MethodArgumentNotValidException subclass instead.
handleBindException(BindException, HttpHeaders, HttpStatusCode, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Deprecated, for removal: This API element is subject to removal in a future version.
as of 6.0 since ModelAttributeMethodProcessor now raises the MethodArgumentNotValidException subclass instead.
handleCacheClearError(RuntimeException, Cache) - Method in interface org.springframework.cache.interceptor.CacheErrorHandler
Handle the given runtime exception thrown by the cache provider when clearing the specified Cache, possibly rethrowing it as a fatal exception.
handleCacheClearError(RuntimeException, Cache) - Method in class org.springframework.cache.interceptor.LoggingCacheErrorHandler
 
handleCacheClearError(RuntimeException, Cache) - Method in class org.springframework.cache.interceptor.SimpleCacheErrorHandler
 
handleCacheEvictError(RuntimeException, Cache, Object) - Method in interface org.springframework.cache.interceptor.CacheErrorHandler
Handle the given runtime exception thrown by the cache provider when clearing an item with the specified key, possibly rethrowing it as a fatal exception.
handleCacheEvictError(RuntimeException, Cache, Object) - Method in class org.springframework.cache.interceptor.LoggingCacheErrorHandler
 
handleCacheEvictError(RuntimeException, Cache, Object) - Method in class org.springframework.cache.interceptor.SimpleCacheErrorHandler
 
handleCacheGetError(RuntimeException, Cache, Object) - Method in interface org.springframework.cache.interceptor.CacheErrorHandler
Handle the given runtime exception thrown by the cache provider when retrieving an item with the specified key, possibly rethrowing it as a fatal exception.
handleCacheGetError(RuntimeException, Cache, Object) - Method in class org.springframework.cache.interceptor.LoggingCacheErrorHandler
 
handleCacheGetError(RuntimeException, Cache, Object) - Method in class org.springframework.cache.interceptor.SimpleCacheErrorHandler
 
handleCachePutError(RuntimeException, Cache, Object, Object) - Method in interface org.springframework.cache.interceptor.CacheErrorHandler
Handle the given runtime exception thrown by the cache provider when updating an item with the specified key and value, possibly rethrowing it as a fatal exception.
handleCachePutError(RuntimeException, Cache, Object, Object) - Method in class org.springframework.cache.interceptor.LoggingCacheErrorHandler
 
handleCachePutError(RuntimeException, Cache, Object, Object) - Method in class org.springframework.cache.interceptor.SimpleCacheErrorHandler
 
handleClientMessageProcessingError(Message<byte[]>, Throwable) - Method in class org.springframework.web.socket.messaging.StompSubProtocolErrorHandler
 
handleClientMessageProcessingError(Message<P>, Throwable) - Method in interface org.springframework.web.socket.messaging.SubProtocolErrorHandler
Handle errors thrown while processing client messages providing an opportunity to prepare the error message or to prevent one from being sent.
handleConnectFailure(MethodInvocation, Exception) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Refresh the connection and retry the MBean invocation if possible.
handleContentOverflow(int) - Method in class org.springframework.web.util.ContentCachingRequestWrapper
Template method for handling a content overflow: specifically, a request body being read that exceeds the specified content cache limit.
handleConversionNotSupported(ConversionNotSupportedException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case when a WebDataBinder conversion cannot occur.
handleConversionNotSupported(ConversionNotSupportedException, HttpHeaders, HttpStatusCode, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the handling of ConversionNotSupportedException.
HANDLED_WEB_EXCEPTION - Static variable in class org.springframework.web.server.handler.ExceptionHandlingWebHandler
Name of the attribute that contains the exception handled by WebExceptionHandlers.
handleEmptyBody(Object, HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - Method in interface org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdvice
Invoked second (and last) if the body is empty.
handleEmptyBody(Object, HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdviceAdapter
The default implementation returns the body that was passed in.
handleEncodedContent(Flux<DataBuffer>, MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.invocation.reactive.AbstractEncoderMethodReturnValueHandler
Subclasses implement this method to handle encoded values in some way such as creating and sending messages.
handleEncodedContent(Flux<DataBuffer>, MethodParameter, Message<?>) - Method in class org.springframework.messaging.rsocket.annotation.support.RSocketPayloadReturnValueHandler
 
handleError(Throwable) - Method in interface org.springframework.util.ErrorHandler
Handle the given error, possibly rethrowing it as a fatal exception.
handleError(Throwable, Method, Object...) - Method in class org.springframework.aop.interceptor.AsyncExecutionAspectSupport
Handles a fatal error thrown while asynchronously invoking the specified Method.
handleError(URI, HttpMethod, ClientHttpResponse) - Method in interface org.springframework.web.client.ResponseErrorHandler
Alternative to ResponseErrorHandler.handleError(ClientHttpResponse) with extra information providing access to the request URL and HTTP method.
handleError(ClientHttpResponse) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
Handle the error in the given response with the given resolved status code.
handleError(ClientHttpResponse) - Method in interface org.springframework.web.client.ResponseErrorHandler
Handle the error in the given response.
handleError(ClientHttpResponse, HttpStatusCode) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
Handle the error based on the resolved status code.
handleError(ClientHttpResponse, HttpStatusCode) - Method in class org.springframework.web.client.ExtractingResponseErrorHandler
 
handleError(NativeWebRequest, Callable<T>, Throwable) - Method in interface org.springframework.web.context.request.async.CallableProcessingInterceptor
Invoked from a container thread when an error occurred while processing the async request before the Callable task completes.
handleError(NativeWebRequest, DeferredResult<T>, Throwable) - Method in interface org.springframework.web.context.request.async.DeferredResultProcessingInterceptor
Invoked from a container thread when an error occurred while processing an async request before the DeferredResult has been set.
handleError(ServerWebExchange, Throwable) - Method in interface org.springframework.web.reactive.DispatchExceptionHandler
Handle the given exception, mapping it to a HandlerResult that can then be used to render an HTTP response.
handleError(ServerWebExchange, Throwable) - Method in class org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerAdapter
 
handleErrorMessageToClient(Message<byte[]>) - Method in class org.springframework.web.socket.messaging.StompSubProtocolErrorHandler
 
handleErrorMessageToClient(Message<P>) - Method in interface org.springframework.web.socket.messaging.SubProtocolErrorHandler
Handle errors sent from the server side to clients, e.g.
handleErrorResponse(ErrorResponse, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle an ErrorResponse exception.
handleErrorResponseException(ErrorResponseException, HttpHeaders, HttpStatusCode, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the handling of any ErrorResponseException.
handleErrorResponseException(ErrorResponseException, HttpHeaders, HttpStatusCode, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.ResponseEntityExceptionHandler
Customize the handling of any ErrorResponseException.
handleException(Exception, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Handle all exceptions raised within Spring MVC handling of the request.
handleException(Exception, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.ResponseEntityExceptionHandler
Handle all exceptions raised within Spring MVC handling of the request.
handleException(StompSession, StompCommand, StompHeaders, byte[], Throwable) - Method in interface org.springframework.messaging.simp.stomp.StompSessionHandler
Handle any exception arising while processing a STOMP frame such as a failure to convert the payload or an unhandled exception in the application StompFrameHandler.
handleException(StompSession, StompCommand, StompHeaders, byte[], Throwable) - Method in class org.springframework.messaging.simp.stomp.StompSessionHandlerAdapter
This implementation is empty.
handleExceptionInternal(Exception, Object, HttpHeaders, HttpStatusCode, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Internal handler method that all others in this class delegate to, for common handling, and for the creation of a ResponseEntity.
handleExceptionInternal(Exception, Object, HttpHeaders, HttpStatusCode, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.ResponseEntityExceptionHandler
Internal handler method that all others in this class delegate to, for common handling, and for the creation of a ResponseEntity.
handleFailure(Class<?>, String, Throwable) - Method in interface org.springframework.core.io.support.SpringFactoriesLoader.FailureHandler
Handle the failure that occurred when instantiating the factoryImplementationName that was expected to be of the given factoryType.
handleFailure(Throwable) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
 
handleFailure(Throwable) - Method in interface org.springframework.messaging.tcp.TcpConnectionHandler
Handle a failure on the connection.
handleFrame(String) - Method in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
 
handleFrame(StompHeaders, Object) - Method in interface org.springframework.messaging.simp.stomp.StompFrameHandler
Handle a STOMP frame with the payload converted to the target type returned from StompFrameHandler.getPayloadType(StompHeaders).
handleFrame(StompHeaders, Object) - Method in class org.springframework.messaging.simp.stomp.StompSessionHandlerAdapter
This implementation is empty.
handleGetObject(String) - Method in class org.springframework.context.support.MessageSourceResourceBundle
This implementation resolves the code in the MessageSource.
handleHandlerMethodValidationException(HandlerMethodValidationException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where method validation for a controller method failed.
handleHandlerMethodValidationException(HandlerMethodValidationException, HttpHeaders, HttpStatusCode, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the handling of HandlerMethodValidationException.
handleHandlerMethodValidationException(HandlerMethodValidationException, HttpHeaders, HttpStatusCode, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.ResponseEntityExceptionHandler
Customize the handling of HandlerMethodValidationException.
handleHttpMediaTypeNotAcceptable(HttpMediaTypeNotAcceptableException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where no message converters were found that were acceptable for the client (expressed via the Accept header).
handleHttpMediaTypeNotAcceptable(HttpMediaTypeNotAcceptableException, HttpHeaders, HttpStatusCode, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the handling of HttpMediaTypeNotAcceptableException.
handleHttpMediaTypeNotSupported(HttpMediaTypeNotSupportedException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where no message converters were found for PUT or POSTed content.
handleHttpMediaTypeNotSupported(HttpMediaTypeNotSupportedException, HttpHeaders, HttpStatusCode, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the handling of HttpMediaTypeNotSupportedException.
handleHttpMessageNotReadable(HttpMessageNotReadableException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where a message converter cannot read from an HTTP request.
handleHttpMessageNotReadable(HttpMessageNotReadableException, HttpHeaders, HttpStatusCode, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the handling of HttpMessageNotReadableException.
handleHttpMessageNotWritable(HttpMessageNotWritableException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where a message converter cannot write to an HTTP response.
handleHttpMessageNotWritable(HttpMessageNotWritableException, HttpHeaders, HttpStatusCode, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the handling of HttpMessageNotWritableException.
handleHttpRequestMethodNotSupported(HttpRequestMethodNotSupportedException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where no handler was found for the HTTP method.
handleHttpRequestMethodNotSupported(HttpRequestMethodNotSupportedException, HttpHeaders, HttpStatusCode, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the handling of HttpRequestMethodNotSupportedException.
handleInitialRequest(ServerHttpRequest, ServerHttpResponse, SockJsFrameFormat) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
Handle the first request for receiving messages on a SockJS HTTP transport based session.
handleInternal(HttpServletRequest, HttpServletResponse, HandlerMethod) - Method in class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
Use the given handler method to handle the request.
handleInternal(HttpServletRequest, HttpServletResponse, HandlerMethod) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
handleInternal(ServerHttpRequest, ServerHttpResponse, CorsConfiguration, boolean) - Method in class org.springframework.web.cors.DefaultCorsProcessor
Handle the given request.
handleInternal(StompHeaderAccessor, byte[], Throwable, StompHeaderAccessor) - Method in class org.springframework.web.socket.messaging.StompSubProtocolErrorHandler
 
handleInternal(ServerWebExchange, CorsConfiguration, boolean) - Method in class org.springframework.web.cors.reactive.DefaultCorsProcessor
Handle the given request.
handleInvalidConnectHeader(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.web.socket.server.support.AbstractHandshakeHandler
 
handleInvalidUpgradeHeader(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.web.socket.server.support.AbstractHandshakeHandler
 
handleInvocationTargetException(InvocationTargetException) - Static method in class org.springframework.util.ReflectionUtils
Handle the given invocation target exception.
handleListenerException(Throwable) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Handle the given exception that arose during listener execution.
handleListenerException(Throwable) - Method in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
Handle the given exception that arose during listener execution.
handleListenerSetupFailure(Throwable, boolean) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Handle the given exception that arose during setup of a listener.
handleMatch(String, MediaType) - Method in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
Override to provide handling when a key is successfully resolved via MappingMediaTypeFileExtensionResolver.lookupMediaType(java.lang.String).
handleMatch(CompositeMessageCondition, HandlerMethod, Message<?>) - Method in class org.springframework.messaging.handler.annotation.reactive.MessageMappingMessageHandler
 
handleMatch(SimpMessageMappingInfo, HandlerMethod, String, Message<?>) - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
 
handleMatch(RequestMappingInfo, HandlerMethod, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.RequestMappingInfoHandlerMapping
Expose URI template variables, matrix variables, and producible media types in the request.
handleMatch(RequestMappingInfo, String, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
Expose URI template variables, matrix variables, and producible media types in the request.
handleMatch(T, String, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Invoked when a matching mapping is found.
handleMatch(T, HandlerMethod, String, Message<?>) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
 
handleMatch(T, HandlerMethod, Message<?>) - Method in class org.springframework.messaging.handler.invocation.reactive.AbstractMethodMessageHandler
 
handleMatch(T, HandlerMethod, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping
Invoked when a matching mapping is found.
handleMaxUploadSizeExceededException(MaxUploadSizeExceededException, HttpHeaders, HttpStatusCode, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the handling of any MaxUploadSizeExceededException.
handleMessage(BiConsumer<Supplier<String>, Throwable>) - Static method in interface org.springframework.core.io.support.SpringFactoriesLoader.FailureHandler
Create a new SpringFactoriesLoader.FailureHandler that handles errors using a standard formatted message.
handleMessage(IMessage) - Method in class org.springframework.aop.aspectj.AspectJWeaverMessageHandler
 
handleMessage(Message<?>) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
 
handleMessage(Message<?>) - Method in class org.springframework.messaging.handler.invocation.reactive.AbstractMethodMessageHandler
 
handleMessage(Message<?>) - Method in interface org.springframework.messaging.MessageHandler
Handle the given message.
handleMessage(Message<?>) - Method in interface org.springframework.messaging.ReactiveMessageHandler
Handle the given message.
handleMessage(Message<?>) - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
 
handleMessage(Message<?>) - Method in class org.springframework.messaging.simp.user.UserDestinationMessageHandler
 
handleMessage(Message<?>) - Method in class org.springframework.messaging.simp.user.UserRegistryMessageHandler
 
handleMessage(Message<?>) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
Handle an outbound Spring Message to a WebSocket client.
handleMessage(Message<byte[]>) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
 
handleMessage(Message<P>) - Method in interface org.springframework.messaging.tcp.TcpConnectionHandler
Handle a message received from the remote host.
handleMessage(TextMessage, WebSocketSession) - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
 
handleMessage(WebSocketSession, WebSocketMessage<?>) - Method in class org.springframework.web.socket.handler.AbstractWebSocketHandler
 
handleMessage(WebSocketSession, WebSocketMessage<?>) - Method in class org.springframework.web.socket.handler.ExceptionWebSocketHandlerDecorator
 
handleMessage(WebSocketSession, WebSocketMessage<?>) - Method in class org.springframework.web.socket.handler.LoggingWebSocketHandlerDecorator
 
handleMessage(WebSocketSession, WebSocketMessage<?>) - Method in class org.springframework.web.socket.handler.PerConnectionWebSocketHandler
 
handleMessage(WebSocketSession, WebSocketMessage<?>) - Method in class org.springframework.web.socket.handler.WebSocketHandlerDecorator
 
handleMessage(WebSocketSession, WebSocketMessage<?>) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
Handle an inbound message from a WebSocket client.
handleMessage(WebSocketSession, WebSocketMessage<?>) - Method in interface org.springframework.web.socket.WebSocketHandler
Invoked when a new WebSocket message arrives.
handleMessageFromClient(WebSocketSession, WebSocketMessage<?>, MessageChannel) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
Handle incoming WebSocket messages from clients.
handleMessageFromClient(WebSocketSession, WebSocketMessage<?>, MessageChannel) - Method in interface org.springframework.web.socket.messaging.SubProtocolHandler
Handle the given WebSocketMessage received from a client.
handleMessageInternal(Message<?>) - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
 
handleMessageInternal(Message<?>) - Method in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler
 
handleMessageInternal(Message<?>) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
 
handleMessageInternal(Message<?>, String) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
 
handleMessageToClient(WebSocketSession, Message<?>) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
Handle STOMP messages going back out to WebSocket clients.
handleMessageToClient(WebSocketSession, Message<?>) - Method in interface org.springframework.web.socket.messaging.SubProtocolHandler
Handle the given Message to the client associated with the given WebSocket session.
handleMethodArgumentNotValid(MethodArgumentNotValidException, HttpHeaders, HttpStatusCode, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the handling of MethodArgumentNotValidException.
handleMethodArgumentNotValidException(MethodArgumentNotValidException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where an argument annotated with @Valid such as an RequestBody or RequestPart argument fails validation.
handleMethodNotAllowedException(MethodNotAllowedException, HttpHeaders, HttpStatusCode, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.ResponseEntityExceptionHandler
Customize the handling of MethodNotAllowedException.
handleMethodValidationException(MethodValidationException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where method validation failed on a component that is not a web controller, e.g.
handleMethodValidationException(MethodValidationException, HttpHeaders, HttpStatus, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the handling of MethodValidationException.
handleMethodValidationException(MethodValidationException, HttpStatus, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.ResponseEntityExceptionHandler
Customize the handling of MethodValidationException.
handleMissingPathVariable(MissingPathVariableException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case when a declared path variable does not match any extracted URI variable.
handleMissingPathVariable(MissingPathVariableException, HttpHeaders, HttpStatusCode, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the handling of MissingPathVariableException.
handleMissingRequestValueException(MissingRequestValueException, HttpHeaders, HttpStatusCode, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.ResponseEntityExceptionHandler
Customize the handling of MissingRequestValueException.
handleMissingServletRequestParameter(MissingServletRequestParameterException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case when a required parameter is missing.
handleMissingServletRequestParameter(MissingServletRequestParameterException, HttpHeaders, HttpStatusCode, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the handling of MissingServletRequestParameterException.
handleMissingServletRequestPart(MissingServletRequestPartException, HttpHeaders, HttpStatusCode, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the handling of MissingServletRequestPartException.
handleMissingServletRequestPartException(MissingServletRequestPartException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where an @RequestPart, a MultipartFile, or a jakarta.servlet.http.Part argument is required but is missing.
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver
 
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
Invoked when a named value is required, but AbstractNamedValueMethodArgumentResolver.resolveName(String, MethodParameter, NativeWebRequest) returned null and there is no default value.
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.method.annotation.ExpressionValueMethodArgumentResolver
 
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver
 
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.AbstractNamedValueArgumentResolver
Invoked when a named value is required, but AbstractNamedValueArgumentResolver.resolveName(String, MethodParameter, ServerWebExchange) returned null and there is no default value.
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.CookieValueMethodArgumentResolver
 
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.ExpressionValueMethodArgumentResolver
 
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.MatrixVariableMethodArgumentResolver
 
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.PathVariableMethodArgumentResolver
 
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.RequestAttributeMethodArgumentResolver
 
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.RequestHeaderMethodArgumentResolver
 
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.SessionAttributeMethodArgumentResolver
 
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.MatrixVariableMethodArgumentResolver
 
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver
 
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestAttributeMethodArgumentResolver
 
handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.SessionAttributeMethodArgumentResolver
 
handleMissingValue(String, MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.annotation.reactive.AbstractNamedValueMethodArgumentResolver
handleMissingValue(String, MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.annotation.reactive.DestinationVariableMethodArgumentResolver
 
handleMissingValue(String, MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.annotation.reactive.HeaderMethodArgumentResolver
 
handleMissingValue(String, MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.annotation.support.AbstractNamedValueMethodArgumentResolver
handleMissingValue(String, MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.annotation.support.DestinationVariableMethodArgumentResolver
 
handleMissingValue(String, MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.annotation.support.HeaderMethodArgumentResolver
 
handleMissingValue(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
Invoked when a named value is required, but AbstractNamedValueMethodArgumentResolver.resolveName(String, MethodParameter, NativeWebRequest) returned null and there is no default value.
handleMissingValue(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
 
handleMissingValue(String, MethodParameter, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.AbstractNamedValueArgumentResolver
Invoked when a named value is required, but AbstractNamedValueArgumentResolver.resolveName(String, MethodParameter, ServerWebExchange) returned null and there is no default value.
handleMissingValue(String, MethodParameter, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.RequestParamMethodArgumentResolver
 
handleMissingValueAfterConversion(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver
 
handleMissingValueAfterConversion(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
Invoked when a named value is present but becomes null after conversion.
handleMissingValueAfterConversion(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver
 
handleMissingValueAfterConversion(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
 
handleMissingValueAfterConversion(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.MatrixVariableMethodArgumentResolver
 
handleMissingValueAfterConversion(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver
 
handleMissingValueInternal(String, MethodParameter, NativeWebRequest, boolean) - Method in class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
 
handleMultipleRowsFound() - Method in class org.springframework.jdbc.core.support.AbstractLobStreamingResultSetExtractor
Handle the case where the ResultSet contains multiple rows.
handleNavigation(FacesContext, String, String) - Method in class org.springframework.web.jsf.DecoratingNavigationHandler
This implementation of the standard JSF handleNavigation method delegates to the overloaded variant, passing in constructor-injected NavigationHandler as argument.
handleNavigation(FacesContext, String, String) - Method in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
Handle the navigation request implied by the specified parameters, through delegating to the target bean in the Spring application context.
handleNavigation(FacesContext, String, String, NavigationHandler) - Method in class org.springframework.web.jsf.DecoratingNavigationHandler
Special handleNavigation variant with explicit NavigationHandler argument.
handleNoContent(MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.invocation.reactive.AbstractEncoderMethodReturnValueHandler
Invoked for a null return value, which could mean a void method or method returning an async type parameterized by void.
handleNoContent(MethodParameter, Message<?>) - Method in class org.springframework.messaging.rsocket.annotation.support.RSocketPayloadReturnValueHandler
 
handleNoHandlerFoundException(NoHandlerFoundException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where no handler was found during the dispatch.
handleNoHandlerFoundException(NoHandlerFoundException, HttpHeaders, HttpStatusCode, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the handling of NoHandlerFoundException.
handleNoMatch(Set<RequestMappingInfo>, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.RequestMappingInfoHandlerMapping
Iterate all RequestMappingInfos once again, look if any match by URL at least and raise exceptions accordingly.
handleNoMatch(Set<RequestMappingInfo>, String, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
Iterate all RequestMappingInfo's once again, look if any match by URL at least and raise exceptions according to what doesn't match.
handleNoMatch(Set<T>, String, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Invoked when no matching mapping is not found.
handleNoMatch(Set<T>, String, Message<?>) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
 
handleNoMatch(Set<T>, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping
Invoked when no matching mapping is not found.
handleNoMatch(RouteMatcher.Route, Message<?>) - Method in class org.springframework.messaging.handler.invocation.reactive.AbstractMethodMessageHandler
Invoked when no matching handler is found.
handleNoMatch(RouteMatcher.Route, Message<?>) - Method in class org.springframework.messaging.rsocket.annotation.support.RSocketMessageHandler
 
handleNoMatch(NativeWebRequest, String) - Method in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
Override to provide handling when a key is not resolved via.
handleNoMatch(NativeWebRequest, String) - Method in class org.springframework.web.accept.ServletPathExtensionContentNegotiationStrategy
Deprecated.
Resolve file extension via ServletContext.getMimeType(String) and also delegate to base class for a potential MediaTypeFactory lookup.
handleNoResourceFoundException(NoResourceFoundException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where no static resource was found.
handleNoResourceFoundException(NoResourceFoundException, HttpHeaders, HttpStatusCode, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the handling of NoResourceFoundException.
handleNoRowFound() - Method in class org.springframework.jdbc.core.support.AbstractLobStreamingResultSetExtractor
Handle the case where the ResultSet does not contain a row.
handleNotAcceptableStatusException(NotAcceptableStatusException, HttpHeaders, HttpStatusCode, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.ResponseEntityExceptionHandler
Customize the handling of NotAcceptableStatusException.
handleNotAuthorized(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.handler.UserRoleAuthorizationInterceptor
Handle a request that is not authorized according to this interceptor.
handlePageException(Exception) - Method in class org.springframework.mock.web.MockPageContext
 
handlePageException(Throwable) - Method in class org.springframework.mock.web.MockPageContext
 
handleParseFailure(Throwable) - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
 
handlePongMessage(WebSocketSession, PongMessage) - Method in class org.springframework.web.socket.handler.AbstractWebSocketHandler
 
handlePreFlight(ServerWebExchange) - Method in interface org.springframework.web.cors.reactive.PreFlightRequestHandler
Handle a pre-flight request by finding and applying the CORS configuration that matches the expected actual request.
handlePreFlight(ServerWebExchange) - Method in class org.springframework.web.reactive.DispatcherHandler
 
handler() - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
Access to assertions for the handler that handled the request.
HANDLER_ADAPTER_BEAN_NAME - Static variable in class org.springframework.web.servlet.DispatcherServlet
Well-known name for the HandlerAdapter object in the bean factory for this namespace.
HANDLER_EXCEPTION_RESOLVER_BEAN_NAME - Static variable in class org.springframework.web.servlet.DispatcherServlet
Well-known name for the HandlerExceptionResolver object in the bean factory for this namespace.
HANDLER_MAPPING_BEAN_NAME - Static variable in class org.springframework.web.servlet.DispatcherServlet
Well-known name for the HandlerMapping object in the bean factory for this namespace.
HandlerAdapter - Interface in org.springframework.web.reactive
Contract to abstract the details of invoking a handler of a given type.
HandlerAdapter - Interface in org.springframework.web.servlet
MVC framework SPI, allowing parameterization of the core MVC workflow.
handleRawWebSocketRequest(ServerHttpRequest, ServerHttpResponse, WebSocketHandler) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
Handle request for raw WebSocket communication, i.e.
handleRawWebSocketRequest(ServerHttpRequest, ServerHttpResponse, WebSocketHandler) - Method in class org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService
 
handleReflectionException(Exception) - Static method in class org.springframework.util.ReflectionUtils
Handle the given reflection exception.
handleRequest(HttpServerExchange) - Method in class org.springframework.http.server.reactive.UndertowHttpHandlerAdapter
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.web.HttpRequestHandler
Process the given request, generating a response.
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.AbstractController
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.web.servlet.mvc.Controller
Process the request and return a ModelAndView object which the DispatcherServlet will render.
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
Processes a resource request.
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.socket.server.support.WebSocketHttpRequestHandler
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler
 
handleRequest(ServerHttpRequest, ServerHttpResponse, String, WebSocketHandler) - Method in interface org.springframework.web.socket.sockjs.SockJsService
Process a SockJS HTTP request.
handleRequest(ServerHttpRequest, ServerHttpResponse, String, WebSocketHandler) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
This method determines the SockJS path and handles SockJS static URLs.
handleRequest(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, SockJsSession) - Method in class org.springframework.web.socket.sockjs.transport.handler.AbstractHttpReceivingTransportHandler
 
handleRequest(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, SockJsSession) - Method in class org.springframework.web.socket.sockjs.transport.handler.AbstractHttpSendingTransportHandler
 
handleRequest(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, SockJsSession) - Method in class org.springframework.web.socket.sockjs.transport.handler.WebSocketTransportHandler
 
handleRequest(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, SockJsSession) - Method in interface org.springframework.web.socket.sockjs.transport.TransportHandler
Handle the given request and delegate messages to the provided WebSocketHandler.
handleRequest(ServerWebExchange, WebSocketHandler) - Method in class org.springframework.web.reactive.socket.server.support.HandshakeWebSocketService
 
handleRequest(ServerWebExchange, WebSocketHandler) - Method in interface org.springframework.web.reactive.socket.server.WebSocketService
Handle the request with the given WebSocketHandler.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.AbstractController
Template method.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.AbstractUrlViewController
Retrieves the URL path to use for lookup and delegates to AbstractUrlViewController.getViewNameForRequest(jakarta.servlet.http.HttpServletRequest).
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.ParameterizableViewController
Return a ModelAndView object with the specified view name.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.ServletForwardingController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.ServletWrappingController
Invoke the wrapped Servlet instance.
handleRequestInternal(ServerHttpRequest, ServerHttpResponse, boolean) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
Invoked when a SockJS transport request is received.
handleRequestInternal(ServerHttpRequest, ServerHttpResponse, boolean) - Method in class org.springframework.web.socket.sockjs.transport.session.PollingSockJsSession
 
handleRequestInternal(ServerHttpRequest, ServerHttpResponse, boolean) - Method in class org.springframework.web.socket.sockjs.transport.session.StreamingSockJsSession
 
handleRequestInternal(ServerHttpRequest, ServerHttpResponse, AbstractHttpSockJsSession) - Method in class org.springframework.web.socket.sockjs.transport.handler.AbstractHttpSendingTransportHandler
 
handleRequestInternal(ServerHttpRequest, ServerHttpResponse, AbstractHttpSockJsSession) - Method in class org.springframework.web.socket.sockjs.transport.handler.HtmlFileTransportHandler
 
handleRequestInternal(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, AbstractHttpSockJsSession) - Method in class org.springframework.web.socket.sockjs.transport.handler.AbstractHttpReceivingTransportHandler
 
handleResolvedValue(Object, String, MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.annotation.support.AbstractNamedValueMethodArgumentResolver
Invoked after a value is resolved.
handleResolvedValue(Object, String, MethodParameter, Model, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.AbstractNamedValueArgumentResolver
Invoked after a value is resolved.
handleResolvedValue(Object, String, MethodParameter, Model, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.PathVariableMethodArgumentResolver
 
handleResolvedValue(Object, String, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
Invoked after a value is resolved.
handleResolvedValue(Object, String, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver
 
handleResponse(URI, HttpMethod, ClientHttpResponse) - Method in class org.springframework.web.client.RestTemplate
Handle the given response, performing appropriate logging and invoking the ResponseErrorHandler if necessary.
handleResponseStatusException(ResponseStatusException, HttpHeaders, HttpStatusCode, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.ResponseEntityExceptionHandler
Customize the handling of any ResponseStatusException.
handleResult(Object) - Method in class org.springframework.context.event.ApplicationListenerMethodAdapter
 
handleResult(Object) - Method in interface org.springframework.web.context.request.async.DeferredResult.DeferredResultHandler
 
handleResult(Object, Message, Session) - Method in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
Handle the given result object returned from the listener method, sending a response message back.
handleResult(ServerWebExchange, HandlerResult) - Method in class org.springframework.web.reactive.function.server.support.ServerResponseResultHandler
 
handleResult(ServerWebExchange, HandlerResult) - Method in interface org.springframework.web.reactive.HandlerResultHandler
Process the given result modifying response headers and/or writing data to the response.
handleResult(ServerWebExchange, HandlerResult) - Method in class org.springframework.web.reactive.result.method.annotation.ResponseBodyResultHandler
 
handleResult(ServerWebExchange, HandlerResult) - Method in class org.springframework.web.reactive.result.method.annotation.ResponseEntityResultHandler
 
handleResult(ServerWebExchange, HandlerResult) - Method in class org.springframework.web.reactive.result.view.ViewResolutionResultHandler
 
handleReturnValue(Object, MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.invocation.AbstractAsyncReturnValueHandler
 
handleReturnValue(Object, MethodParameter, Message<?>) - Method in interface org.springframework.messaging.handler.invocation.HandlerMethodReturnValueHandler
Handle the given return value.
handleReturnValue(Object, MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.invocation.HandlerMethodReturnValueHandlerComposite
 
handleReturnValue(Object, MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.invocation.reactive.AbstractEncoderMethodReturnValueHandler
 
handleReturnValue(Object, MethodParameter, Message<?>) - Method in interface org.springframework.messaging.handler.invocation.reactive.HandlerMethodReturnValueHandler
Handle the given return value.
handleReturnValue(Object, MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.invocation.reactive.HandlerMethodReturnValueHandlerComposite
 
handleReturnValue(Object, MethodParameter, Message<?>) - Method in class org.springframework.messaging.simp.annotation.support.SendToMethodReturnValueHandler
 
handleReturnValue(Object, MethodParameter, Message<?>) - Method in class org.springframework.messaging.simp.annotation.support.SubscriptionMethodReturnValueHandler
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.method.annotation.MapMethodProcessor
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
Add non-null return values to the ModelAndViewContainer.
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.method.annotation.ModelMethodProcessor
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in interface org.springframework.web.method.support.HandlerMethodReturnValueHandler
Handle the given return value by adding attributes to the model and setting a view or setting the ModelAndViewContainer.setRequestHandled(boolean) flag to true to indicate the response has been handled directly.
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
Iterate over registered HandlerMethodReturnValueHandlers and invoke the one that supports it.
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.AsyncTaskMethodReturnValueHandler
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.CallableMethodReturnValueHandler
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.DeferredResultMethodReturnValueHandler
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.HttpHeadersReturnValueHandler
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ModelAndViewMethodReturnValueHandler
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ModelAndViewResolverMethodReturnValueHandler
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitterReturnValueHandler
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBodyReturnValueHandler
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ViewMethodReturnValueHandler
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ViewNameMethodReturnValueHandler
 
handlerExceptionResolver(ContentNegotiationManager) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
HandlerExceptionResolver - Interface in org.springframework.web.servlet
Interface to be implemented by objects that can resolve exceptions thrown during handler mapping or execution, in the typical case to error views.
HandlerExceptionResolverComposite - Class in org.springframework.web.servlet.handler
A HandlerExceptionResolver that delegates to a list of other HandlerExceptionResolvers.
HandlerExceptionResolverComposite() - Constructor for class org.springframework.web.servlet.handler.HandlerExceptionResolverComposite
 
handlerExceptionResolvers(HandlerExceptionResolver...) - Method in interface org.springframework.test.web.servlet.client.MockMvcWebTestClient.ControllerSpec
Set the HandlerExceptionResolver types to use.
HandlerExecutionChain - Class in org.springframework.web.servlet
Handler execution chain, consisting of handler object and any handler interceptors.
HandlerExecutionChain(Object) - Constructor for class org.springframework.web.servlet.HandlerExecutionChain
Create a new HandlerExecutionChain.
HandlerExecutionChain(Object, List<HandlerInterceptor>) - Constructor for class org.springframework.web.servlet.HandlerExecutionChain
Create a new HandlerExecutionChain.
HandlerExecutionChain(Object, HandlerInterceptor...) - Constructor for class org.springframework.web.servlet.HandlerExecutionChain
Create a new HandlerExecutionChain.
HandlerFilterFunction<T extends ServerResponse,R extends ServerResponse> - Interface in org.springframework.web.reactive.function.server
Represents a function that filters a handler function.
HandlerFilterFunction<T extends ServerResponse,R extends ServerResponse> - Interface in org.springframework.web.servlet.function
Represents a function that filters a handler function.
HandlerFunction<T extends ServerResponse> - Interface in org.springframework.web.reactive.function.server
Represents a function that handles a request.
HandlerFunction<T extends ServerResponse> - Interface in org.springframework.web.servlet.function
Represents a function that handles a request.
handlerFunctionAdapter() - Method in class org.springframework.web.reactive.config.WebFluxConfigurationSupport
 
handlerFunctionAdapter() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Returns a HandlerFunctionAdapter for processing requests through handler functions.
HandlerFunctionAdapter - Class in org.springframework.web.reactive.function.server.support
HandlerAdapter implementation that supports HandlerFunctions.
HandlerFunctionAdapter - Class in org.springframework.web.servlet.function.support
HandlerAdapter implementation that supports HandlerFunctions.
HandlerFunctionAdapter() - Constructor for class org.springframework.web.reactive.function.server.support.HandlerFunctionAdapter
 
HandlerFunctionAdapter() - Constructor for class org.springframework.web.servlet.function.support.HandlerFunctionAdapter
 
handlerInstantiator(HandlerInstantiator) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Customize the construction of Jackson handlers (JsonSerializer, JsonDeserializer, KeyDeserializer, TypeResolverBuilder and TypeIdResolver).
HandlerInterceptor - Interface in org.springframework.web.servlet
Workflow interface that allows for customized handler execution chains.
HandlerMapping - Interface in org.springframework.web.reactive
Interface to be implemented by objects that define a mapping between requests and handler objects.
HandlerMapping - Interface in org.springframework.web.servlet
Interface to be implemented by objects that define a mapping between requests and handler objects.
HandlerMappingIntrospector - Class in org.springframework.web.servlet.handler
Helper class to get information from the HandlerMapping that would serve a specific request.
HandlerMappingIntrospector() - Constructor for class org.springframework.web.servlet.handler.HandlerMappingIntrospector
 
HandlerMappingIntrospector.CachedResult - Class in org.springframework.web.servlet.handler
Container for a MatchableHandlerMapping and CorsConfiguration for a given request matched by dispatcher type and requestURI.
HandlerMethod - Class in org.springframework.messaging.handler
Encapsulates information about a handler method consisting of a method and a bean.
HandlerMethod - Class in org.springframework.web.method
Encapsulates information about a handler method consisting of a method and a bean.
HandlerMethod(Object, Method) - Constructor for class org.springframework.messaging.handler.HandlerMethod
Create an instance from a bean instance and a method.
HandlerMethod(Object, Method) - Constructor for class org.springframework.web.method.HandlerMethod
Create an instance from a bean instance and a method.
HandlerMethod(Object, Method, MessageSource) - Constructor for class org.springframework.web.method.HandlerMethod
Variant of HandlerMethod(Object, Method) that also accepts a MessageSource for use from subclasses.
HandlerMethod(Object, String, Class<?>...) - Constructor for class org.springframework.messaging.handler.HandlerMethod
Create an instance from a bean instance, method name, and parameter types.
HandlerMethod(Object, String, Class<?>...) - Constructor for class org.springframework.web.method.HandlerMethod
Create an instance from a bean instance, method name, and parameter types.
HandlerMethod(String, BeanFactory, Method) - Constructor for class org.springframework.messaging.handler.HandlerMethod
Create an instance from a bean name, a method, and a BeanFactory.
HandlerMethod(String, BeanFactory, Method) - Constructor for class org.springframework.web.method.HandlerMethod
Create an instance from a bean name, a method, and a BeanFactory.
HandlerMethod(String, BeanFactory, MessageSource, Method) - Constructor for class org.springframework.web.method.HandlerMethod
HandlerMethod(HandlerMethod) - Constructor for class org.springframework.messaging.handler.HandlerMethod
Copy constructor for use in subclasses.
HandlerMethod(HandlerMethod) - Constructor for class org.springframework.web.method.HandlerMethod
Copy constructor for use in subclasses.
HandlerMethodArgumentResolver - Interface in org.springframework.messaging.handler.invocation
Strategy interface for resolving method parameters into argument values in the context of a given Message.
HandlerMethodArgumentResolver - Interface in org.springframework.messaging.handler.invocation.reactive
Strategy interface for resolving method parameters into argument values in the context of a given Message.
HandlerMethodArgumentResolver - Interface in org.springframework.web.method.support
Strategy interface for resolving method parameters into argument values in the context of a given request.
HandlerMethodArgumentResolver - Interface in org.springframework.web.reactive.result.method
Strategy to resolve the argument value for a method parameter in the context of the current HTTP request.
HandlerMethodArgumentResolverComposite - Class in org.springframework.messaging.handler.invocation
Resolves method parameters by delegating to a list of registered HandlerMethodArgumentResolvers.
HandlerMethodArgumentResolverComposite - Class in org.springframework.messaging.handler.invocation.reactive
Resolves method parameters by delegating to a list of registered HandlerMethodArgumentResolvers.
HandlerMethodArgumentResolverComposite - Class in org.springframework.web.method.support
Resolves method parameters by delegating to a list of registered HandlerMethodArgumentResolvers.
HandlerMethodArgumentResolverComposite() - Constructor for class org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolverComposite
 
HandlerMethodArgumentResolverComposite() - Constructor for class org.springframework.messaging.handler.invocation.reactive.HandlerMethodArgumentResolverComposite
 
HandlerMethodArgumentResolverComposite() - Constructor for class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
 
HandlerMethodArgumentResolverSupport - Class in org.springframework.web.reactive.result.method
Base class for HandlerMethodArgumentResolver implementations with access to a ReactiveAdapterRegistry and methods to check for method parameter support.
HandlerMethodArgumentResolverSupport(ReactiveAdapterRegistry) - Constructor for class org.springframework.web.reactive.result.method.HandlerMethodArgumentResolverSupport
 
HandlerMethodMappingNamingStrategy<T> - Interface in org.springframework.web.servlet.handler
A strategy for assigning a name to a handler method's mapping.
HandlerMethodReturnValueHandler - Interface in org.springframework.messaging.handler.invocation
Strategy interface to handle the value returned from the invocation of a method handling a Message.
HandlerMethodReturnValueHandler - Interface in org.springframework.messaging.handler.invocation.reactive
Handle the return value from the invocation of an annotated Message handling method.
HandlerMethodReturnValueHandler - Interface in org.springframework.web.method.support
Strategy interface to handle the value returned from the invocation of a handler method.
HandlerMethodReturnValueHandlerComposite - Class in org.springframework.messaging.handler.invocation
A HandlerMethodReturnValueHandler that wraps and delegates to others.
HandlerMethodReturnValueHandlerComposite - Class in org.springframework.messaging.handler.invocation.reactive
A HandlerMethodReturnValueHandler that wraps and delegates to others.
HandlerMethodReturnValueHandlerComposite - Class in org.springframework.web.method.support
Handles method return values by delegating to a list of registered HandlerMethodReturnValueHandlers.
HandlerMethodReturnValueHandlerComposite() - Constructor for class org.springframework.messaging.handler.invocation.HandlerMethodReturnValueHandlerComposite
 
HandlerMethodReturnValueHandlerComposite() - Constructor for class org.springframework.messaging.handler.invocation.reactive.HandlerMethodReturnValueHandlerComposite
 
HandlerMethodReturnValueHandlerComposite() - Constructor for class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
 
handlerMethodsInitialized(Map<T, HandlerMethod>) - Method in class org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping
Invoked after all handler methods have been detected.
handlerMethodsInitialized(Map<T, HandlerMethod>) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Invoked after all handler methods have been detected.
HandlerMethodValidationException - Exception in org.springframework.web.method.annotation
HandlerMethodValidationException(MethodValidationResult) - Constructor for exception org.springframework.web.method.annotation.HandlerMethodValidationException
 
HandlerMethodValidationException(MethodValidationResult, Predicate<MethodParameter>, Predicate<MethodParameter>) - Constructor for exception org.springframework.web.method.annotation.HandlerMethodValidationException
 
HandlerMethodValidationException.Visitor - Interface in org.springframework.web.method.annotation
Contract to handle validation results with callbacks by controller method parameter type, with HandlerMethodValidationException.Visitor.other(org.springframework.validation.method.ParameterValidationResult) serving as the fallthrough.
HandlerMethodValidator - Class in org.springframework.web.method.annotation
MethodValidator that uses Bean Validation to validate @RequestMapping method arguments.
HandlerResult - Class in org.springframework.web.reactive
Represent the result of the invocation of a handler or a handler method.
HandlerResult(Object, Object, MethodParameter) - Constructor for class org.springframework.web.reactive.HandlerResult
Create a new HandlerResult.
HandlerResult(Object, Object, MethodParameter, BindingContext) - Constructor for class org.springframework.web.reactive.HandlerResult
Create a new HandlerResult.
HandlerResultHandler - Interface in org.springframework.web.reactive
Process the HandlerResult, usually returned by a HandlerAdapter.
HandlerResultHandlerSupport - Class in org.springframework.web.reactive.result
Base class for HandlerResultHandler with support for content negotiation and access to a ReactiveAdapter registry.
HandlerResultHandlerSupport(RequestedContentTypeResolver, ReactiveAdapterRegistry) - Constructor for class org.springframework.web.reactive.result.HandlerResultHandlerSupport
 
HandlerResultMatchers - Class in org.springframework.test.web.servlet.result
Factory for assertions on the selected handler or handler method.
HandlerResultMatchers() - Constructor for class org.springframework.test.web.servlet.result.HandlerResultMatchers
Protected constructor.
handlerStrategies(HandlerStrategies) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.RouterFunctionSpec
Configure handler strategies.
HandlerStrategies - Interface in org.springframework.web.reactive.function.server
Defines the strategies to be used for processing HandlerFunctions.
HandlerStrategies.Builder - Interface in org.springframework.web.reactive.function.server
A mutable builder for a HandlerStrategies.
handlerType(Class<?>) - Method in class org.springframework.test.web.servlet.result.HandlerResultMatchers
Assert the type of the handler that processed the request.
HandlerTypePredicate - Class in org.springframework.web.method
A Predicate to match request handling component types if any of the following selectors match: Base packages -- for selecting handlers by their package.
HandlerTypePredicate.Builder - Class in org.springframework.web.method
handleServerErrorException(ServerErrorException, HttpHeaders, HttpStatusCode, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.ResponseEntityExceptionHandler
Customize the handling of ServerErrorException.
handleServerWebInputException(ServerWebInputException, HttpHeaders, HttpStatusCode, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.ResponseEntityExceptionHandler
Customize the handling of ServerWebInputException.
handleServletRequestBindingException(ServletRequestBindingException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case when an unrecoverable binding exception occurs - e.g.
handleServletRequestBindingException(ServletRequestBindingException, HttpHeaders, HttpStatusCode, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the handling of ServletRequestBindingException.
handleSuccess(HttpServletRequest, HttpServletResponse, WebSocketEngine.UpgradeInfo, TyrusUpgradeResponse) - Method in class org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy
 
handleSuccess(HttpServletRequest, HttpServletResponse, WebSocketEngine.UpgradeInfo, TyrusUpgradeResponse) - Method in class org.springframework.web.socket.server.standard.GlassFishRequestUpgradeStrategy
 
handleSuccess(HttpServletRequest, HttpServletResponse, WebSocketEngine.UpgradeInfo, TyrusUpgradeResponse) - Method in class org.springframework.web.socket.server.standard.WebLogicRequestUpgradeStrategy
 
handleSuccessiveRequest(ServerHttpRequest, ServerHttpResponse, SockJsFrameFormat) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
Handle all requests, except the first one, to receive messages on a SockJS HTTP transport based session.
handleTextMessage(WebSocketSession, TextMessage) - Method in class org.springframework.web.socket.handler.AbstractWebSocketHandler
 
handleTextMessage(WebSocketSession, TextMessage) - Method in class org.springframework.web.socket.handler.BinaryWebSocketHandler
 
handleTextMessage(WebSocketSession, TextMessage) - Method in class org.springframework.web.socket.sockjs.transport.handler.SockJsWebSocketHandler
 
handleTimeout(NativeWebRequest, Callable<T>) - Method in interface org.springframework.web.context.request.async.CallableProcessingInterceptor
Invoked from a container thread when the async request times out before the Callable task completes.
handleTimeout(NativeWebRequest, Callable<T>) - Method in class org.springframework.web.context.request.async.TimeoutCallableProcessingInterceptor
 
handleTimeout(NativeWebRequest, DeferredResult<T>) - Method in interface org.springframework.web.context.request.async.DeferredResultProcessingInterceptor
Invoked from a container thread when an async request times out before the DeferredResult has been set.
handleTimeout(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.web.context.request.async.TimeoutDeferredResultProcessingInterceptor
 
handleTransportError(Throwable) - Method in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
 
handleTransportError(StompSession, Throwable) - Method in interface org.springframework.messaging.simp.stomp.StompSessionHandler
Handle a low level transport error which could be an I/O error or a failure to encode or decode a STOMP message.
handleTransportError(StompSession, Throwable) - Method in class org.springframework.messaging.simp.stomp.StompSessionHandlerAdapter
This implementation is empty.
handleTransportError(WebSocketSession, Throwable) - Method in class org.springframework.web.socket.handler.AbstractWebSocketHandler
 
handleTransportError(WebSocketSession, Throwable) - Method in class org.springframework.web.socket.handler.ExceptionWebSocketHandlerDecorator
 
handleTransportError(WebSocketSession, Throwable) - Method in class org.springframework.web.socket.handler.LoggingWebSocketHandlerDecorator
 
handleTransportError(WebSocketSession, Throwable) - Method in class org.springframework.web.socket.handler.PerConnectionWebSocketHandler
 
handleTransportError(WebSocketSession, Throwable) - Method in class org.springframework.web.socket.handler.WebSocketHandlerDecorator
 
handleTransportError(WebSocketSession, Throwable) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
 
handleTransportError(WebSocketSession, Throwable) - Method in class org.springframework.web.socket.sockjs.transport.handler.SockJsWebSocketHandler
 
handleTransportError(WebSocketSession, Throwable) - Method in interface org.springframework.web.socket.WebSocketHandler
Handle an error from the underlying WebSocket message transport.
handleTransportRequest(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, String, String) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
Handle a SockJS session URL (i.e.
handleTransportRequest(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, String, String) - Method in class org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService
 
handleTypeMismatch(TypeMismatchException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case when a WebDataBinder conversion error occurs.
handleTypeMismatch(TypeMismatchException, HttpHeaders, HttpStatusCode, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the handling of TypeMismatchException.
handleUncaughtException(Throwable, Method, Object...) - Method in interface org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler
Handle the given uncaught exception thrown from an asynchronous method.
handleUncaughtException(Throwable, Method, Object...) - Method in class org.springframework.aop.interceptor.SimpleAsyncUncaughtExceptionHandler
 
handleUnsatisfiedRequestParameterException(UnsatisfiedRequestParameterException, HttpHeaders, HttpStatusCode, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.ResponseEntityExceptionHandler
Customize the handling of UnsatisfiedRequestParameterException.
handleUnsupportedMediaTypeStatusException(UnsupportedMediaTypeStatusException, HttpHeaders, HttpStatusCode, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.ResponseEntityExceptionHandler
Customize the handling of UnsupportedMediaTypeStatusException.
handleWarnings(SQLWarning) - Method in class org.springframework.jdbc.core.JdbcTemplate
Throw a SQLWarningException if encountering an actual warning.
handleWarnings(Statement) - Method in class org.springframework.jdbc.core.JdbcTemplate
Handle the warnings for the given JDBC statement, if any.
handleWarnings(Statement, SQLException) - Method in class org.springframework.jdbc.core.JdbcTemplate
Handle warnings before propagating a primary SQLException from executing the given statement.
handleWebExchangeBindException(WebExchangeBindException, HttpHeaders, HttpStatusCode, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.ResponseEntityExceptionHandler
Customize the handling of WebExchangeBindException.
handleWebSocketVersionNotSupported(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.web.socket.server.support.AbstractHandshakeHandler
 
HandshakeFailureException - Exception in org.springframework.web.socket.server
Thrown when handshake processing failed to complete due to an internal, unrecoverable error.
HandshakeFailureException(String) - Constructor for exception org.springframework.web.socket.server.HandshakeFailureException
 
HandshakeFailureException(String, Throwable) - Constructor for exception org.springframework.web.socket.server.HandshakeFailureException
 
HandshakeHandler - Interface in org.springframework.web.socket.server
Contract for processing a WebSocket handshake request.
HandshakeInfo - Class in org.springframework.web.reactive.socket
Simple container of information related to the handshake request that started the WebSocketSession session.
HandshakeInfo(URI, HttpHeaders, MultiValueMap<String, HttpCookie>, Mono<Principal>, String, InetSocketAddress, Map<String, Object>, String) - Constructor for class org.springframework.web.reactive.socket.HandshakeInfo
Constructor targeting server-side use with extra information such as the cookies, remote address, attributes, and a log prefix.
HandshakeInfo(URI, HttpHeaders, Mono<Principal>, String) - Constructor for class org.springframework.web.reactive.socket.HandshakeInfo
Constructor with basic information about the handshake.
HandshakeInfo(URI, HttpHeaders, Mono<Principal>, String, InetSocketAddress, Map<String, Object>, String) - Constructor for class org.springframework.web.reactive.socket.HandshakeInfo
HandshakeInterceptor - Interface in org.springframework.web.socket.server
Interceptor for WebSocket handshake requests.
HandshakeInterceptorChain - Class in org.springframework.web.socket.server.support
A helper class that assists with invoking a list of handshake interceptors.
HandshakeInterceptorChain(List<HandshakeInterceptor>, WebSocketHandler) - Constructor for class org.springframework.web.socket.server.support.HandshakeInterceptorChain
 
HandshakeWebSocketService - Class in org.springframework.web.reactive.socket.server.support
WebSocketService implementation that handles a WebSocket HTTP handshake request by delegating to a RequestUpgradeStrategy which is either auto-detected (no-arg constructor) from the classpath but can also be explicitly configured.
HandshakeWebSocketService() - Constructor for class org.springframework.web.reactive.socket.server.support.HandshakeWebSocketService
Default constructor automatic, classpath detection based discovery of the RequestUpgradeStrategy to use.
HandshakeWebSocketService(RequestUpgradeStrategy) - Constructor for class org.springframework.web.reactive.socket.server.support.HandshakeWebSocketService
Alternative constructor with the RequestUpgradeStrategy to use.
hasAdapters() - Method in class org.springframework.core.ReactiveAdapterRegistry
Return whether the registry has any adapters.
hasAlias(String, String) - Method in class org.springframework.core.SimpleAliasRegistry
Determine whether the given name has the given alias registered.
hasAncestorOfType(Tag, Class<?>) - Static method in class org.springframework.web.util.TagUtils
Determine whether the supplied Tag has any ancestor tag of the supplied type.
hasAnnotatedMethods(String) - Method in interface org.springframework.core.type.AnnotationMetadata
Determine whether the underlying class has any methods that are annotated (or meta-annotated) with the given annotation type.
hasAnnotatedMethods(String) - Method in class org.springframework.core.type.StandardAnnotationMetadata
 
hasAnnotation(Class<?>, Class<? extends Annotation>) - Static method in class org.springframework.test.context.TestContextAnnotationUtils
Determine if an annotation of the specified annotationType is present or meta-present on the supplied Class according to the search algorithm used in TestContextAnnotationUtils.findMergedAnnotation(Class, Class).
hasAnnotation(Class<? extends Annotation>) - Method in class org.springframework.core.convert.TypeDescriptor
Determine if this type descriptor has the specified annotation.
hasAnnotation(AnnotatedElement, Class<? extends Annotation>) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
Determine if an annotation of the specified annotationType is available on the supplied AnnotatedElement or within the annotation hierarchy above the specified element.
hasAnnotation(String) - Method in interface org.springframework.core.type.AnnotationMetadata
Determine whether an annotation of the given type is directly present on the underlying class.
hasAnnotation(String) - Method in class org.springframework.core.type.filter.AnnotationTypeFilter
 
hasApplicationContext() - Method in class org.springframework.test.context.support.DefaultTestContext
Determine if the application context for this test context is present in the context cache.
hasApplicationContext() - Method in interface org.springframework.test.context.TestContext
Determine if the application context for this test context is known to be available.
hasAtLeastOneMethodWithName(Class<?>, String) - Static method in class org.springframework.util.ClassUtils
Does the given class or one of its superclasses at least have one or more methods with the supplied name (with any argument types)? Includes non-public methods.
hasAttribute(String) - Method in interface org.springframework.core.AttributeAccessor
Return true if the attribute identified by name exists.
hasAttribute(String) - Method in class org.springframework.core.AttributeAccessorSupport
 
hasAttribute(String) - Method in class org.springframework.test.context.support.DefaultTestContext
 
hasBaseUri() - Method in class org.springframework.web.util.DefaultUriBuilderFactory
Determine whether this factory has been configured with a base URI.
hasBeanClass() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return whether this definition specifies a bean class.
hasBeanCreationStarted() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Check whether this factory's bean creation phase already started, i.e.
hasBeanFactory() - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
Determine whether this context currently holds a bean factory, i.e.
hasBeforeDeliveryBeenCalled() - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
Return whether the AbstractMessageEndpointFactory.AbstractMessageEndpoint.beforeDelivery(java.lang.reflect.Method) method of this endpoint has already been called.
hasBody() - Method in class org.springframework.http.HttpEntity
Indicates whether this entity has a body.
hasBody() - Method in class org.springframework.web.service.invoker.HttpRequestValues.Builder
 
hasBody() - Method in class org.springframework.web.service.invoker.ReactiveHttpRequestValues.Builder
 
hasCachedPath(ServletRequest) - Static method in class org.springframework.web.util.ServletRequestPathUtils
Check for a previously resolved String lookupPath or a previously parsed RequestPath.
hasClasses() - Method in class org.springframework.test.context.ContextConfigurationAttributes
Determine if this ContextConfigurationAttributes instance has class-based resources.
hasClasses() - Method in class org.springframework.test.context.MergedContextConfiguration
Determine if this MergedContextConfiguration instance has class-based resources.
hasCodecConfigurer() - Method in class org.springframework.web.server.adapter.WebHttpHandlerBuilder
Whether a ServerCodecConfigurer is configured or not, either detected from an ApplicationContext or explicitly configured via WebHttpHandlerBuilder.codecConfigurer.
hasConcurrentResult() - Method in class org.springframework.web.context.request.async.WebAsyncManager
Return whether a result value exists as a result of concurrent handling.
hasConnection() - Method in class org.springframework.jdbc.datasource.ConnectionHolder
Return whether this holder currently has a Connection.
hasConnection() - Method in class org.springframework.r2dbc.connection.ConnectionHolder
Return whether this holder currently has a Connection.
hasConnectionHolder() - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
Check whether this transaction object has a ConnectionHolder.
hasConstructor(Class<?>, Class<?>...) - Static method in class org.springframework.util.ClassUtils
Determine whether the given class has a public constructor with the given signature.
hasConstructorArgumentValues() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return if there are constructor argument values defined for this bean.
hasConstructorArgumentValues() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return if there are constructor argument values defined for this bean.
hasContent(CharSequence) - Method in class org.springframework.core.test.tools.DynamicFileAssert
Verify that the actual content is equal to the given one.
hasContributors() - Method in class org.springframework.web.method.support.CompositeUriComponentsContributor
Determine if this CompositeUriComponentsContributor has any contributors.
hasCorsConfigurationSource(Object) - Method in class org.springframework.web.reactive.handler.AbstractHandlerMapping
Return true if there is a CorsConfigurationSource for this handler.
hasCorsConfigurationSource(Object) - Method in class org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping
 
hasCorsConfigurationSource(Object) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Return true if there is a CorsConfigurationSource for this handler.
hasCorsConfigurationSource(Object) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
 
hasCount(long) - Method in class org.springframework.aot.test.agent.RuntimeHintsInvocationsAssert
Verifies that the count of recorded invocations match the expected one.
hasCustomEditorForElement(Class<?>, String) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
Determine whether this registry contains a custom editor for the specified array/collection element.
hasDefaultValue(String) - Method in interface org.springframework.core.annotation.MergedAnnotation
Determine if the specified attribute name has a default value when compared to the annotation declaration.
hasDependentBean(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Determine whether a dependent bean has been registered for the given name.
hasDestructionAwareBeanPostProcessors() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return whether this factory holds a DestructionAwareBeanPostProcessor that will get applied to singleton beans on shutdown.
hasEmbeddedValueResolver() - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Determine whether an embedded value resolver has been registered with this bean factory, to be applied through ConfigurableBeanFactory.resolveEmbeddedValue(String).
hasEmbeddedValueResolver() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
hasEnclosingClass() - Method in interface org.springframework.core.type.ClassMetadata
Return whether the underlying class is declared within an enclosing class (i.e.
hasError(int) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
hasError(ClientHttpResponse) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
Delegates to DefaultResponseErrorHandler.hasError(HttpStatusCode) with the response status code.
hasError(ClientHttpResponse) - Method in interface org.springframework.web.client.ResponseErrorHandler
Indicate whether the given response has any errors.
hasError(HttpStatusCode) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
hasError(HttpStatusCode) - Method in class org.springframework.web.client.ExtractingResponseErrorHandler
 
hasErrors() - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
Assert the model has errors.
hasErrors() - Method in class org.springframework.validation.AbstractBindingResult
 
hasErrors() - Method in exception org.springframework.validation.BindException
 
hasErrors() - Method in interface org.springframework.validation.Errors
Determine if there were any errors.
hasErrors() - Method in interface org.springframework.validation.method.MethodValidationResult
Whether the result contains any validation errors.
hasErrors() - Method in class org.springframework.validation.method.ParameterErrors
 
hasErrors() - Method in class org.springframework.web.bind.EscapedErrors
 
hasErrors() - Method in exception org.springframework.web.bind.support.WebExchangeBindException
 
hasExceptionHandler() - Method in class org.springframework.web.reactive.HandlerResult
Deprecated, for removal: This API element is subject to removal in a future version.
in favor of checking via HandlerResult.getExceptionHandler()
hasExceptionMappings() - Method in class org.springframework.messaging.handler.invocation.AbstractExceptionHandlerMethodResolver
Whether the contained type has any exception mappings.
hasExceptionMappings() - Method in class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
Whether the contained type has any exception mappings.
hasFieldErrors() - Method in exception org.springframework.validation.BindException
 
hasFieldErrors() - Method in interface org.springframework.validation.Errors
Determine if there were any errors associated with a field.
hasFieldErrors() - Method in class org.springframework.validation.method.ParameterErrors
 
hasFieldErrors() - Method in class org.springframework.web.bind.EscapedErrors
 
hasFieldErrors() - Method in exception org.springframework.web.bind.support.WebExchangeBindException
 
hasFieldErrors(String) - Method in exception org.springframework.validation.BindException
 
hasFieldErrors(String) - Method in interface org.springframework.validation.Errors
Determine if there were any errors associated with the given field.
hasFieldErrors(String) - Method in class org.springframework.validation.method.ParameterErrors
 
hasFieldErrors(String) - Method in class org.springframework.web.bind.EscapedErrors
 
hasFieldErrors(String) - Method in exception org.springframework.web.bind.support.WebExchangeBindException
 
hasFlags(int) - Method in class org.springframework.asm.ClassWriter
Returns true if all the given flags were passed to the constructor.
hasForwardedHeaders(ServerHttpRequest) - Method in class org.springframework.web.server.adapter.ForwardedHeaderTransformer
Whether the request has any Forwarded headers.
hasForwardedHeaderTransformer() - Method in class org.springframework.web.server.adapter.WebHttpHandlerBuilder
Whether a ForwardedHeaderTransformer is configured or not, either detected from an ApplicationContext or explicitly configured via WebHttpHandlerBuilder.forwardedHeaderTransformer(ForwardedHeaderTransformer).
hasGenerics() - Method in class org.springframework.core.ResolvableType
Return true if this type contains generic parameters.
hasGlobalErrors() - Method in exception org.springframework.validation.BindException
 
hasGlobalErrors() - Method in interface org.springframework.validation.Errors
Determine if there were any global errors.
hasGlobalErrors() - Method in class org.springframework.validation.method.ParameterErrors
 
hasGlobalErrors() - Method in class org.springframework.web.bind.EscapedErrors
 
hasGlobalErrors() - Method in exception org.springframework.web.bind.support.WebExchangeBindException
 
hasGlobalExceptionHandlers() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver
Whether this resolver has global exception handlers, e.g.
hasGlobalExceptionHandlers() - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
 
HASH_ASM_TYPE - Static variable in class org.springframework.cglib.core.KeyFactory
Type.hashCode() is very expensive as it traverses full descriptor to calculate hash code.
hash_code(CodeEmitter, Type, int, Customizer) - Static method in class org.springframework.cglib.core.EmitUtils
hash_code(CodeEmitter, Type, int, CustomizerRegistry) - Static method in class org.springframework.cglib.core.EmitUtils
 
HASH_CODE_KEY - Static variable in class org.springframework.jmx.export.naming.IdentityNamingStrategy
The hash code key.
hasHandlerMappings() - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
hashCode() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
 
hashCode() - Method in class org.springframework.aop.aspectj.AspectJPointcutAdvisor
 
hashCode() - Method in class org.springframework.aop.aspectj.TypePatternClassFilter
 
hashCode() - Method in class org.springframework.aop.support.AbstractPointcutAdvisor
 
hashCode() - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
 
hashCode() - Method in class org.springframework.aop.support.annotation.AnnotationClassFilter
 
hashCode() - Method in class org.springframework.aop.support.annotation.AnnotationMatchingPointcut
 
hashCode() - Method in class org.springframework.aop.support.annotation.AnnotationMethodMatcher
 
hashCode() - Method in class org.springframework.aop.support.ComposablePointcut
 
hashCode() - Method in class org.springframework.aop.support.ControlFlowPointcut
 
hashCode() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
hashCode() - Method in class org.springframework.aop.support.NameMatchMethodPointcut
 
hashCode() - Method in class org.springframework.aop.support.RootClassFilter
 
hashCode() - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
 
hashCode() - Method in class org.springframework.aop.target.EmptyTargetSource
 
hashCode() - Method in class org.springframework.aop.target.HotSwappableTargetSource
 
hashCode() - Method in class org.springframework.aop.target.SingletonTargetSource
SingletonTargetSource uses the hash code of the target object.
hashCode() - Method in class org.springframework.aot.agent.MethodReference
 
hashCode() - Method in class org.springframework.aot.hint.AbstractTypeReference
 
hashCode() - Method in class org.springframework.aot.hint.JavaSerializationHint
 
hashCode() - Method in class org.springframework.aot.hint.JdkProxyHint
 
hashCode() - Method in class org.springframework.aot.hint.ResourceBundleHint
 
hashCode() - Method in class org.springframework.aot.hint.ResourcePatternHint
 
hashCode() - Method in class org.springframework.asm.ConstantDynamic
 
hashCode() - Method in class org.springframework.asm.Handle
 
hashCode() - Method in class org.springframework.asm.Type
Returns a hash code value for this type.
hashCode() - Method in class org.springframework.beans.BeanMetadataAttribute
 
hashCode() - Method in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
 
hashCode() - Method in class org.springframework.beans.factory.config.AutowiredPropertyMarker
 
hashCode() - Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
 
hashCode() - Method in class org.springframework.beans.factory.config.BeanExpressionContext
 
hashCode() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
 
hashCode() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
 
hashCode() - Method in class org.springframework.beans.factory.config.RuntimeBeanNameReference
 
hashCode() - Method in class org.springframework.beans.factory.config.RuntimeBeanReference
 
hashCode() - Method in class org.springframework.beans.factory.config.TypedStringValue
 
hashCode() - Method in class org.springframework.beans.factory.InjectionPoint
 
hashCode() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
hashCode() - Method in class org.springframework.beans.factory.support.ChildBeanDefinition
 
hashCode() - Method in class org.springframework.beans.factory.support.LookupOverride
 
hashCode() - Method in class org.springframework.beans.factory.support.MethodOverride
 
hashCode() - Method in class org.springframework.beans.factory.support.MethodOverrides
 
hashCode() - Method in class org.springframework.beans.factory.support.ReplaceOverride
 
hashCode() - Method in class org.springframework.beans.MutablePropertyValues
 
hashCode() - Method in class org.springframework.beans.PropertyValue
 
hashCode() - Method in class org.springframework.beans.support.MutableSortDefinition
 
hashCode() - Method in class org.springframework.cache.annotation.AnnotationCacheOperationSource
 
hashCode() - Method in class org.springframework.cache.annotation.SpringCacheAnnotationParser
 
hashCode() - Method in class org.springframework.cache.interceptor.CacheOperation
This implementation returns toString()'s hash code.
hashCode() - Method in class org.springframework.cache.interceptor.NameMatchCacheOperationSource
 
hashCode() - Method in class org.springframework.cache.interceptor.SimpleKey
 
hashCode() - Method in class org.springframework.cache.jcache.interceptor.JCacheOperationSourcePointcut
Deprecated.
 
hashCode() - Method in class org.springframework.cache.support.NullValue
 
hashCode() - Method in class org.springframework.cache.support.SimpleValueWrapper
 
hashCode() - Method in class org.springframework.cglib.beans.BeanMap
 
hashCode() - Method in class org.springframework.cglib.core.ClassInfo
 
hashCode() - Method in class org.springframework.cglib.core.DefaultNamingPolicy
 
hashCode() - Method in class org.springframework.cglib.core.MethodInfo
 
hashCode() - Method in class org.springframework.cglib.core.Signature
 
hashCode() - Method in class org.springframework.cglib.core.WeakCacheKey
 
hashCode() - Method in class org.springframework.cglib.proxy.CallbackHelper
 
hashCode() - Method in class org.springframework.cglib.reflect.FastClass
 
hashCode() - Method in class org.springframework.cglib.reflect.FastMember
 
hashCode() - Method in class org.springframework.cglib.reflect.MethodDelegate
 
hashCode() - Method in class org.springframework.context.annotation.DeferredImportSelector.Group.Entry
 
hashCode() - Method in class org.springframework.context.expression.AnnotatedElementKey
 
hashCode() - Method in class org.springframework.context.expression.CachedExpressionEvaluator.ExpressionKey
 
hashCode() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
 
hashCode() - Method in class org.springframework.core.annotation.AnnotatedMethod
 
hashCode() - Method in class org.springframework.core.annotation.RepeatableContainers
 
hashCode() - Method in class org.springframework.core.AttributeAccessorSupport
 
hashCode() - Method in class org.springframework.core.convert.converter.GenericConverter.ConvertiblePair
 
hashCode() - Method in class org.springframework.core.convert.Property
 
hashCode() - Method in class org.springframework.core.convert.TypeDescriptor
 
hashCode() - Method in class org.springframework.core.env.PropertySource
Return a hash code derived from the name property of this PropertySource object.
hashCode() - Method in class org.springframework.core.io.AbstractResource
This implementation returns the description's hash code.
hashCode() - Method in class org.springframework.core.io.buffer.DefaultDataBuffer
 
hashCode() - Method in class org.springframework.core.io.buffer.Netty5DataBuffer
 
hashCode() - Method in class org.springframework.core.io.buffer.NettyDataBuffer
 
hashCode() - Method in class org.springframework.core.io.ByteArrayResource
This implementation returns the hash code based on the underlying byte array.
hashCode() - Method in class org.springframework.core.io.ClassPathResource
This implementation returns the hash code of the underlying class path location.
hashCode() - Method in class org.springframework.core.io.DescriptiveResource
This implementation returns the hash code of the underlying description String.
hashCode() - Method in class org.springframework.core.io.FileSystemResource
This implementation returns the hash code of the underlying file path.
hashCode() - Method in class org.springframework.core.io.InputStreamResource
This implementation returns the hash code of the underlying InputStream.
hashCode() - Method in class org.springframework.core.io.ModuleResource
 
hashCode() - Method in class org.springframework.core.io.PathResource
This implementation returns the hash code of the underlying Path reference.
hashCode() - Method in class org.springframework.core.io.support.EncodedResource
 
hashCode() - Method in record class org.springframework.core.io.support.PropertySourceDescriptor
Returns a hash code value for this object.
hashCode() - Method in class org.springframework.core.io.UrlResource
This implementation returns the hash code of the underlying URL reference.
hashCode() - Method in class org.springframework.core.io.VfsResource
 
hashCode() - Method in class org.springframework.core.MethodClassKey
 
hashCode() - Method in class org.springframework.core.MethodParameter
 
hashCode() - Method in class org.springframework.core.ParameterizedTypeReference
 
hashCode() - Method in class org.springframework.core.ReactiveTypeDescriptor
 
hashCode() - Method in class org.springframework.core.ResolvableType
 
hashCode() - Method in class org.springframework.core.test.tools.ClassFiles
 
hashCode() - Method in class org.springframework.core.test.tools.DynamicFile
 
hashCode() - Method in class org.springframework.core.test.tools.ResourceFiles
 
hashCode() - Method in class org.springframework.core.test.tools.SourceFiles
 
hashCode() - Method in class org.springframework.core.type.StandardClassMetadata
 
hashCode() - Method in class org.springframework.core.type.StandardMethodMetadata
 
hashCode() - Method in class org.springframework.expression.TypedValue
 
hashCode() - Method in class org.springframework.http.ContentDisposition
 
hashCode() - Method in class org.springframework.http.HttpCookie
 
hashCode() - Method in class org.springframework.http.HttpEntity
 
hashCode() - Method in class org.springframework.http.HttpHeaders
 
hashCode() - Method in class org.springframework.http.HttpMethod
 
hashCode() - Method in class org.springframework.http.ProblemDetail
 
hashCode() - Method in class org.springframework.http.RequestEntity
 
hashCode() - Method in class org.springframework.http.RequestEntity.UriTemplateRequestEntity
 
hashCode() - Method in class org.springframework.http.ResponseCookie
 
hashCode() - Method in class org.springframework.http.ResponseEntity
 
hashCode() - Method in class org.springframework.jms.support.QosSettings
 
hashCode() - Method in class org.springframework.jmx.support.NotificationListenerHolder
 
hashCode() - Method in class org.springframework.mail.SimpleMailMessage
 
hashCode() - Method in class org.springframework.messaging.handler.AbstractMessageCondition
 
hashCode() - Method in class org.springframework.messaging.handler.CompositeMessageCondition
 
hashCode() - Method in class org.springframework.messaging.handler.HandlerMethod
 
hashCode() - Method in class org.springframework.messaging.MessageHeaders
 
hashCode() - Method in class org.springframework.messaging.simp.SimpMessageMappingInfo
 
hashCode() - Method in class org.springframework.messaging.simp.stomp.StompHeaders
 
hashCode() - Method in class org.springframework.messaging.support.GenericMessage
 
hashCode() - Method in class org.springframework.orm.hibernate5.SpringFlushSynchronization
 
hashCode() - Method in class org.springframework.r2dbc.core.Parameter
Deprecated.
 
hashCode() - Method in class org.springframework.scheduling.support.CronExpression
 
hashCode() - Method in class org.springframework.scheduling.support.CronTrigger
 
hashCode() - Method in class org.springframework.scheduling.support.PeriodicTrigger
 
hashCode() - Method in class org.springframework.test.context.ContextConfigurationAttributes
Generate a unique hash code for all properties of this ContextConfigurationAttributes instance excluding the name.
hashCode() - Method in class org.springframework.test.context.MergedContextConfiguration
Generate a unique hash code for all properties of this MergedContextConfiguration excluding the test class.
hashCode() - Method in class org.springframework.test.context.web.WebMergedContextConfiguration
Generate a unique hash code for all properties of this WebMergedContextConfiguration excluding the test class.
hashCode() - Method in class org.springframework.test.web.reactive.server.JsonPathAssertions
 
hashCode() - Method in class org.springframework.test.web.reactive.server.XpathAssertions
 
hashCode() - Method in class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
 
hashCode() - Method in class org.springframework.transaction.annotation.Ejb3TransactionAnnotationParser
 
hashCode() - Method in class org.springframework.transaction.annotation.JtaTransactionAnnotationParser
 
hashCode() - Method in class org.springframework.transaction.annotation.SpringTransactionAnnotationParser
 
hashCode() - Method in class org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
 
hashCode() - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
 
hashCode() - Method in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
 
hashCode() - Method in class org.springframework.transaction.interceptor.RollbackRuleAttribute
 
hashCode() - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
This implementation returns toString()'s hash code.
hashCode() - Method in class org.springframework.transaction.support.DelegatingTransactionDefinition
 
hashCode() - Method in class org.springframework.util.AutoPopulatingList
 
hashCode() - Method in class org.springframework.util.comparator.BooleanComparator
 
hashCode() - Method in class org.springframework.util.comparator.NullSafeComparator
Deprecated.
 
hashCode() - Method in class org.springframework.util.ConcurrentReferenceHashMap.Entry
 
hashCode() - Method in class org.springframework.util.LinkedCaseInsensitiveMap
 
hashCode() - Method in class org.springframework.util.MimeType
 
hashCode() - Method in class org.springframework.util.MultiValueMapAdapter
 
hashCode() - Method in class org.springframework.util.unit.DataSize
 
hashCode() - Method in class org.springframework.validation.AbstractBindingResult
 
hashCode() - Method in exception org.springframework.validation.BindException
 
hashCode() - Method in class org.springframework.validation.FieldError
 
hashCode() - Method in class org.springframework.validation.method.ParameterValidationResult
 
hashCode() - Method in class org.springframework.validation.ObjectError
 
hashCode() - Method in class org.springframework.validation.SimpleErrors
 
hashCode() - Method in exception org.springframework.web.bind.support.WebExchangeBindException
 
hashCode() - Method in class org.springframework.web.context.support.ServletContextResource
This implementation returns the hash code of the underlying ServletContext resource location.
hashCode() - Method in class org.springframework.web.method.ControllerAdviceBean
 
hashCode() - Method in class org.springframework.web.method.HandlerMethod
 
hashCode() - Method in class org.springframework.web.reactive.function.client.ExchangeFilterFunctions.Credentials
Deprecated.
 
hashCode() - Method in class org.springframework.web.reactive.result.condition.AbstractRequestCondition
 
hashCode() - Method in class org.springframework.web.reactive.result.method.RequestMappingInfo
 
hashCode() - Method in class org.springframework.web.reactive.socket.CloseStatus
 
hashCode() - Method in class org.springframework.web.reactive.socket.WebSocketMessage
 
hashCode() - Method in class org.springframework.web.servlet.FlashMap
 
hashCode() - Method in class org.springframework.web.servlet.mvc.condition.AbstractRequestCondition
 
hashCode() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
 
hashCode() - Method in class org.springframework.web.socket.AbstractWebSocketMessage
 
hashCode() - Method in class org.springframework.web.socket.CloseStatus
 
hashCode() - Method in class org.springframework.web.socket.sockjs.frame.SockJsFrame
 
hashCode() - Method in class org.springframework.web.socket.WebSocketExtension
 
hashCode() - Method in class org.springframework.web.socket.WebSocketHttpHeaders
 
hashCode() - Method in class org.springframework.web.util.pattern.PathPattern
 
HashCodeCustomizer - Interface in org.springframework.cglib.core
 
hasHttpHandlerDecorator() - Method in class org.springframework.web.server.adapter.WebHttpHandlerBuilder
Whether a decorator for HttpHandler is configured or not via WebHttpHandlerBuilder.httpHandlerDecorator(Function).
hasIndexedArgumentValue(int) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Check whether an argument value has been registered for the given index.
hasInstantiationAwareBeanPostProcessors() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return whether this factory holds a InstantiationAwareBeanPostProcessor that will get applied to singleton beans on creation.
hasInterceptors() - Method in class org.springframework.messaging.simp.config.ChannelRegistration
 
hasJsonPath() - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
Evaluate the JSON path expression against the response content and assert that a value, possibly null, exists.
hasJsonPath() - Method in class org.springframework.test.web.reactive.server.JsonPathAssertions
hasJsonPath() - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
Evaluate the JSON path expression against the response content and assert that a value, possibly null, exists.
hasJsonPath(String) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
Evaluate the JSON path expression against the supplied content and assert that a value, possibly null, exists.
hasLength(CharSequence) - Static method in class org.springframework.util.StringUtils
Check that the given CharSequence is neither null nor of length 0.
hasLength(String) - Static method in class org.springframework.util.StringUtils
Check that the given String is neither null nor of length 0.
hasLength(String, String) - Static method in class org.springframework.util.Assert
Assert that the given String is not empty; that is, it must not be null and not the empty String.
hasLength(String, Supplier<String>) - Static method in class org.springframework.util.Assert
Assert that the given String is not empty; that is, it must not be null and not the empty String.
hasLocaleContextResolver() - Method in class org.springframework.web.server.adapter.WebHttpHandlerBuilder
Whether a LocaleContextResolver is configured or not, either detected from an ApplicationContext or explicitly configured via WebHttpHandlerBuilder.localeContextResolver.
hasLocations() - Method in class org.springframework.test.context.ContextConfigurationAttributes
Determine if this ContextConfigurationAttributes instance has path-based resource locations.
hasLocations() - Method in class org.springframework.test.context.MergedContextConfiguration
Determine if this MergedContextConfiguration instance has path-based context resource locations.
hasMappingForPattern(String) - Method in class org.springframework.web.reactive.config.ResourceHandlerRegistry
Whether a resource handler has already been registered for the given path pattern.
hasMappingForPattern(String) - Method in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
Whether a resource handler has already been registered for the given path pattern.
hasMetaAnnotation(String) - Method in interface org.springframework.core.type.AnnotationMetadata
Determine whether the underlying class has an annotation that is itself annotated with the meta-annotation of the given type.
hasMetaAnnotationTypes(AnnotatedElement, Class<? extends Annotation>) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
Determine if the supplied AnnotatedElement is annotated with a composed annotation that is meta-annotated with an annotation of the specified annotationType.
hasMetaAnnotationTypes(AnnotatedElement, String) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
Determine if the supplied AnnotatedElement is annotated with a composed annotation that is meta-annotated with an annotation of the specified annotationName.
hasMethod(Class<?>, Method) - Static method in class org.springframework.util.ClassUtils
Determine whether the given class has a public method with the given signature.
hasMethod(Class<?>, String, Class<?>...) - Static method in class org.springframework.util.ClassUtils
Determine whether the given class has a public method with the given signature.
hasMethodAnnotation(Class<A>) - Method in class org.springframework.core.annotation.AnnotatedMethod
Determine if an annotation of the given type is present or meta-present on the method.
hasMethodAnnotation(Class<A>) - Method in class org.springframework.core.MethodParameter
Return whether the method/constructor is annotated with the given type.
hasMethodAnnotation(Class<T>) - Method in class org.springframework.core.annotation.AnnotatedMethod.AnnotatedMethodParameter
 
hasMethodOverrides() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return if there are method overrides defined for this bean.
hasNext() - Method in class org.springframework.util.CompositeIterator
 
hasNoErrors() - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
Assert the model has no errors.
hasNonDefaultValue(String) - Method in interface org.springframework.core.annotation.MergedAnnotation
Determine if the specified attribute name has a non-default value when compared to the annotation declaration.
hasOriginalRequestAndResponse() - Method in class org.springframework.mock.web.MockAsyncContext
 
hasParameterAnnotation(Class<A>) - Method in class org.springframework.core.MethodParameter
Return whether the parameter is declared with the given annotation type.
hasParameterAnnotations() - Method in class org.springframework.core.MethodParameter
Return true if the parameter has at least one annotation, false if it has none.
hasParsedRequestPath(ServletRequest) - Static method in class org.springframework.web.util.ServletRequestPathUtils
Check for a previously parsed and cached RequestPath.
hasParts() - Method in class org.springframework.web.service.invoker.HttpRequestValues.Builder
 
hasParts() - Method in class org.springframework.web.service.invoker.ReactiveHttpRequestValues.Builder
 
hasPatternSyntax() - Method in class org.springframework.web.util.pattern.PathPattern
Whether the pattern string contains pattern syntax that would require use of PathPattern.matches(PathContainer), or if it is a regular String that could be compared directly to others.
hasPropertyOverridesFor(String) - Method in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
Were there overrides for this bean? Only valid after processing has occurred at least once.
hasPropertyValues() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return if there are property values defined for this bean.
hasPropertyValues() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return if there are property values defined for this bean.
hasQualifier(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return whether this bean has the specified qualifier.
hasQualifier(DependencyDescriptor) - Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
Determine whether the given dependency declares a qualifier annotation.
hasQualifier(DependencyDescriptor) - Method in interface org.springframework.beans.factory.support.AutowireCandidateResolver
Determine whether the given descriptor declares a qualifier beyond the type (typically - but not necessarily - a specific kind of annotation).
hasQualifier(DependencyDescriptor) - Method in class org.springframework.beans.factory.support.SimpleAutowireCandidateResolver
 
hasRegistrations() - Method in class org.springframework.web.reactive.config.ViewResolverRegistry
Whether any view resolvers have been registered.
hasRegistrations() - Method in class org.springframework.web.servlet.config.annotation.ViewResolverRegistry
Whether any view resolvers have been registered.
hasRemainingCount() - Method in class org.springframework.test.web.client.DefaultRequestExpectation
 
hasRemainingCount() - Method in class org.springframework.test.web.client.DefaultRequestExpectation.RequestCount
 
hasRemainingCount() - Method in interface org.springframework.test.web.client.RequestExpectation
Whether there is a remaining count of invocations for this expectation.
hasResource(Object) - Method in class org.springframework.transaction.reactive.TransactionSynchronizationManager
Check if there is a resource for the given key bound to the current context.
hasResource(Object) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Check if there is a resource for the given key bound to the current thread.
hasResources() - Method in class org.springframework.test.context.ContextConfigurationAttributes
Determine if this ContextConfigurationAttributes instance has either path-based resource locations or class-based resources.
hasResources() - Method in class org.springframework.test.context.MergedContextConfiguration
Determine if this MergedContextConfiguration instance has either path-based context resource locations or class-based resources.
hasResult() - Method in class org.springframework.web.context.request.async.DeferredResult
Return true if the DeferredResult has been set.
hasSavepoint() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
 
hasSavepoint() - Method in interface org.springframework.transaction.TransactionStatus
Return whether this transaction internally carries a savepoint, that is, has been created as nested transaction based on a savepoint.
hasSessionAttributes() - Method in class org.springframework.web.method.annotation.SessionAttributesHandler
Whether the controller represented by this instance has declared any session attributes through an SessionAttributes annotation.
hasSessionManager() - Method in class org.springframework.web.server.adapter.WebHttpHandlerBuilder
Whether a WebSessionManager is configured or not, either detected from an ApplicationContext or explicitly configured via WebHttpHandlerBuilder.sessionManager.
hasSessions() - Method in interface org.springframework.messaging.simp.user.SimpUser
Whether the user has any sessions.
hasSize(int) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ListBodySpec
Assert the extracted list of values is of the given size.
hasSubmitParameter(ServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
Check if a specific input type="submit" parameter was sent in the request, either via a button (directly with name) or via an image (name + ".x" or name + ".y").
hasSubscription(MessageHandler) - Method in class org.springframework.messaging.support.AbstractSubscribableChannel
 
hasSuperClass() - Method in interface org.springframework.core.type.ClassMetadata
Return whether the underlying class has a superclass.
hasTargetType() - Method in class org.springframework.beans.factory.config.TypedStringValue
Return whether this typed String value carries a target type.
hasTaskExecutor() - Method in class org.springframework.messaging.simp.config.ChannelRegistration
 
hasTasks() - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Return whether this ScheduledTaskRegistrar has any tasks registered.
hasText(CharSequence) - Static method in class org.springframework.util.StringUtils
Check whether the given CharSequence contains actual text.
hasText(String) - Static method in class org.springframework.util.StringUtils
Check whether the given String contains actual text.
hasText(String, String) - Static method in class org.springframework.util.Assert
Assert that the given String contains valid text content; that is, it must not be null and must contain at least one non-whitespace character.
hasText(String, Supplier<String>) - Static method in class org.springframework.util.Assert
Assert that the given String contains valid text content; that is, it must not be null and must contain at least one non-whitespace character.
hasTimeout() - Method in class org.springframework.transaction.support.ResourceHolderSupport
Return whether this object has an associated timeout.
hasTransaction() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
Return whether a transaction was created by this aspect, or whether we just have a placeholder to keep ThreadLocal stack integrity.
hasTransaction() - Method in class org.springframework.transaction.reactive.GenericReactiveTransaction
 
hasTransaction() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
 
hasTransaction() - Method in interface org.springframework.transaction.TransactionExecution
Return whether there is an actual transaction active: this is meant to cover a new transaction as well as participation in an existing transaction, only returning false when not running in an actual transaction at all.
hasUniqueObject(Collection<?>) - Static method in class org.springframework.util.CollectionUtils
Determine whether the given Collection only contains a single unique object.
hasUniqueWriteMethod(PropertyDescriptor) - Static method in class org.springframework.beans.BeanUtils
Determine whether the specified property has a unique write method, i.e.
hasUnresolvableGenerics() - Method in class org.springframework.core.ResolvableType
Determine whether the underlying type has any unresolvable generics: either through an unresolvable type variable on the type itself or through implementing a generic interface in a raw fashion, i.e.
hasValue() - Method in class org.springframework.r2dbc.core.binding.Bindings.Binding
Return whether the binding has a value associated with it.
hasValue() - Method in class org.springframework.r2dbc.core.Parameter
Deprecated.
Return whether this Parameter has a value.
hasValue(String) - Method in class org.springframework.jdbc.core.namedparam.BeanPropertySqlParameterSource
 
hasValue(String) - Method in class org.springframework.jdbc.core.namedparam.EmptySqlParameterSource
 
hasValue(String) - Method in class org.springframework.jdbc.core.namedparam.MapSqlParameterSource
 
hasValue(String) - Method in class org.springframework.jdbc.core.namedparam.SimplePropertySqlParameterSource
 
hasValue(String) - Method in interface org.springframework.jdbc.core.namedparam.SqlParameterSource
Determine whether there is a value for the specified named parameter.
hasValues() - Method in class org.springframework.jdbc.core.namedparam.MapSqlParameterSource
Return whether this parameter source has been configured with any values.
hasView() - Method in class org.springframework.web.servlet.ModelAndView
Indicate whether this ModelAndView has a view, either as a view name or as a direct View instance.
head() - Method in interface org.springframework.test.web.reactive.server.WebTestClient
Prepare an HTTP HEAD request.
head() - Method in interface org.springframework.web.client.RestClient
Start building an HTTP HEAD request.
head() - Method in interface org.springframework.web.reactive.function.client.WebClient
Start building an HTTP HEAD request.
head(String, Object...) - Static method in class org.springframework.http.RequestEntity
Create an HTTP HEAD builder with the given string base uri template.
head(String, Object...) - Static method in class org.springframework.mock.http.server.reactive.MockServerHttpRequest
HTTP HEAD variant.
head(String, Object...) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
Create a MockHttpServletRequestBuilder for a HEAD request.
head(URI) - Static method in class org.springframework.http.RequestEntity
Create an HTTP HEAD builder with the given url.
head(URI) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
Create a MockHttpServletRequestBuilder for a HEAD request.
HEAD - Enum constant in enum class org.springframework.web.bind.annotation.RequestMethod
 
HEAD - Static variable in class org.springframework.http.HttpMethod
The HTTP method HEAD.
HEAD(String) - Static method in class org.springframework.web.reactive.function.server.RequestPredicates
Return a RequestPredicate that matches if request's HTTP method is HEAD and the given pattern matches against the request path.
HEAD(String) - Static method in class org.springframework.web.servlet.function.RequestPredicates
Return a RequestPredicate that matches if request's HTTP method is HEAD and the given pattern matches against the request path.
HEAD(String, HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.reactive.function.server.RouterFunctions.Builder
Adds a route to the given handler function that handles all HTTP HEAD requests that match the given pattern.
HEAD(String, RequestPredicate, HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.reactive.function.server.RouterFunctions.Builder
Adds a route to the given handler function that handles all HTTP HEAD requests that match the given pattern and predicate.
HEAD(String, HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.servlet.function.RouterFunctions.Builder
Adds a route to the given handler function that handles all HTTP HEAD requests that match the given pattern.
HEAD(String, RequestPredicate, HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.servlet.function.RouterFunctions.Builder
Adds a route to the given handler function that handles all HTTP HEAD requests that match the given pattern and predicate.
HEAD(HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.reactive.function.server.RouterFunctions.Builder
Adds a route to the given handler function that handles HTTP HEAD requests.
HEAD(RequestPredicate, HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.reactive.function.server.RouterFunctions.Builder
Adds a route to the given handler function that handles all HTTP HEAD requests that match the given predicate.
HEAD(HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.servlet.function.RouterFunctions.Builder
Adds a route to the given handler function that handles HTTP HEAD requests.
HEAD(RequestPredicate, HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.servlet.function.RouterFunctions.Builder
Adds a route to the given handler function that handles all HTTP HEAD requests that match the given predicate.
header - Variable in class org.springframework.asm.ClassReader
The offset in bytes of the ClassFile's access_flags field.
header() - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
Access to response header assertions.
header(String) - Method in interface org.springframework.web.reactive.function.client.ClientResponse.Headers
Return the header value(s), if any, for the header of the given name.
header(String) - Method in class org.springframework.web.reactive.function.client.support.ClientResponseWrapper.HeadersWrapper
 
header(String) - Method in interface org.springframework.web.reactive.function.server.ServerRequest.Headers
Get the header value(s), if any, for the header with the given name.
header(String) - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper.HeadersWrapper
 
header(String) - Method in interface org.springframework.web.servlet.function.ServerRequest.Headers
Get the header value(s), if any, for the header of the given name.
header(String, Object...) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Add a header to the request.
header(String, String) - Method in interface org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
 
header(String, String) - Method in interface org.springframework.web.reactive.function.server.RequestPredicates.Visitor
Receive notification of an HTTP header predicate.
header(String, String) - Method in interface org.springframework.web.servlet.function.RequestPredicates.Visitor
Receive notification of an HTTP header predicate.
header(String, String...) - Method in interface org.springframework.http.client.MultipartBodyBuilder.PartBuilder
Add part header values.
header(String, String...) - Method in interface org.springframework.http.RequestEntity.HeadersBuilder
Add the given, single header value under the given name.
header(String, String...) - Method in interface org.springframework.http.ResponseEntity.HeadersBuilder
Add the given, single header value under the given name.
header(String, String...) - Method in interface org.springframework.http.server.reactive.ServerHttpRequest.Builder
Set or override the specified header values under the given name.
header(String, String...) - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
Add the given, single header value under the given name.
header(String, String...) - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
Assert request header values.
header(String, String...) - Method in class org.springframework.test.web.client.response.DefaultResponseCreator
Add a response header with one or more values.
header(String, String...) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.RequestHeadersSpec
Add the given, single header value under the given name.
header(String, String...) - Method in interface org.springframework.web.client.RestClient.RequestHeadersSpec
Add the given, single header value under the given name.
header(String, String...) - Method in interface org.springframework.web.ErrorResponse.Builder
Add the given header value(s) under the given name.
header(String, String...) - Method in interface org.springframework.web.reactive.function.client.ClientRequest.Builder
Add the given header value(s) under the given name.
header(String, String...) - Method in interface org.springframework.web.reactive.function.client.ClientResponse.Builder
Add the given header value(s) under the given name.
header(String, String...) - Method in interface org.springframework.web.reactive.function.client.WebClient.RequestHeadersSpec
Add the given, single header value under the given name.
header(String, String...) - Method in interface org.springframework.web.reactive.function.server.EntityResponse.Builder
Add the given header value(s) under the given name.
header(String, String...) - Method in interface org.springframework.web.reactive.function.server.RenderingResponse.Builder
Add the given header value(s) under the given name.
header(String, String...) - Method in interface org.springframework.web.reactive.function.server.ServerRequest.Builder
Add the given header value(s) under the given name.
header(String, String...) - Method in interface org.springframework.web.reactive.function.server.ServerResponse.HeadersBuilder
Add the given header value(s) under the given name.
header(String, String...) - Method in interface org.springframework.web.reactive.result.view.Rendering.Builder
Specify a header to add to the response.
header(String, String...) - Method in interface org.springframework.web.servlet.function.EntityResponse.Builder
Add the given header value(s) under the given name.
header(String, String...) - Method in interface org.springframework.web.servlet.function.RenderingResponse.Builder
Add the given header value(s) under the given name.
header(String, String...) - Method in interface org.springframework.web.servlet.function.ServerRequest.Builder
Add the given header value(s) under the given name.
header(String, String...) - Method in interface org.springframework.web.servlet.function.ServerResponse.HeadersBuilder
Add the given header value(s) under the given name.
header(String, Matcher<? super String>...) - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
Assert request header values with the given Hamcrest matcher(s).
Header - Annotation Interface in org.springframework.messaging.handler.annotation
Annotation which indicates that a method parameter should be bound to a message header.
HEADER_CACHE_CONTROL - Static variable in class org.springframework.web.servlet.support.WebContentGenerator
 
HeaderAssertions - Class in org.springframework.test.web.reactive.server
Assertions on headers of the response.
HeaderContentNegotiationStrategy - Class in org.springframework.web.accept
A ContentNegotiationStrategy that checks the 'Accept' request header.
HeaderContentNegotiationStrategy() - Constructor for class org.springframework.web.accept.HeaderContentNegotiationStrategy
 
HeaderContentTypeResolver - Class in org.springframework.web.reactive.accept
Resolver that looks at the 'Accept' header of the request.
HeaderContentTypeResolver() - Constructor for class org.springframework.web.reactive.accept.HeaderContentTypeResolver
 
headerDoesNotExist(String) - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
Assert that the given request header does not exist.
headerList(String, Matcher<? super List<String>>) - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
Assert request header values with the given Hamcrest matcher, matching on the entire List of values.
HeaderMapper<T> - Interface in org.springframework.messaging.support
Generic strategy interface for mapping MessageHeaders to and from other types of objects.
HeaderMethodArgumentResolver - Class in org.springframework.messaging.handler.annotation.reactive
Resolver for @Header arguments.
HeaderMethodArgumentResolver - Class in org.springframework.messaging.handler.annotation.support
Resolver for @Header arguments.
HeaderMethodArgumentResolver(ConversionService, ConfigurableBeanFactory) - Constructor for class org.springframework.messaging.handler.annotation.reactive.HeaderMethodArgumentResolver
 
HeaderMethodArgumentResolver(ConversionService, ConfigurableBeanFactory) - Constructor for class org.springframework.messaging.handler.annotation.support.HeaderMethodArgumentResolver
 
headerResolver() - Method in class org.springframework.web.reactive.accept.RequestedContentTypeResolverBuilder
Add resolver to get the requested content type from the "Accept" header.
HeaderResultMatchers - Class in org.springframework.test.web.servlet.result
Factory for response header assertions.
HeaderResultMatchers() - Constructor for class org.springframework.test.web.servlet.result.HeaderResultMatchers
Protected constructor.
headers() - Method in interface org.springframework.http.codec.multipart.Part
Return the headers associated with the part.
headers() - Method in interface org.springframework.http.codec.multipart.PartEvent
Return the headers of the part that this event belongs to.
headers() - Method in class org.springframework.mock.web.reactive.function.server.MockServerRequest
 
headers() - Element in annotation interface org.springframework.web.bind.annotation.DeleteMapping
headers() - Element in annotation interface org.springframework.web.bind.annotation.GetMapping
headers() - Element in annotation interface org.springframework.web.bind.annotation.PatchMapping
headers() - Element in annotation interface org.springframework.web.bind.annotation.PostMapping
headers() - Element in annotation interface org.springframework.web.bind.annotation.PutMapping
headers() - Element in annotation interface org.springframework.web.bind.annotation.RequestMapping
The headers of the mapped request, narrowing the primary mapping.
headers() - Method in interface org.springframework.web.reactive.function.client.ClientRequest
Return the headers of this request.
headers() - Method in interface org.springframework.web.reactive.function.client.ClientResponse
Return the headers of this response.
headers() - Method in class org.springframework.web.reactive.function.client.support.ClientResponseWrapper
 
headers() - Method in interface org.springframework.web.reactive.function.server.ServerRequest
Get the headers of this request.
headers() - Method in interface org.springframework.web.reactive.function.server.ServerResponse
Return the headers of this response.
headers() - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper
 
headers() - Method in interface org.springframework.web.reactive.result.view.Rendering
Return headers to add to the response.
headers() - Method in interface org.springframework.web.servlet.function.ServerRequest
Get the headers of this request.
headers() - Method in interface org.springframework.web.servlet.function.ServerResponse
Return the headers of this response.
headers(String...) - Method in interface org.springframework.web.reactive.result.method.RequestMappingInfo.Builder
Set the header conditions.
headers(String...) - Method in interface org.springframework.web.servlet.mvc.method.RequestMappingInfo.Builder
Set the header conditions.
headers(Consumer<HttpHeaders>) - Method in interface org.springframework.http.client.MultipartBodyBuilder.PartBuilder
Manipulate the part headers through the given consumer.
headers(Consumer<HttpHeaders>) - Method in interface org.springframework.http.RequestEntity.HeadersBuilder
Manipulate this entity's headers with the given consumer.
headers(Consumer<HttpHeaders>) - Method in interface org.springframework.http.ResponseEntity.HeadersBuilder
Manipulate this entity's headers with the given consumer.
headers(Consumer<HttpHeaders>) - Method in interface org.springframework.http.server.reactive.ServerHttpRequest.Builder
Manipulate request headers.
headers(Consumer<HttpHeaders>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.RequestHeadersSpec
Manipulate the request's headers with the given consumer.
headers(Consumer<HttpHeaders>) - Method in interface org.springframework.web.client.RestClient.RequestHeadersSpec
Provides access to every header declared so far with the possibility to add, replace, or remove values.
headers(Consumer<HttpHeaders>) - Method in interface org.springframework.web.ErrorResponse.Builder
Manipulate this response's headers with the given consumer.
headers(Consumer<HttpHeaders>) - Method in interface org.springframework.web.reactive.function.client.ClientRequest.Builder
Manipulate this request's headers with the given consumer.
headers(Consumer<HttpHeaders>) - Method in interface org.springframework.web.reactive.function.client.ClientResponse.Builder
Manipulate this response's headers with the given consumer.
headers(Consumer<HttpHeaders>) - Method in interface org.springframework.web.reactive.function.client.WebClient.RequestHeadersSpec
Provides access to every header declared so far with the possibility to add, replace, or remove values.
headers(Consumer<HttpHeaders>) - Method in interface org.springframework.web.reactive.function.server.EntityResponse.Builder
Manipulate this entity's headers with the given consumer.
headers(Consumer<HttpHeaders>) - Method in interface org.springframework.web.reactive.function.server.ServerRequest.Builder
Manipulate this request's headers with the given consumer.
headers(Consumer<HttpHeaders>) - Method in interface org.springframework.web.reactive.function.server.ServerResponse.HeadersBuilder
Manipulate this response's headers with the given consumer.
headers(Consumer<HttpHeaders>) - Method in interface org.springframework.web.servlet.function.EntityResponse.Builder
Manipulate this response's headers with the given consumer.
headers(Consumer<HttpHeaders>) - Method in interface org.springframework.web.servlet.function.RenderingResponse.Builder
Manipulate this response's headers with the given consumer.
headers(Consumer<HttpHeaders>) - Method in interface org.springframework.web.servlet.function.ServerRequest.Builder
Manipulate this request's headers with the given consumer.
headers(Consumer<HttpHeaders>) - Method in interface org.springframework.web.servlet.function.ServerResponse.HeadersBuilder
Manipulate this response's headers with the given consumer.
headers(Predicate<ServerRequest.Headers>) - Static method in class org.springframework.web.reactive.function.server.RequestPredicates
Return a RequestPredicate that tests the request's headers against the given headers predicate.
headers(Predicate<ServerRequest.Headers>) - Static method in class org.springframework.web.servlet.function.RequestPredicates
Return a RequestPredicate that tests the request's headers against the given headers predicate.
headers(HttpHeaders) - Method in interface org.springframework.http.RequestEntity.HeadersBuilder
Copy the given headers into the entity's headers map.
headers(HttpHeaders) - Method in interface org.springframework.http.ResponseEntity.HeadersBuilder
Copy the given headers into the entity's headers map.
headers(HttpHeaders) - Method in interface org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
 
headers(HttpHeaders) - Method in class org.springframework.test.web.client.response.DefaultResponseCreator
Copy all given headers.
headers(HttpHeaders) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Add all headers to the request.
headers(HttpHeaders) - Method in interface org.springframework.web.reactive.function.server.EntityResponse.Builder
Copy the given headers into the entity's headers map.
headers(HttpHeaders) - Method in interface org.springframework.web.reactive.function.server.RenderingResponse.Builder
Copy the given headers into the entity's headers map.
headers(HttpHeaders) - Method in interface org.springframework.web.reactive.result.view.Rendering.Builder
Specify headers to add to the response.
headers(MultiValueMap<String, String>) - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
Add the given header values.
Headers - Annotation Interface in org.springframework.messaging.handler.annotation
Annotation which indicates that a method parameter should be bound to the headers of a message.
headersExtractor() - Method in class org.springframework.web.client.RestTemplate
Return a response extractor for HttpHeaders.
HeadersMethodArgumentResolver - Class in org.springframework.messaging.handler.annotation.reactive
Argument resolver for headers.
HeadersMethodArgumentResolver - Class in org.springframework.messaging.handler.annotation.support
Argument resolver for headers.
HeadersMethodArgumentResolver() - Constructor for class org.springframework.messaging.handler.annotation.reactive.HeadersMethodArgumentResolver
 
HeadersMethodArgumentResolver() - Constructor for class org.springframework.messaging.handler.annotation.support.HeadersMethodArgumentResolver
 
HeadersRequestCondition - Class in org.springframework.web.reactive.result.condition
A logical conjunction (' && ') request condition that matches a request against a set of header expressions with syntax defined in RequestMapping.headers().
HeadersRequestCondition - Class in org.springframework.web.servlet.mvc.condition
A logical conjunction (' && ') request condition that matches a request against a set of header expressions with syntax defined in RequestMapping.headers().
HeadersRequestCondition(String...) - Constructor for class org.springframework.web.reactive.result.condition.HeadersRequestCondition
Create a new instance from the given header expressions.
HeadersRequestCondition(String...) - Constructor for class org.springframework.web.servlet.mvc.condition.HeadersRequestCondition
Create a new instance from the given header expressions.
HeadersWrapper(ClientResponse.Headers) - Constructor for class org.springframework.web.reactive.function.client.support.ClientResponseWrapper.HeadersWrapper
Create a new HeadersWrapper that wraps the given request.
HeadersWrapper(ServerRequest.Headers) - Constructor for class org.springframework.web.reactive.function.server.support.ServerRequestWrapper.HeadersWrapper
Create a new HeadersWrapper that wraps the given request.
HeaderWebSessionIdResolver - Class in org.springframework.web.server.session
Request and response header-based WebSessionIdResolver.
HeaderWebSessionIdResolver() - Constructor for class org.springframework.web.server.session.HeaderWebSessionIdResolver
 
headForHeaders(String, Object...) - Method in interface org.springframework.web.client.RestOperations
Retrieve all headers of the resource specified by the URI template.
headForHeaders(String, Object...) - Method in class org.springframework.web.client.RestTemplate
 
headForHeaders(String, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Retrieve all headers of the resource specified by the URI template.
headForHeaders(String, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
headForHeaders(URI) - Method in interface org.springframework.web.client.RestOperations
Retrieve all headers of the resource specified by the URL.
headForHeaders(URI) - Method in class org.springframework.web.client.RestTemplate
 
HEART_BEAT_HEADER - Static variable in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
 
HEARTBEAT - Enum constant in enum class org.springframework.messaging.simp.SimpMessageType
 
HEARTBEAT - Enum constant in enum class org.springframework.web.socket.sockjs.frame.SockJsFrameType
 
HEARTBEAT - Static variable in class org.springframework.messaging.simp.stomp.StompHeaders
 
heartbeatFrame() - Static method in class org.springframework.web.socket.sockjs.frame.SockJsFrame
 
HeuristicCompletionException - Exception in org.springframework.transaction
Exception that represents a transaction failure caused by a heuristic decision on the side of the transaction coordinator.
HeuristicCompletionException(int, Throwable) - Constructor for exception org.springframework.transaction.HeuristicCompletionException
Constructor for HeuristicCompletionException.
HibernateCallback<T> - Interface in org.springframework.orm.hibernate5
Callback interface for Hibernate code.
HibernateDaoSupport - Class in org.springframework.orm.hibernate5.support
Convenient superclass for Hibernate-based data access objects.
HibernateDaoSupport() - Constructor for class org.springframework.orm.hibernate5.support.HibernateDaoSupport
 
HibernateExceptionTranslator - Class in org.springframework.orm.hibernate5
PersistenceExceptionTranslator capable of translating HibernateException instances to Spring's DataAccessException hierarchy.
HibernateExceptionTranslator() - Constructor for class org.springframework.orm.hibernate5.HibernateExceptionTranslator
 
HibernateJdbcException - Exception in org.springframework.orm.hibernate5
Hibernate-specific subclass of UncategorizedDataAccessException, for JDBC exceptions that Hibernate wrapped.
HibernateJdbcException(JDBCException) - Constructor for exception org.springframework.orm.hibernate5.HibernateJdbcException
 
HibernateJpaDialect - Class in org.springframework.orm.jpa.vendor
JpaDialect implementation for Hibernate.
HibernateJpaDialect() - Constructor for class org.springframework.orm.jpa.vendor.HibernateJpaDialect
 
HibernateJpaVendorAdapter - Class in org.springframework.orm.jpa.vendor
JpaVendorAdapter implementation for Hibernate.
HibernateJpaVendorAdapter() - Constructor for class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
 
HibernateObjectRetrievalFailureException - Exception in org.springframework.orm.hibernate5
Hibernate-specific subclass of ObjectRetrievalFailureException.
HibernateObjectRetrievalFailureException(UnresolvableObjectException) - Constructor for exception org.springframework.orm.hibernate5.HibernateObjectRetrievalFailureException
 
HibernateObjectRetrievalFailureException(WrongClassException) - Constructor for exception org.springframework.orm.hibernate5.HibernateObjectRetrievalFailureException
 
HibernateOperations - Interface in org.springframework.orm.hibernate5
Interface that specifies a common set of Hibernate operations as well as a general HibernateOperations.execute(org.springframework.orm.hibernate5.HibernateCallback<T>) method for Session-based lambda expressions.
HibernateOptimisticLockingFailureException - Exception in org.springframework.orm.hibernate5
Hibernate-specific subclass of ObjectOptimisticLockingFailureException.
HibernateOptimisticLockingFailureException(OptimisticEntityLockException) - Constructor for exception org.springframework.orm.hibernate5.HibernateOptimisticLockingFailureException
 
HibernateOptimisticLockingFailureException(StaleObjectStateException) - Constructor for exception org.springframework.orm.hibernate5.HibernateOptimisticLockingFailureException
 
HibernateOptimisticLockingFailureException(StaleStateException) - Constructor for exception org.springframework.orm.hibernate5.HibernateOptimisticLockingFailureException
 
HibernateQueryException - Exception in org.springframework.orm.hibernate5
Hibernate-specific subclass of InvalidDataAccessResourceUsageException, thrown on invalid HQL query syntax.
HibernateQueryException(QueryException) - Constructor for exception org.springframework.orm.hibernate5.HibernateQueryException
 
HibernateSystemException - Exception in org.springframework.orm.hibernate5
Hibernate-specific subclass of UncategorizedDataAccessException, for Hibernate system errors that do not match any concrete org.springframework.dao exceptions.
HibernateSystemException(HibernateException) - Constructor for exception org.springframework.orm.hibernate5.HibernateSystemException
Create a new HibernateSystemException, wrapping an arbitrary HibernateException.
HibernateTemplate - Class in org.springframework.orm.hibernate5
Helper class that simplifies Hibernate data access code.
HibernateTemplate() - Constructor for class org.springframework.orm.hibernate5.HibernateTemplate
Create a new HibernateTemplate instance.
HibernateTemplate(SessionFactory) - Constructor for class org.springframework.orm.hibernate5.HibernateTemplate
Create a new HibernateTemplate instance.
HibernateTransactionManager - Class in org.springframework.orm.hibernate5
PlatformTransactionManager implementation for a single Hibernate SessionFactory.
HibernateTransactionManager() - Constructor for class org.springframework.orm.hibernate5.HibernateTransactionManager
Create a new HibernateTransactionManager instance.
HibernateTransactionManager(SessionFactory) - Constructor for class org.springframework.orm.hibernate5.HibernateTransactionManager
Create a new HibernateTransactionManager instance.
HiddenHttpMethodFilter - Class in org.springframework.web.filter
Filter that converts posted method parameters into HTTP methods, retrievable via HttpServletRequest.getMethod().
HiddenHttpMethodFilter - Class in org.springframework.web.filter.reactive
Reactive WebFilter that converts posted method parameters into HTTP methods, retrievable via HttpRequest.getMethod().
HiddenHttpMethodFilter() - Constructor for class org.springframework.web.filter.HiddenHttpMethodFilter
 
HiddenHttpMethodFilter() - Constructor for class org.springframework.web.filter.reactive.HiddenHttpMethodFilter
 
HiddenInputTag - Class in org.springframework.web.servlet.tags.form
The <hidden> tag renders an HTML 'input' tag with type 'hidden' using the bound value.
HiddenInputTag() - Constructor for class org.springframework.web.servlet.tags.form.HiddenInputTag
 
HierarchicalBeanFactory - Interface in org.springframework.beans.factory
Sub-interface implemented by bean factories that can be part of a hierarchy.
HierarchicalMessageSource - Interface in org.springframework.context
Sub-interface of MessageSource to be implemented by objects that can resolve messages hierarchically.
HierarchicalThemeSource - Interface in org.springframework.ui.context
Deprecated.
as of 6.0 in favor of using CSS, without direct replacement
hierarchyMode() - Element in annotation interface org.springframework.test.annotation.DirtiesContext
The context cache clearing mode to use when a context is configured as part of a hierarchy via @ContextHierarchy.
HIGHEST_PRECEDENCE - Static variable in interface org.springframework.core.Ordered
Useful constant for the highest precedence value.
hint(String, Object) - Method in interface org.springframework.web.reactive.function.server.EntityResponse.Builder
Add a serialization hint like Jackson2CodecSupport.JSON_VIEW_HINT to customize how the body will be serialized.
hint(String, Object) - Method in interface org.springframework.web.reactive.function.server.ServerResponse.BodyBuilder
Add a serialization hint like Jackson2CodecSupport.JSON_VIEW_HINT to customize how the body will be serialized.
hintClassName() - Method in enum class org.springframework.aot.agent.HintType
 
hints() - Method in interface org.springframework.web.reactive.function.BodyExtractor.Context
Return the map of hints to use to customize body extraction.
hints() - Method in interface org.springframework.web.reactive.function.BodyInserter.Context
Return the map of hints to use for response body conversion.
hints(Consumer<Map<String, Object>>) - Method in interface org.springframework.web.reactive.function.server.EntityResponse.Builder
Customize the serialization hints with the given consumer.
hints(Consumer<Map<String, Object>>) - Method in interface org.springframework.web.reactive.function.server.ServerResponse.BodyBuilder
Customize the serialization hints with the given consumer.
Hints - Class in org.springframework.core.codec
Constants and convenience methods for working with hints.
Hints() - Constructor for class org.springframework.core.codec.Hints
 
HintType - Enum Class in org.springframework.aot.agent
Main types of RuntimeHints.
host() - Method in interface org.springframework.web.reactive.function.server.ServerRequest.Headers
Get the value of the Host header, if available.
host() - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper.HeadersWrapper
 
host() - Method in interface org.springframework.web.servlet.function.ServerRequest.Headers
Get the value of the Host header, if available.
host(String) - Method in interface org.springframework.web.util.UriBuilder
Set the URI host which may contain URI template variables, and may also be null to clear the host of this builder.
host(String) - Method in class org.springframework.web.util.UriComponentsBuilder
 
HOST - Static variable in class org.springframework.http.HttpHeaders
The HTTP Host header field name.
HOST - Static variable in class org.springframework.messaging.simp.stomp.StompHeaders
 
HostRequestMatcher - Class in org.springframework.test.web.servlet.htmlunit
A WebRequestMatcher that allows matching on the host and optionally the port of WebRequest#getUrl().
HostRequestMatcher(String...) - Constructor for class org.springframework.test.web.servlet.htmlunit.HostRequestMatcher
Create a new HostRequestMatcher for the given hosts — for example: "localhost", "example.com:443", etc.
HotSwappableTargetSource - Class in org.springframework.aop.target
TargetSource implementation that caches a local target object, but allows the target to be swapped while the application is running.
HotSwappableTargetSource(Object) - Constructor for class org.springframework.aop.target.HotSwappableTargetSource
Create a new HotSwappableTargetSource with the given initial target object.
HSQL - Enum constant in enum class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType
The Hypersonic Embedded Java SQL Database.
HSQL - Enum constant in enum class org.springframework.orm.jpa.vendor.Database
 
HsqlMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
DataFieldMaxValueIncrementer that increments the maximum value of a given HSQL table with the equivalent of an auto-increment column.
HsqlMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer
Default constructor for bean property style usage.
HsqlMaxValueIncrementer(DataSource, String, String) - Constructor for class org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer
Convenience constructor.
HsqlSequenceMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
DataFieldMaxValueIncrementer that retrieves the next value of a given HSQL sequence.
HsqlSequenceMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.HsqlSequenceMaxValueIncrementer
Default constructor for bean property style usage.
HsqlSequenceMaxValueIncrementer(DataSource, String) - Constructor for class org.springframework.jdbc.support.incrementer.HsqlSequenceMaxValueIncrementer
Convenience constructor.
HsqlTableMetaDataProvider - Class in org.springframework.jdbc.core.metadata
The HSQL specific implementation of TableMetaDataProvider.
HsqlTableMetaDataProvider(DatabaseMetaData) - Constructor for class org.springframework.jdbc.core.metadata.HsqlTableMetaDataProvider
 
HTML_ESCAPE_CONTEXT_PARAM - Static variable in class org.springframework.web.util.WebUtils
HTML escape parameter at the servlet context level (i.e.
HTML_FILE - Enum constant in enum class org.springframework.web.socket.sockjs.transport.TransportType
 
htmlEscape(String) - Method in class org.springframework.web.servlet.tags.HtmlEscapingAwareTag
HTML-encodes the given String, only if the "htmlEscape" setting is enabled.
htmlEscape(String) - Static method in class org.springframework.web.util.HtmlUtils
Turn special characters into HTML character references.
htmlEscape(String, String) - Static method in class org.springframework.web.util.HtmlUtils
Turn special characters into HTML character references.
htmlEscapeDecimal(String) - Static method in class org.springframework.web.util.HtmlUtils
Turn special characters into HTML character references.
htmlEscapeDecimal(String, String) - Static method in class org.springframework.web.util.HtmlUtils
Turn special characters into HTML character references.
htmlEscapeHex(String) - Static method in class org.springframework.web.util.HtmlUtils
Turn special characters into HTML character references.
htmlEscapeHex(String, String) - Static method in class org.springframework.web.util.HtmlUtils
Turn special characters into HTML character references.
HtmlEscapeTag - Class in org.springframework.web.servlet.tags
The <htmlEscape> tag sets default HTML escape value for the current page.
HtmlEscapeTag() - Constructor for class org.springframework.web.servlet.tags.HtmlEscapeTag
 
HtmlEscapingAwareTag - Class in org.springframework.web.servlet.tags
Superclass for tags that output content that might get HTML-escaped.
HtmlEscapingAwareTag() - Constructor for class org.springframework.web.servlet.tags.HtmlEscapingAwareTag
 
HtmlFileTransportHandler - Class in org.springframework.web.socket.sockjs.transport.handler
An HTTP TransportHandler that uses a famous browser document.domain technique.
HtmlFileTransportHandler() - Constructor for class org.springframework.web.socket.sockjs.transport.handler.HtmlFileTransportHandler
 
htmlUnescape(String) - Static method in class org.springframework.web.util.HtmlUtils
Turn HTML character references into their plain text UNICODE equivalent.
HtmlUtils - Class in org.springframework.web.util
Utility class for HTML escaping.
HtmlUtils() - Constructor for class org.springframework.web.util.HtmlUtils
 
HTTP_CLIENT_EXCHANGES - Enum constant in enum class org.springframework.http.client.observation.ClientHttpObservationDocumentation
HTTP exchanges observations for clients.
HTTP_PATH - Static variable in class org.springframework.http.server.PathContainer.Options
Options for HTTP URL paths.
HTTP_REACTIVE_CLIENT_EXCHANGES - Enum constant in enum class org.springframework.web.reactive.function.client.ClientHttpObservationDocumentation
HTTP exchanges observations for reactive clients.
HTTP_REACTIVE_SERVER_REQUESTS - Enum constant in enum class org.springframework.http.server.reactive.observation.ServerHttpObservationDocumentation
HTTP request observations for reactive servers.
HTTP_SERVLET_SERVER_REQUESTS - Enum constant in enum class org.springframework.http.server.observation.ServerHttpObservationDocumentation
HTTP request observations for Servlet-based servers.
HTTP_SESSION_ID_ATTR_NAME - Static variable in class org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
The name of the attribute under which the HTTP session id is exposed when copyHttpSessionId is "true".
HTTP_URL - Enum constant in enum class org.springframework.http.client.observation.ClientHttpObservationDocumentation.HighCardinalityKeyNames
HTTP request URI.
HTTP_URL - Enum constant in enum class org.springframework.http.server.observation.ServerHttpObservationDocumentation.HighCardinalityKeyNames
HTTP request URI.
HTTP_URL - Enum constant in enum class org.springframework.http.server.reactive.observation.ServerHttpObservationDocumentation.HighCardinalityKeyNames
HTTP request URI.
HTTP_URL - Enum constant in enum class org.springframework.web.reactive.function.client.ClientHttpObservationDocumentation.HighCardinalityKeyNames
The full HTTP request URI.
HTTP_VERSION_NOT_SUPPORTED - Enum constant in enum class org.springframework.http.HttpStatus
505 HTTP Version Not Supported.
HttpAccessor - Class in org.springframework.http.client.support
Base class for RestTemplate and other HTTP accessing gateway helpers, defining common properties such as the ClientHttpRequestFactory to operate on.
HttpAccessor() - Constructor for class org.springframework.http.client.support.HttpAccessor
 
HttpClientAdapter - Interface in org.springframework.web.service.invoker
Deprecated, for removal: This API element is subject to removal in a future version.
HttpClientErrorException - Exception in org.springframework.web.client
Exception thrown when an HTTP 4xx is received.
HttpClientErrorException(String, HttpStatusCode, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpClientErrorException
Constructor with a status code and status text, headers, and content, and a prepared message.
HttpClientErrorException(HttpStatusCode) - Constructor for exception org.springframework.web.client.HttpClientErrorException
Constructor with a status code only.
HttpClientErrorException(HttpStatusCode, String) - Constructor for exception org.springframework.web.client.HttpClientErrorException
Constructor with a status code and status text.
HttpClientErrorException(HttpStatusCode, String, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpClientErrorException
Constructor with a status code and status text, and content.
HttpClientErrorException(HttpStatusCode, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpClientErrorException
Constructor with a status code and status text, headers, and content.
HttpClientErrorException.BadRequest - Exception in org.springframework.web.client
HttpClientErrorException for status HTTP 400 Bad Request.
HttpClientErrorException.Conflict - Exception in org.springframework.web.client
HttpClientErrorException for status HTTP 409 Conflict.
HttpClientErrorException.Forbidden - Exception in org.springframework.web.client
HttpClientErrorException for status HTTP 403 Forbidden.
HttpClientErrorException.Gone - Exception in org.springframework.web.client
HttpClientErrorException for status HTTP 410 Gone.
HttpClientErrorException.MethodNotAllowed - Exception in org.springframework.web.client
HttpClientErrorException for status HTTP 405 Method Not Allowed.
HttpClientErrorException.NotAcceptable - Exception in org.springframework.web.client
HttpClientErrorException for status HTTP 406 Not Acceptable.
HttpClientErrorException.NotFound - Exception in org.springframework.web.client
HttpClientErrorException for status HTTP 404 Not Found.
HttpClientErrorException.TooManyRequests - Exception in org.springframework.web.client
HttpClientErrorException for status HTTP 429 Too Many Requests.
HttpClientErrorException.Unauthorized - Exception in org.springframework.web.client
HttpClientErrorException for status HTTP 401 Unauthorized.
HttpClientErrorException.UnprocessableEntity - Exception in org.springframework.web.client
HttpClientErrorException for status HTTP 422 Unprocessable Entity.
HttpClientErrorException.UnsupportedMediaType - Exception in org.springframework.web.client
HttpClientErrorException for status HTTP 415 Unsupported Media Type.
HttpComponentsClientHttpConnector - Class in org.springframework.http.client.reactive
ClientHttpConnector implementation for the Apache HttpComponents HttpClient 5.x.
HttpComponentsClientHttpConnector() - Constructor for class org.springframework.http.client.reactive.HttpComponentsClientHttpConnector
Default constructor that creates and starts a new instance of CloseableHttpAsyncClient.
HttpComponentsClientHttpConnector(CloseableHttpAsyncClient) - Constructor for class org.springframework.http.client.reactive.HttpComponentsClientHttpConnector
Constructor with a pre-configured CloseableHttpAsyncClient instance.
HttpComponentsClientHttpConnector(CloseableHttpAsyncClient, BiFunction<HttpMethod, URI, ? extends HttpClientContext>) - Constructor for class org.springframework.http.client.reactive.HttpComponentsClientHttpConnector
Constructor with a pre-configured CloseableHttpAsyncClient instance and a HttpClientContext supplier lambda which is called before each request and passed to the client.
HttpComponentsClientHttpRequestFactory - Class in org.springframework.http.client
ClientHttpRequestFactory implementation that uses Apache HttpComponents HttpClient to create requests.
HttpComponentsClientHttpRequestFactory() - Constructor for class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Create a new instance of the HttpComponentsClientHttpRequestFactory with a default HttpClient based on system properties.
HttpComponentsClientHttpRequestFactory(HttpClient) - Constructor for class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Create a new instance of the HttpComponentsClientHttpRequestFactory with the given HttpClient instance.
HttpComponentsHeadersAdapter - Class in org.springframework.http.support
MultiValueMap implementation for wrapping Apache HttpComponents HttpClient headers.
HttpComponentsHeadersAdapter(HttpMessage) - Constructor for class org.springframework.http.support.HttpComponentsHeadersAdapter
Create a new HttpComponentsHeadersAdapter based on the given HttpMessage.
HttpCookie - Class in org.springframework.http
Represents an HTTP cookie as a name-value pair consistent with the content of the "Cookie" request header.
HttpCookie(String, String) - Constructor for class org.springframework.http.HttpCookie
 
HttpEntity<T> - Class in org.springframework.http
Represents an HTTP request or response entity, consisting of headers and body.
HttpEntity() - Constructor for class org.springframework.http.HttpEntity
Create a new, empty HttpEntity.
HttpEntity(MultiValueMap<String, String>) - Constructor for class org.springframework.http.HttpEntity
Create a new HttpEntity with the given headers and no body.
HttpEntity(T) - Constructor for class org.springframework.http.HttpEntity
Create a new HttpEntity with the given body and no headers.
HttpEntity(T, MultiValueMap<String, String>) - Constructor for class org.springframework.http.HttpEntity
Create a new HttpEntity with the given body and headers.
httpEntityCallback(Object) - Method in class org.springframework.web.client.RestTemplate
Return a RequestCallback implementation that writes the given object to the request stream.
httpEntityCallback(Object, Type) - Method in class org.springframework.web.client.RestTemplate
Return a RequestCallback implementation that: Sets the request Accept header based on the given response type, cross-checked against the configured message converters.
HttpEntityMethodArgumentResolver - Class in org.springframework.web.reactive.result.method.annotation
Resolves method arguments of type HttpEntity or RequestEntity by reading the body of the request through a compatible HttpMessageReader.
HttpEntityMethodArgumentResolver(List<HttpMessageReader<?>>, ReactiveAdapterRegistry) - Constructor for class org.springframework.web.reactive.result.method.annotation.HttpEntityMethodArgumentResolver
 
HttpEntityMethodProcessor - Class in org.springframework.web.servlet.mvc.method.annotation
Resolves HttpEntity and RequestEntity method argument values, as well as return values of type HttpEntity, ResponseEntity, ErrorResponse and ProblemDetail.
HttpEntityMethodProcessor(List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
Basic constructor with converters only.
HttpEntityMethodProcessor(List<HttpMessageConverter<?>>, List<Object>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
Complete constructor for resolving HttpEntity method arguments.
HttpEntityMethodProcessor(List<HttpMessageConverter<?>>, ContentNegotiationManager) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
Basic constructor with converters and ContentNegotiationManager.
HttpEntityMethodProcessor(List<HttpMessageConverter<?>>, ContentNegotiationManager, List<Object>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
Complete constructor for resolving HttpEntity and handling ResponseEntity.
HttpExchange - Annotation Interface in org.springframework.web.service.annotation
Annotation to declare a method on an HTTP service interface as an HTTP endpoint.
HttpExchangeAdapter - Interface in org.springframework.web.service.invoker
Contract to abstract an HTTP client from HttpServiceProxyFactory and make it pluggable.
HttpHandler - Interface in org.springframework.http.server.reactive
Lowest level contract for reactive HTTP request handling that serves as a common denominator across different runtimes.
HttpHandlerConnector - Class in org.springframework.test.web.reactive.server
Connector that handles requests by invoking an HttpHandler rather than making actual requests to a network socket.
HttpHandlerConnector(HttpHandler) - Constructor for class org.springframework.test.web.reactive.server.HttpHandlerConnector
Constructor with the HttpHandler to handle requests with.
HttpHandlerConnector.FailureAfterResponseCompletedException - Exception in org.springframework.test.web.reactive.server
Indicates that an error occurred after the server response was completed, via ReactiveHttpOutputMessage.writeWith(org.reactivestreams.Publisher<? extends org.springframework.core.io.buffer.DataBuffer>) or ReactiveHttpOutputMessage.setComplete(), and can no longer be changed.
httpHandlerDecorator(Function<HttpHandler, HttpHandler>) - Method in class org.springframework.web.server.adapter.WebHttpHandlerBuilder
Configure a Function to decorate the HttpHandler returned by this builder which effectively wraps the entire WebExceptionHandler - WebFilter - WebHandler processing chain.
HttpHandlerDecoratorFactory - Interface in org.springframework.http.server.reactive
Contract for applying a decorator to an HttpHandler.
HttpHeaders - Class in org.springframework.http
A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.
HttpHeaders() - Constructor for class org.springframework.http.HttpHeaders
Construct a new, empty instance of the HttpHeaders object.
HttpHeaders(MultiValueMap<String, String>) - Constructor for class org.springframework.http.HttpHeaders
Construct a new HttpHeaders instance backed by an existing map.
HttpHeadersReturnValueHandler - Class in org.springframework.web.servlet.mvc.method.annotation
Handles HttpHeaders return values.
HttpHeadersReturnValueHandler() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.HttpHeadersReturnValueHandler
 
HttpHeadResponseDecorator - Class in org.springframework.http.server.reactive
ServerHttpResponse decorator for HTTP HEAD requests.
HttpHeadResponseDecorator(ServerHttpResponse) - Constructor for class org.springframework.http.server.reactive.HttpHeadResponseDecorator
 
HttpInputMessage - Interface in org.springframework.http
Represents an HTTP input message, consisting of headers and a readable body.
HttpLogging - Class in org.springframework.http
Holds the shared logger named "org.springframework.web.HttpLogging" for HTTP related logging when "org.springframework.http" is not enabled but "org.springframework.web" is.
HttpLogging() - Constructor for class org.springframework.http.HttpLogging
 
HttpMediaTypeException - Exception in org.springframework.web
Abstract base for exceptions related to media types.
HttpMediaTypeException(String) - Constructor for exception org.springframework.web.HttpMediaTypeException
Deprecated.
as of 6.0
HttpMediaTypeException(String, List<MediaType>) - Constructor for exception org.springframework.web.HttpMediaTypeException
Deprecated.
as of 6.0
HttpMediaTypeException(String, List<MediaType>, String, Object[]) - Constructor for exception org.springframework.web.HttpMediaTypeException
Create a new HttpMediaTypeException with a list of supported media types.
HttpMediaTypeNotAcceptableException - Exception in org.springframework.web
Exception thrown when the request handler cannot generate a response that is acceptable by the client.
HttpMediaTypeNotAcceptableException(String) - Constructor for exception org.springframework.web.HttpMediaTypeNotAcceptableException
Constructor for when the Accept header cannot be parsed.
HttpMediaTypeNotAcceptableException(List<MediaType>) - Constructor for exception org.springframework.web.HttpMediaTypeNotAcceptableException
Create a new HttpMediaTypeNotSupportedException.
HttpMediaTypeNotSupportedException - Exception in org.springframework.web
Exception thrown when a client POSTs, PUTs, or PATCHes content of a type not supported by request handler.
HttpMediaTypeNotSupportedException(String) - Constructor for exception org.springframework.web.HttpMediaTypeNotSupportedException
Create a new HttpMediaTypeNotSupportedException.
HttpMediaTypeNotSupportedException(String, List<MediaType>) - Constructor for exception org.springframework.web.HttpMediaTypeNotSupportedException
Create a new HttpMediaTypeNotSupportedException for a parse error.
HttpMediaTypeNotSupportedException(MediaType, List<MediaType>) - Constructor for exception org.springframework.web.HttpMediaTypeNotSupportedException
Create a new HttpMediaTypeNotSupportedException.
HttpMediaTypeNotSupportedException(MediaType, List<MediaType>, HttpMethod) - Constructor for exception org.springframework.web.HttpMediaTypeNotSupportedException
Create a new HttpMediaTypeNotSupportedException.
HttpMediaTypeNotSupportedException(MediaType, List<MediaType>, HttpMethod, String) - Constructor for exception org.springframework.web.HttpMediaTypeNotSupportedException
Create a new HttpMediaTypeNotSupportedException.
HttpMessage - Interface in org.springframework.http
Represents the base interface for HTTP request and response messages.
httpMessageCodecs(Consumer<ServerCodecConfigurer>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ControllerSpec
Configure custom HTTP message readers and writers or override built-in ones.
HttpMessageConversionException - Exception in org.springframework.http.converter
Thrown by HttpMessageConverter implementations when a conversion attempt fails.
HttpMessageConversionException(String) - Constructor for exception org.springframework.http.converter.HttpMessageConversionException
Create a new HttpMessageConversionException.
HttpMessageConversionException(String, Throwable) - Constructor for exception org.springframework.http.converter.HttpMessageConversionException
Create a new HttpMessageConversionException.
HttpMessageConverter<T> - Interface in org.springframework.http.converter
Strategy interface for converting from and to HTTP requests and responses.
HttpMessageConverterExtractor<T> - Class in org.springframework.web.client
Response extractor that uses the given entity converters to convert the response into a type T.
HttpMessageConverterExtractor(Class<T>, List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.client.HttpMessageConverterExtractor
Create a new instance of the HttpMessageConverterExtractor with the given response type and message converters.
HttpMessageConverterExtractor(Type, List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.client.HttpMessageConverterExtractor
Creates a new instance of the HttpMessageConverterExtractor with the given response type and message converters.
HttpMessageDecoder<T> - Interface in org.springframework.http.codec
Extension of Decoder exposing extra methods relevant in the context of HTTP request or response body decoding.
HttpMessageEncoder<T> - Interface in org.springframework.http.codec
Extension of Encoder exposing extra methods relevant in the context of HTTP request or response body encoding.
HttpMessageNotReadableException - Exception in org.springframework.http.converter
HttpMessageNotReadableException(String) - Constructor for exception org.springframework.http.converter.HttpMessageNotReadableException
HttpMessageNotReadableException(String, Throwable) - Constructor for exception org.springframework.http.converter.HttpMessageNotReadableException
HttpMessageNotReadableException(String, Throwable, HttpInputMessage) - Constructor for exception org.springframework.http.converter.HttpMessageNotReadableException
Create a new HttpMessageNotReadableException.
HttpMessageNotReadableException(String, HttpInputMessage) - Constructor for exception org.springframework.http.converter.HttpMessageNotReadableException
Create a new HttpMessageNotReadableException.
HttpMessageNotWritableException - Exception in org.springframework.http.converter
HttpMessageNotWritableException(String) - Constructor for exception org.springframework.http.converter.HttpMessageNotWritableException
Create a new HttpMessageNotWritableException.
HttpMessageNotWritableException(String, Throwable) - Constructor for exception org.springframework.http.converter.HttpMessageNotWritableException
Create a new HttpMessageNotWritableException.
HttpMessageReader<T> - Interface in org.springframework.http.codec
Strategy for reading from a ReactiveHttpInputMessage and decoding the stream of bytes to Objects of type <T>.
HttpMessageWriter<T> - Interface in org.springframework.http.codec
Strategy for encoding a stream of objects of type <T> and writing the encoded stream of bytes to an ReactiveHttpOutputMessage.
HttpMessageWriterView - Class in org.springframework.web.reactive.result.view
View that writes model attribute(s) with an HttpMessageWriter.
HttpMessageWriterView(Encoder<?>) - Constructor for class org.springframework.web.reactive.result.view.HttpMessageWriterView
Constructor with an Encoder.
HttpMessageWriterView(HttpMessageWriter<?>) - Constructor for class org.springframework.web.reactive.result.view.HttpMessageWriterView
Constructor with a fully initialized HttpMessageWriter.
HttpMethod - Class in org.springframework.http
Represents an HTTP request method.
HttpMethodArgumentResolver - Class in org.springframework.web.service.invoker
HttpServiceArgumentResolver that resolves the target request's HTTP method from an HttpMethod argument.
HttpMethodArgumentResolver() - Constructor for class org.springframework.web.service.invoker.HttpMethodArgumentResolver
 
httpOnly(boolean) - Method in interface org.springframework.http.ResponseCookie.ResponseCookieBuilder
Add the "HttpOnly" attribute to the cookie.
httpOnly(String, boolean) - Method in class org.springframework.test.web.reactive.server.CookieAssertions
Assert a cookie's httpOnly attribute.
httpOnly(String, boolean) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
Assert whether the cookie must be HTTP only.
HttpOutputMessage - Interface in org.springframework.http
Represents an HTTP output message, consisting of headers and a writable body.
HttpRange - Class in org.springframework.http
Represents an HTTP (byte) range for use with the HTTP "Range" header.
HttpRange() - Constructor for class org.springframework.http.HttpRange
 
httpRequest() - Method in interface org.springframework.web.reactive.function.client.ClientRequest
Return consumer(s) configured to access to the ClientHttpRequest.
httpRequest(Consumer<ClientHttpRequest>) - Method in interface org.springframework.web.client.RestClient.RequestHeadersSpec
Callback for access to the ClientHttpRequest that in turn provides access to the native request of the underlying HTTP library.
httpRequest(Consumer<ClientHttpRequest>) - Method in interface org.springframework.web.reactive.function.client.ClientRequest.Builder
Callback for access to the ClientHttpRequest that in turn provides access to the native request of the underlying HTTP library.
httpRequest(Consumer<ClientHttpRequest>) - Method in interface org.springframework.web.reactive.function.client.WebClient.RequestHeadersSpec
Callback for access to the ClientHttpRequest that in turn provides access to the native request of the underlying HTTP library.
HttpRequest - Interface in org.springframework.http
Represents an HTTP request message, consisting of a method and a URI.
HttpRequestHandler - Interface in org.springframework.web
Plain handler interface for components that process HTTP requests, analogous to a Servlet.
httpRequestHandlerAdapter() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Returns a HttpRequestHandlerAdapter for processing requests with HttpRequestHandlers.
HttpRequestHandlerAdapter - Class in org.springframework.web.servlet.mvc
Adapter to use the plain HttpRequestHandler interface with the generic DispatcherServlet.
HttpRequestHandlerAdapter() - Constructor for class org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter
 
HttpRequestHandlerServlet - Class in org.springframework.web.context.support
Simple HttpServlet that delegates to an HttpRequestHandler bean defined in Spring's root web application context.
HttpRequestHandlerServlet() - Constructor for class org.springframework.web.context.support.HttpRequestHandlerServlet
 
HttpRequestMethodNotSupportedException - Exception in org.springframework.web
Exception thrown when a request handler does not support a specific request method.
HttpRequestMethodNotSupportedException(String) - Constructor for exception org.springframework.web.HttpRequestMethodNotSupportedException
Create a new HttpRequestMethodNotSupportedException.
HttpRequestMethodNotSupportedException(String, Collection<String>) - Constructor for exception org.springframework.web.HttpRequestMethodNotSupportedException
Create a new HttpRequestMethodNotSupportedException.
HttpRequestValues - Class in org.springframework.web.service.invoker
Container for HTTP request values extracted from an @HttpExchange-annotated method and argument values passed to it.
HttpRequestValues(HttpMethod, URI, String, Map<String, String>, HttpHeaders, MultiValueMap<String, String>, Map<String, Object>, Object) - Constructor for class org.springframework.web.service.invoker.HttpRequestValues
Deprecated, for removal: This API element is subject to removal in a future version.
HttpRequestValues(HttpMethod, URI, UriBuilderFactory, String, Map<String, String>, HttpHeaders, MultiValueMap<String, String>, Map<String, Object>, Object) - Constructor for class org.springframework.web.service.invoker.HttpRequestValues
HttpRequestValues.Builder - Class in org.springframework.web.service.invoker
Builder for HttpRequestValues.
HttpRequestWrapper - Class in org.springframework.http.client.support
Provides a convenient implementation of the HttpRequest interface that can be overridden to adapt the request.
HttpRequestWrapper(HttpRequest) - Constructor for class org.springframework.http.client.support.HttpRequestWrapper
Create a new HttpRequest wrapping the given request object.
HttpResource - Interface in org.springframework.web.reactive.resource
Extended interface for a Resource to be written to an HTTP response.
HttpResource - Interface in org.springframework.web.servlet.resource
Extended interface for a Resource to be written to an HTTP response.
HttpServerErrorException - Exception in org.springframework.web.client
Exception thrown when an HTTP 5xx is received.
HttpServerErrorException(String, HttpStatusCode, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpServerErrorException
Constructor with a status code and status text, headers, content, and a prepared message.
HttpServerErrorException(HttpStatusCode) - Constructor for exception org.springframework.web.client.HttpServerErrorException
Constructor with a status code only.
HttpServerErrorException(HttpStatusCode, String) - Constructor for exception org.springframework.web.client.HttpServerErrorException
Constructor with a status code and status text.
HttpServerErrorException(HttpStatusCode, String, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpServerErrorException
Constructor with a status code and status text, and content.
HttpServerErrorException(HttpStatusCode, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpServerErrorException
Constructor with a status code and status text, headers, and content.
HttpServerErrorException.BadGateway - Exception in org.springframework.web.client
HttpServerErrorException for HTTP status 502 Bad Gateway.
HttpServerErrorException.GatewayTimeout - Exception in org.springframework.web.client
HttpServerErrorException for status HTTP 504 Gateway Timeout.
HttpServerErrorException.InternalServerError - Exception in org.springframework.web.client
HttpServerErrorException for status HTTP 500 Internal Server Error.
HttpServerErrorException.NotImplemented - Exception in org.springframework.web.client
HttpServerErrorException for status HTTP 501 Not Implemented.
HttpServerErrorException.ServiceUnavailable - Exception in org.springframework.web.client
HttpServerErrorException for status HTTP 503 Service Unavailable.
HttpServiceArgumentResolver - Interface in org.springframework.web.service.invoker
Resolve an argument from an @HttpExchange-annotated method to one or more HTTP request values.
HttpServiceProxyFactory - Class in org.springframework.web.service.invoker
Factory to create a client proxy from an HTTP service interface with @HttpExchange methods.
HttpServiceProxyFactory.Builder - Class in org.springframework.web.service.invoker
Builder to create an HttpServiceProxyFactory.
HttpServletBean - Class in org.springframework.web.servlet
Simple extension of HttpServlet which treats its config parameters (init-param entries within the servlet tag in web.xml) as bean properties.
HttpServletBean() - Constructor for class org.springframework.web.servlet.HttpServletBean
 
HttpSessionHandshakeInterceptor - Class in org.springframework.web.socket.server.support
An interceptor to copy information from the HTTP session to the "handshake attributes" map to be made available via WebSocketSession.getAttributes().
HttpSessionHandshakeInterceptor() - Constructor for class org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
Default constructor for copying all HTTP session attributes and the HTTP session id.
HttpSessionHandshakeInterceptor(Collection<String>) - Constructor for class org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
Constructor for copying specific HTTP session attributes and the HTTP session id.
HttpSessionMutexListener - Class in org.springframework.web.util
Servlet HttpSessionListener that automatically exposes the session mutex when an HttpSession gets created.
HttpSessionMutexListener() - Constructor for class org.springframework.web.util.HttpSessionMutexListener
 
HttpSessionRequiredException - Exception in org.springframework.web
Exception thrown when an HTTP request handler requires a pre-existing session.
HttpSessionRequiredException(String) - Constructor for exception org.springframework.web.HttpSessionRequiredException
Create a new HttpSessionRequiredException.
HttpSessionRequiredException(String, String) - Constructor for exception org.springframework.web.HttpSessionRequiredException
Create a new HttpSessionRequiredException.
HttpStatus - Enum Class in org.springframework.http
Enumeration of HTTP status codes.
HttpStatus.Series - Enum Class in org.springframework.http
Enumeration of HTTP status series.
HttpStatusCode - Interface in org.springframework.http
Represents an HTTP response status code.
HttpStatusCodeException - Exception in org.springframework.web.client
Abstract base class for exceptions based on an HttpStatusCode.
HttpStatusCodeException(String, HttpStatusCode, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
Construct instance with an HttpStatusCode, status text, content, and a response charset.
HttpStatusCodeException(HttpStatusCode) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
Construct a new instance with an HttpStatusCode.
HttpStatusCodeException(HttpStatusCode, String) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
Construct a new instance with an HttpStatusCode and status text.
HttpStatusCodeException(HttpStatusCode, String, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
Construct instance with an HttpStatusCode, status text, and content.
HttpStatusCodeException(HttpStatusCode, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
Construct instance with an HttpStatusCode, status text, content, and a response charset.
httpUrl(ServerRequestObservationContext) - Method in class org.springframework.http.server.observation.DefaultServerRequestObservationConvention
 
httpUrl(ServerRequestObservationContext) - Method in class org.springframework.http.server.reactive.observation.DefaultServerRequestObservationConvention
 
httpUrl(ClientRequestObservationContext) - Method in class org.springframework.web.reactive.function.client.DefaultClientRequestObservationConvention
 
HttpWebHandlerAdapter - Class in org.springframework.web.server.adapter
Default adapter of WebHandler to the HttpHandler contract.
HttpWebHandlerAdapter(WebHandler) - Constructor for class org.springframework.web.server.adapter.HttpWebHandlerAdapter
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form