Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.http Classes and Interfaces - 87 results found.
NameDescriptionTypePackageFramework
AbstractClientHttpRequestAbstract base for ClientHttpRequest that makes sure that headersand body are not written multiple times.Classorg.springframework.http.clientSpring MVC
AbstractClientHttpRequestFactoryWrapperAbstract base class for ClientHttpRequestFactory implementationsthat decorate another request factory.Classorg.springframework.http.clientSpring MVC
AbstractClientHttpResponseAbstract base for ClientHttpResponse.Classorg.springframework.http.clientSpring MVC
AbstractGenericHttpMessageConverterAbstract base class for most GenericHttpMessageConverter implementations.Classorg.springframework.http.converterSpring MVC
AbstractHttpMessageConverterAbstract base class for most HttpMessageConverter implementations.Classorg.springframework.http.converterSpring MVC
AbstractJackson2HttpMessageConverterAbstract base class for Jackson based and content type independentHttpMessageConverter implementations.Classorg.springframework.http.converter.jsonSpring MVC
AbstractJaxb2HttpMessageConverterAbstract base class for HttpMessageConvertersthat use JAXB2.Classorg.springframework.http.converter.xmlSpring MVC
AbstractWireFeedHttpMessageConverterAbstract base class for Atom and RSS Feed message converters, using the>NOTE: As of Spring 4.Classorg.springframework.http.converter.feedSpring MVC
AbstractXmlHttpMessageConverterAbstract base class for HttpMessageConvertersthat convert from/to XML.Classorg.springframework.http.converter.xmlSpring MVC
AllEncompassingFormHttpMessageConverterExtension of FormHttpMessageConverter,adding support for XML and JSON-based parts.Classorg.springframework.http.converter.supportSpring MVC
AsyncClientHttpRequestRepresents a client-side asynchronous HTTP request.Interfaceorg.springframework.http.clientSpring MVC
AsyncClientHttpRequestFactoryFactory for AsyncClientHttpRequest objects.Interfaceorg.springframework.http.clientSpring MVC
AsyncHttpAccessorBase class for AsyncRestTemplateand other HTTP accessing gateway helpers, defining common propertiesClassorg.springframework.http.client.supportSpring MVC
AtomFeedHttpMessageConverterthat can read and write Atom feeds.Classorg.springframework.http.converter.feedSpring MVC
BufferedImageHttpMessageConverterBy default, this converter can read all media types that are supportedby the registered image readers,Classorg.springframework.http.converterSpring MVC
BufferingClientHttpRequestFactoryWrapper for a ClientHttpRequestFactory that buffersall outgoing and incoming streams in memory.Classorg.springframework.http.clientSpring MVC
ByteArrayHttpMessageConverterBy default, this converter supports all media types (*/*), andwrites with a Content-Type of application/octet-stream.Classorg.springframework.http.converterSpring MVC
CacheControlA builder for creating Cache-Control HTTP response headers.Classorg.springframework.httpSpring MVC
ClientHttpRequestRepresents a client-side HTTP request.Interfaceorg.springframework.http.clientSpring MVC
ClientHttpRequestExecutionRepresents the context of a client-side HTTP request execution.Interfaceorg.springframework.http.clientSpring MVC
ClientHttpRequestFactoryFactory for ClientHttpRequest objects.Interfaceorg.springframework.http.clientSpring MVC
ClientHttpRequestInterceptorIntercepts client-side HTTP requests.Interfaceorg.springframework.http.clientSpring MVC
ClientHttpResponseRepresents a client-side HTTP response.Interfaceorg.springframework.http.clientSpring MVC
ExtensionRegistryInitializerGoogle Protocol Messages can contain message extensions that can be parsed ifthe appropriate configuration has been registered in the ExtensionRegistry.Interfaceorg.springframework.http.converter.protobufSpring MVC
FormHttpMessageConverterforms and also to write (but not read) multipart data (e.Classorg.springframework.http.converterSpring MVC
GenericHttpMessageConverterA specialization of HttpMessageConverter that can convert an HTTP requestinto a target object of a specified generic type and a source object of a specifiedInterfaceorg.springframework.http.converterSpring MVC
GsonBuilderUtilsA simple utility class for obtaining a Google Gson 2.Classorg.springframework.http.converter.jsonSpring MVC
GsonFactoryBeanA FactoryBean for creating a Google Gson 2.Classorg.springframework.http.converter.jsonSpring MVC
GsonHttpMessageConverterthat can read and write JSON using theGoogle Gson library'sClassorg.springframework.http.converter.jsonSpring MVC
HttpAccessorBase class for RestTemplateand other HTTP accessing gateway helpers, defining common propertiesClassorg.springframework.http.client.supportSpring MVC
HttpComponentsAsyncClientHttpRequestFactoryAsynchronous extension of the HttpComponentsClientHttpRequestFactory.Classorg.springframework.http.clientSpring MVC
HttpComponentsClientHttpRequestFactoryClientHttpRequestFactory implementation thatuses Apache HttpComponentsClassorg.springframework.http.clientSpring MVC
HttpEntityRepresents an HTTP request or response entity, consisting of headers and body.Classorg.springframework.httpSpring MVC
HttpHeadersRepresents HTTP request and response headers, mapping string header names to list of string values.Classorg.springframework.httpSpring MVC
HttpInputMessageRepresents an HTTP input message, consisting of headersand a readable body.Interfaceorg.springframework.httpSpring MVC
HttpMessageRepresents the base interface for HTTP request and response messages.Interfaceorg.springframework.httpSpring MVC
HttpMessageConversionExceptionThrown by HttpMessageConverter implementations when a conversion attempt fails.Classorg.springframework.http.converterSpring MVC
HttpMessageConverterStrategy interface that specifies a converter that can convert from and to HTTP requests and responses.Interfaceorg.springframework.http.converterSpring MVC
HttpMessageNotReadableExceptionThrown by HttpMessageConverter implementations when theHttpMessageConverter.Classorg.springframework.http.converterSpring MVC
HttpMessageNotWritableExceptionThrown by HttpMessageConverter implementations when theHttpMessageConverter.Classorg.springframework.http.converterSpring MVC
HttpMethodJava 5 enumeration of HTTP request methods.Classorg.springframework.httpSpring MVC
HttpOutputMessageRepresents an HTTP output message, consisting of headersand a writable body.Interfaceorg.springframework.httpSpring MVC
HttpRangeRepresents an HTTP (byte) range for use with the HTTP Range header.Classorg.springframework.httpSpring MVC
HttpRequestRepresents an HTTP request message, consisting ofSince:3.Interfaceorg.springframework.httpSpring MVC
HttpRequestWrapperProvides a convenient implementation of the HttpRequest interfacethat can be overridden to adapt the request.Classorg.springframework.http.client.supportSpring MVC
HttpStatusJava 5 enumeration of HTTP status codes.Classorg.springframework.httpSpring MVC
HttpStatus .SeriesJava 5 enumeration of HTTP status series.Classorg.springframework.http.HttpStatusSpring MVC
InterceptingClientHttpRequestFactoryWrapper for a ClientHttpRequestFactory that has support for ClientHttpRequestInterceptors.Classorg.springframework.http.clientSpring MVC
InterceptingHttpAccessorBase class for RestTemplate and other HTTP accessing gateway helpers, addinginterceptor-related properties to HttpAccessor's common properties.Classorg.springframework.http.client.supportSpring MVC
InvalidMediaTypeExceptionException thrown from MediaType.Classorg.springframework.httpSpring MVC
Jackson2ObjectMapperBuilderA builder used to create ObjectMapper instances with a fluent API.Classorg.springframework.http.converter.jsonSpring MVC
Jackson2ObjectMapperFactoryBeanA FactoryBean for creating a Jackson 2.Classorg.springframework.http.converter.jsonSpring MVC
Jaxb2CollectionHttpMessageConverterAn HttpMessageConverter that can read XML collections using JAXB2.Classorg.springframework.http.converter.xmlSpring MVC
Jaxb2RootElementHttpMessageConverterThis converter can read classes annotated with XmlRootElement andXmlType, and write classes annotated with with XmlRootElement,Classorg.springframework.http.converter.xmlSpring MVC
MappingJackson2HttpMessageConvertercan read and write JSON using Jackson 2.Classorg.springframework.http.converter.jsonSpring MVC
MappingJackson2XmlHttpMessageConverterthat can read and write XML using Jackson 2.Classorg.springframework.http.converter.xmlSpring MVC
MappingJacksonInputMessageHttpInputMessage that can eventually stores a Jackson view that will be usedto deserialize the message.Classorg.springframework.http.converter.jsonSpring MVC
MappingJacksonValueA simple holder for the POJO to serialize viaMappingJackson2HttpMessageConverter along with furtherClassorg.springframework.http.converter.jsonSpring MVC
MarshallingHttpMessageConverterthat can read and write XML using Spring's Marshaller and Unmarshaller abstractions.Classorg.springframework.http.converter.xmlSpring MVC
MediaTypeA sub-class of MimeType that adds support for quality parameters as definedin the HTTP specification.Classorg.springframework.httpSpring MVC
MediaTypeEditorEditor for MediaTypedescriptors, to automatically convert String specificationsClassorg.springframework.httpSpring MVC
Netty4ClientHttpRequestFactoryClientHttpRequestFactory implementation thatuses Netty 4 to create requests.Classorg.springframework.http.clientSpring MVC
ObjectToStringHttpMessageConverterAn HttpMessageConverter that uses StringHttpMessageConverterfor reading and writing content and a ConversionService for convertingClassorg.springframework.http.converterSpring MVC
OkHttpClientHttpRequestFactoryClientHttpRequestFactory implementation that usesOkHttp to create requests.Classorg.springframework.http.clientSpring MVC
ProtobufHttpMessageConverterAn HttpMessageConverter that can read and write ProtobufGoogle Protocol buffers.Classorg.springframework.http.converter.protobufSpring MVC
ProxyFactoryBeanFactoryBean that creates a java.Classorg.springframework.http.client.supportSpring MVC
RequestEntityExtension of HttpEntity that adds a method andUsed in RestTemplate and @Controller methods.Classorg.springframework.httpSpring MVC
RequestEntity .BodyBuilderDefines a builder that adds a body to the response entity.Interfaceorg.springframework.http.RequestEntitySpring MVC
RequestEntity .HeadersBuilderDefines a builder that adds headers to the request entity.Interfaceorg.springframework.http.RequestEntitySpring MVC
ResourceHttpMessageConverterBy default, this converter can read all media types.Classorg.springframework.http.converterSpring MVC
ResponseEntityExtension of HttpEntity that adds a HttpStatus status code.Classorg.springframework.httpSpring MVC
ResponseEntity .BodyBuilderDefines a builder that adds a body to the response entity.Interfaceorg.springframework.http.ResponseEntitySpring MVC
ResponseEntity .HeadersBuilderDefines a builder that adds headers to the response entity.Interfaceorg.springframework.http.ResponseEntitySpring MVC
RssChannelHttpMessageConverterthat can read and write RSS feeds.Classorg.springframework.http.converter.feedSpring MVC
ServerHttpAsyncRequestControlA control that can put the processing of an HTTP request in asynchronous mode duringwhich the response remains open until explicitly closed.Interfaceorg.springframework.http.serverSpring MVC
ServerHttpRequestRepresents a server-side HTTP request.Interfaceorg.springframework.http.serverSpring MVC
ServerHttpResponseRepresents a server-side HTTP response.Interfaceorg.springframework.http.serverSpring MVC
ServletServerHttpAsyncRequestControlA ServerHttpAsyncRequestControl to use on Servlet containers (Servlet 3.Classorg.springframework.http.serverSpring MVC
ServletServerHttpRequestServerHttpRequest implementation that is based on a HttpServletRequest.Classorg.springframework.http.serverSpring MVC
ServletServerHttpResponseServerHttpResponse implementation that is based on a HttpServletResponse.Classorg.springframework.http.serverSpring MVC
SimpleClientHttpRequestFactoryClientHttpRequestFactory implementation that uses standard JDK facilities.Classorg.springframework.http.clientSpring MVC
SourceHttpMessageConverterthat can read and write Source objects.Classorg.springframework.http.converter.xmlSpring MVC
SpringHandlerInstantiatorEventually get Jackson handler (JsonSerializer, JsonDeserializer,KeyDeserializer, TypeResolverBuilder, TypeIdResolver) beans byClassorg.springframework.http.converter.jsonSpring MVC
StreamingHttpOutputMessageRepresents a HTTP output message that allows for setting a streaming body.Interfaceorg.springframework.httpSpring MVC
StreamingHttpOutputMessage .BodyDefines the contract for bodies that can be written directly to an OutputStream.Interfaceorg.springframework.http.StreamingHttpOutputMessageSpring MVC
StringHttpMessageConverterBy default, this converter supports all media types (*/*),and writes with a Content-Type of text/plain.Classorg.springframework.http.converterSpring MVC
XmlAwareFormHttpMessageConverterExtension of FormHttpMessageConverter,adding support for XML-based parts through a SourceHttpMessageConverter.Classorg.springframework.http.converter.xmlSpring MVC