| Package | Description |
|---|---|
| org.springframework.http |
Contains a basic abstraction over client/server-side HTTP.
|
| org.springframework.http.client |
Contains an abstraction over client-side HTTP.
|
| org.springframework.http.client.support |
This package provides generic HTTP support classes,
to be used by higher-level classes like RestTemplate.
|
| org.springframework.http.server |
Contains an abstraction over server-side HTTP.
|
| org.springframework.mock.http |
Mock implementations of client/server-side HTTP abstractions.
|
| org.springframework.mock.http.client |
Mock implementations of client-side HTTP abstractions.
|
| org.springframework.web.multipart.support |
Support classes for the multipart resolution framework.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HttpInputMessage
|
interface |
HttpOutputMessage
|
interface |
HttpRequest
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClientHttpRequest
Represents a client-side HTTP request.
|
interface |
ClientHttpResponse
Represents a client-side HTTP response.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractClientHttpRequest
Abstract base for
ClientHttpRequest that makes sure that headers
and body are not written multiple times. |
class |
AbstractClientHttpResponse
Abstract base for
ClientHttpResponse. |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpRequestWrapper
Provides a convenient implementation of the
HttpRequest interface that can be overridden to adapt the
request. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ServerHttpRequest
Represents a server-side HTTP request.
|
interface |
ServerHttpResponse
Represents a server-side HTTP response.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServletServerHttpRequest
ServerHttpRequest implementation that is based on a HttpServletRequest. |
class |
ServletServerHttpResponse
ServerHttpResponse implementation that is based on a HttpServletResponse. |
| Modifier and Type | Class and Description |
|---|---|
class |
MockHttpInputMessage
Mock implementation of
HttpInputMessage. |
class |
MockHttpOutputMessage
Mock implementation of
HttpOutputMessage. |
| Modifier and Type | Class and Description |
|---|---|
class |
MockClientHttpRequest
Mock implementation of
ClientHttpRequest. |
class |
MockClientHttpResponse
Mock implementation of
ClientHttpResponse. |
| Modifier and Type | Class and Description |
|---|---|
class |
RequestPartServletServerHttpRequest
ServerHttpRequest implementation that accesses one part of a multipart
request. |
Copyright © 2015. All rights reserved.