Modifier and Type | Method and Description |
---|---|
MultivaluedMap<String,String> |
PathSegment.getMatrixParameters()
Get a map of the matrix parameters associated with the path segment.
|
abstract MultivaluedMap<String,Object> |
Response.getMetadata()
Get metadata associated with the response as a map.
|
MultivaluedMap<String,String> |
UriInfo.getPathParameters()
Get the values of any embedded URI template parameters.
|
MultivaluedMap<String,String> |
UriInfo.getPathParameters(boolean decode)
Get the values of any embedded URI template parameters.
|
MultivaluedMap<String,String> |
UriInfo.getQueryParameters()
Get the URI query parameters of the current request.
|
MultivaluedMap<String,String> |
UriInfo.getQueryParameters(boolean decode)
Get the URI query parameters of the current request.
|
MultivaluedMap<String,String> |
HttpHeaders.getRequestHeaders()
Get the values of HTTP request headers.
|
Modifier and Type | Method and Description |
---|---|
T |
MessageBodyReader.readFrom(Class<T> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
InputStream entityStream)
Read a type from the
InputStream . |
void |
MessageBodyWriter.writeTo(T t,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream)
Write a type to an HTTP response.
|
Modifier and Type | Field and Description |
---|---|
protected MultivaluedMap<String,String> |
ClientRequest.formParameters |
protected MultivaluedMap<String,Object> |
ClientRequest.headers |
protected MultivaluedMap<String,String> |
ClientRequest.matrixParameters |
protected MultivaluedMap<String,String> |
ClientRequest.pathParameters |
protected MultivaluedMap<String,String> |
ClientRequest.queryParameters |
Modifier and Type | Method and Description |
---|---|
MultivaluedMap<String,String> |
ClientRequest.getFormParameters() |
abstract MultivaluedMap<String,String> |
ClientResponse.getHeaders()
This method returns the same exact map as Response.getMetadata() except as a map of strings rather than objects
|
MultivaluedMap<String,String> |
ClientRequest.getHeaders() |
MultivaluedMap<String,Object> |
ClientRequest.getHeadersAsObjects() |
MultivaluedMap<String,String> |
ClientRequest.getMatrixParameters() |
MultivaluedMap<String,String> |
ClientRequest.getPathParameters() |
MultivaluedMap<String,String> |
ClientRequest.getQueryParameters() |
Modifier and Type | Method and Description |
---|---|
Class |
EntityTypeFactory.getEntityType(int status,
MultivaluedMap<String,Object> metadata) |
void |
ClientRequest.writeRequestBody(MultivaluedMap<String,Object> headers,
OutputStream outputStream) |
Modifier and Type | Method and Description |
---|---|
MultivaluedMap<String,String> |
CacheEntry.getHeaders() |
MultivaluedMap<String,String> |
BrowserCache.Entry.getHeaders() |
Modifier and Type | Method and Description |
---|---|
BrowserCache.Entry |
MapCache.put(String key,
MediaType mediaType,
MultivaluedMap<String,String> headers,
byte[] cached,
int expires,
String etag,
String lastModified) |
BrowserCache.Entry |
LightweightBrowserCache.put(String key,
MediaType mediaType,
MultivaluedMap<String,String> headers,
byte[] cached,
int expires,
String etag,
String lastModified) |
BrowserCache.Entry |
BrowserCache.put(String key,
MediaType mediaType,
MultivaluedMap<String,String> headers,
byte[] cached,
int expires,
String etag,
String lastModified) |
Constructor and Description |
---|
CacheEntry(String key,
MultivaluedMap<String,String> headers,
byte[] cached,
int expires,
String etag,
String lastModified,
MediaType mediaType) |
Modifier and Type | Field and Description |
---|---|
protected MultivaluedMap<String,String> |
BaseClientResponse.headers |
Modifier and Type | Method and Description |
---|---|
MultivaluedMap<String,String> |
BaseClientResponse.getHeaders() |
MultivaluedMap<String,Object> |
BaseClientResponse.getMetadata() |
Modifier and Type | Method and Description |
---|---|
Class |
VoidEntityTypeFactory.getEntityType(int status,
MultivaluedMap<String,Object> metadata) |
void |
BaseClientResponse.setHeaders(MultivaluedMap<String,String> headers) |
Constructor and Description |
---|
ClientMessageBodyReaderContext(MessageBodyReaderInterceptor[] interceptors,
MessageBodyReader reader,
Class type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> headers,
InputStream inputStream,
Map<String,Object> attributes) |
ClientMessageBodyWriterContext(MessageBodyWriterInterceptor[] interceptors,
MessageBodyWriter writer,
Object entity,
Class type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> headers,
OutputStream outputStream,
Map<String,Object> attributes) |
Modifier and Type | Class and Description |
---|---|
class |
Headers<V> |
Modifier and Type | Method and Description |
---|---|
MultivaluedMap<String,Object> |
ServerResponse.getMetadata() |
Modifier and Type | Method and Description |
---|---|
void |
ServerResponse.setMetadata(MultivaluedMap<String,Object> metadata) |
Modifier and Type | Field and Description |
---|---|
protected MultivaluedMap<String,Object> |
MessageBodyWriterContextImpl.headers |
protected MultivaluedMap<String,String> |
MessageBodyReaderContextImpl.headers |
Modifier and Type | Method and Description |
---|---|
MultivaluedMap<String,Object> |
MessageBodyWriterContextImpl.getHeaders() |
MultivaluedMap<String,String> |
MessageBodyReaderContextImpl.getHeaders() |
Modifier and Type | Method and Description |
---|---|
<T> T |
ReaderUtility.doRead(Class<T> type,
Type genericType,
MediaType mediaType,
Annotation[] annotations,
MultivaluedMap<String,String> requestHeaders,
InputStream inputStream) |
<T> T |
ReaderUtility.doRead(Class<T> type,
Type genericType,
MediaType mediaType,
MultivaluedMap<String,String> requestHeaders,
InputStream is) |
void |
WriterUtility.doWrite(Object toOutput,
Class type,
Type genericType,
MediaType mediaType,
Annotation[] annotations,
MultivaluedMap<String,Object> requestHeaders,
OutputStream outputStream) |
void |
WriterUtility.doWrite(Object toOutput,
Class type,
Type genericType,
MediaType mediaType,
MultivaluedMap<String,Object> requestHeaders,
OutputStream os) |
Modifier and Type | Field and Description |
---|---|
protected MultivaluedMap<String,String> |
MockHttpRequest.decodedFormParameters |
protected MultivaluedMap<String,String> |
MockHttpRequest.formParameters |
Modifier and Type | Method and Description |
---|---|
MultivaluedMap<String,String> |
MockHttpRequest.getDecodedFormParameters() |
MultivaluedMap<String,String> |
MockHttpRequest.getFormParameters() |
MultivaluedMap<String,Object> |
MockHttpResponse.getOutputHeaders() |
Modifier and Type | Method and Description |
---|---|
MultivaluedMap<String,Object> |
SimpleServerCache.CacheEntry.getHeaders() |
MultivaluedMap<String,Object> |
ServerCache.Entry.getHeaders() |
MultivaluedMap<String,Object> |
JBossCache.CacheEntry.getHeaders() |
Modifier and Type | Method and Description |
---|---|
ServerCache.Entry |
SimpleServerCache.add(String uri,
MediaType mediaType,
CacheControl cc,
MultivaluedMap<String,Object> headers,
byte[] entity,
String etag)
Deprecated.
|
ServerCache.Entry |
ServerCache.add(String uri,
MediaType mediaType,
CacheControl cc,
MultivaluedMap<String,Object> headers,
byte[] entity,
String etag) |
ServerCache.Entry |
JBossCache.add(String uri,
MediaType mediaType,
CacheControl cc,
MultivaluedMap<String,Object> headers,
byte[] entity,
String etag) |
Modifier and Type | Method and Description |
---|---|
static MultivaluedMap<String,String> |
FormUrlEncodedProvider.parseForm(InputStream entityStream) |
MultivaluedMap<String,String> |
FormUrlEncodedProvider.readFrom(Class<MultivaluedMap<String,String>> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
Modifier and Type | Method and Description |
---|---|
long |
FormUrlEncodedProvider.getSize(MultivaluedMap<String,String> stringStringMultivaluedMap,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType) |
byte[] |
ByteArrayProvider.readFrom(Class<byte[]> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
DataSource |
DataSourceProvider.readFrom(Class<DataSource> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
InputStream entityStream)
FIXME Comment this
|
Document |
DocumentProvider.readFrom(Class<Document> clazz,
Type type,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> headers,
InputStream input) |
File |
FileProvider.readFrom(Class<File> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
IIOImage |
IIOImageProvider.readFrom(Class<IIOImage> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
InputStream |
InputStreamProvider.readFrom(Class<InputStream> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
MultivaluedMap<String,String> |
FormUrlEncodedProvider.readFrom(Class<MultivaluedMap<String,String>> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
Object |
YamlProvider.readFrom(Class<Object> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
String |
StringTextStar.readFrom(Class<String> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
Object |
DefaultTextPlain.readFrom(Class type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap httpHeaders,
InputStream entityStream) |
void |
ByteArrayProvider.writeTo(byte[] bytes,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
void |
DataSourceProvider.writeTo(DataSource dataSource,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream)
FIXME Comment this
|
void |
DocumentProvider.writeTo(Document document,
Class<?> clazz,
Type type,
Annotation[] annotation,
MediaType mediaType,
MultivaluedMap<String,Object> headers,
OutputStream output) |
void |
FileProvider.writeTo(File uploadFile,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
void |
IIOImageProvider.writeTo(IIOImage t,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
void |
InputStreamProvider.writeTo(InputStream inputStream,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
void |
FormUrlEncodedProvider.writeTo(MultivaluedMap<String,String> formData,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
void |
FormUrlEncodedProvider.writeTo(MultivaluedMap<String,String> formData,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
void |
YamlProvider.writeTo(Object t,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
void |
DefaultTextPlain.writeTo(Object o,
Class type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap httpHeaders,
OutputStream entityStream) |
void |
StreamingOutputProvider.writeTo(StreamingOutput streamingOutput,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
void |
StringTextStar.writeTo(String o,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
Modifier and Type | Method and Description |
---|---|
MultivaluedMap<String,String> |
FormUrlEncodedProvider.readFrom(Class<MultivaluedMap<String,String>> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
Modifier and Type | Method and Description |
---|---|
Entry |
AtomEntryProvider.readFrom(Class<Entry> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
Feed |
AtomFeedProvider.readFrom(Class<Feed> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
void |
AtomEntryProvider.writeTo(Entry entry,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
void |
AtomFeedProvider.writeTo(Feed feed,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
Modifier and Type | Method and Description |
---|---|
void |
HtmlRenderableWriter.writeTo(Renderable viewingPleasure,
Class type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap httpHeaders,
OutputStream entityStream) |
Modifier and Type | Method and Description |
---|---|
JAXBElement<?> |
JAXBElementProvider.readFrom(Class<JAXBElement<?>> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
Object |
MapProvider.readFrom(Class<Object> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
Object |
JAXBXmlTypeProvider.readFrom(Class<Object> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
Object |
CollectionProvider.readFrom(Class<Object> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
T |
AbstractJAXBProvider.readFrom(Class<T> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
void |
JAXBElementProvider.writeTo(JAXBElement<?> t,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
OutputStream outputStream) |
void |
MapProvider.writeTo(Object target,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
void |
JAXBXmlTypeProvider.writeTo(Object t,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
void |
CollectionProvider.writeTo(Object entry,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
void |
AbstractJAXBProvider.writeTo(T t,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
OutputStream outputStream) |
Modifier and Type | Method and Description |
---|---|
Object |
JsonMapProvider.readFrom(Class<Object> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
Object |
JsonCollectionProvider.readFrom(Class<Object> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
void |
JsonMapProvider.writeTo(Object target,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
void |
JsonCollectionProvider.writeTo(Object entry,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
Modifier and Type | Method and Description |
---|---|
MultivaluedMap<String,Object> |
OutputPart.getHeaders() |
MultivaluedMap<String,String> |
MultipartInputImpl.PartImpl.getHeaders() |
MultivaluedMap<String,String> |
InputPart.getHeaders() |
Modifier and Type | Method and Description |
---|---|
List<?> |
ListMultipartReader.readFrom(Class<List<?>> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
Map<?,?> |
MapMultipartFormDataReader.readFrom(Class<Map<?,?>> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
javax.mail.internet.MimeMultipart |
MimeMultipartProvider.readFrom(Class<javax.mail.internet.MimeMultipart> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
InputStream entityStream)
FIXME Comment this
|
MultipartFormDataInput |
MultipartFormDataReader.readFrom(Class<MultipartFormDataInput> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
MultipartInput |
MultipartReader.readFrom(Class<MultipartInput> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
MultipartRelatedInput |
MultipartRelatedReader.readFrom(Class<MultipartRelatedInput> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
Object |
XopWithMultipartRelatedReader.readFrom(Class<Object> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
Object |
MultipartFormAnnotationReader.readFrom(Class<Object> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
Object |
XopWithMultipartRelatedJAXBProvider.readFrom(Class<Object> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
InputStream entityStream,
MultipartRelatedInput xopPackage) |
protected void |
AbstractMultipartWriter.write(MultipartOutput multipartOutput,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
protected void |
AbstractMultipartWriter.writePart(OutputStream entityStream,
byte[] boundaryBytes,
OutputPart part,
MultivaluedMap<String,Object> headers) |
protected void |
AbstractMultipartRelatedWriter.writeRelated(MultipartRelatedOutput multipartRelatedOutput,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
void |
ListMultipartWriter.writeTo(List<Object> list,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
void |
MapMultipartFormDataWriter.writeTo(Map<String,Object> map,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
void |
MimeMultipartProvider.writeTo(javax.mail.internet.MimeMultipart mimeMultipart,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream)
FIXME Comment this
|
void |
MultipartFormDataWriter.writeTo(MultipartFormDataOutput multipartFormDataOutput,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
void |
MultipartWriter.writeTo(MultipartOutput multipartOutput,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
void |
MultipartRelatedWriter.writeTo(MultipartRelatedOutput multipartRelatedOutput,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
void |
XopWithMultipartRelatedJAXBProvider.writeTo(Object t,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
MultipartRelatedOutput xopPackage) |
void |
XopWithMultipartRelatedWriter.writeTo(Object t,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
void |
MultipartFormAnnotationWriter.writeTo(Object obj,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
Constructor and Description |
---|
HeaderFlushedOutputStream(MultivaluedMap<String,Object> headers,
OutputStream delegate) |
Modifier and Type | Field and Description |
---|---|
protected MultivaluedMap<String,String> |
BaseHttpRequest.decodedFormParameters |
protected MultivaluedMap<String,String> |
BaseHttpRequest.formParameters |
Modifier and Type | Method and Description |
---|---|
MultivaluedMap<String,String> |
BaseHttpRequest.getDecodedFormParameters() |
MultivaluedMap<String,String> |
BaseHttpRequest.getFormParameters() |
Modifier and Type | Field and Description |
---|---|
protected MultivaluedMap<String,String> |
NettyHttpRequest.decodedFormParameters |
protected MultivaluedMap<String,String> |
NettyHttpRequest.formParameters |
Modifier and Type | Method and Description |
---|---|
static MultivaluedMap<String,String> |
NettyUtil.extractRequestHeaders(org.jboss.netty.handler.codec.http.HttpRequest request) |
MultivaluedMap<String,String> |
NettyHttpRequest.getDecodedFormParameters() |
MultivaluedMap<String,String> |
NettyHttpRequest.getFormParameters() |
MultivaluedMap<String,Object> |
NettyHttpResponse.getOutputHeaders() |
Modifier and Type | Method and Description |
---|---|
static List<MediaType> |
NettyUtil.extractAccepts(MultivaluedMap<String,String> requestHeaders) |
static List<String> |
NettyUtil.extractLanguages(MultivaluedMap<String,String> requestHeaders) |
Modifier and Type | Class and Description |
---|---|
class |
HttpServletResponseHeaders |
Modifier and Type | Field and Description |
---|---|
protected MultivaluedMap<String,String> |
HttpServletInputMessage.decodedFormParameters |
protected MultivaluedMap<String,String> |
HttpServletInputMessage.formParameters |
Modifier and Type | Method and Description |
---|---|
static MultivaluedMap<String,String> |
ServletUtil.extractRequestHeaders(javax.servlet.http.HttpServletRequest request) |
MultivaluedMap<String,String> |
HttpServletInputMessage.getDecodedFormParameters() |
MultivaluedMap<String,String> |
HttpServletInputMessage.getFormParameters() |
MultivaluedMap<String,Object> |
HttpServletResponseWrapper.getOutputHeaders() |
MultivaluedMap<String,String> |
HttpServletInputMessage.getPutDecodedFormParameters() |
MultivaluedMap<String,String> |
HttpServletInputMessage.getPutFormParameters() |
Modifier and Type | Method and Description |
---|---|
static List<MediaType> |
ServletUtil.extractAccepts(MultivaluedMap<String,String> requestHeaders) |
static List<String> |
ServletUtil.extractLanguages(MultivaluedMap<String,String> requestHeaders) |
protected boolean |
HttpServletInputMessage.mapEquals(Map<String,String[]> parameterMap,
MultivaluedMap<String,String> queryMap) |
Modifier and Type | Method and Description |
---|---|
static MultivaluedMap<String,String> |
HttpExchangeUtil.extractRequestHeaders(com.sun.net.httpserver.HttpExchange request) |
MultivaluedMap<String,Object> |
HttpServerResponse.getOutputHeaders() |
Modifier and Type | Method and Description |
---|---|
static List<MediaType> |
HttpExchangeUtil.extractAccepts(MultivaluedMap<String,String> requestHeaders) |
static List<String> |
HttpExchangeUtil.extractLanguages(MultivaluedMap<String,String> requestHeaders) |
Modifier and Type | Field and Description |
---|---|
protected MultivaluedMap<String,String> |
VerificationResult.verifiedHeaders |
Modifier and Type | Method and Description |
---|---|
MultivaluedMap<String,String> |
VerificationResult.getVerifiedHeaders() |
MultivaluedMap<String,String> |
DKIMSignature.verify(boolean bodyHashRequired,
Map headers,
byte[] body,
PublicKey key)
Headers can be a Map
|
MultivaluedMap<String,String> |
Verification.verify(DKIMSignature signature,
Map headers,
byte[] body,
PublicKey publicKey)
Headers can be a Map
|
MultivaluedMap<String,String> |
DKIMSignature.verify(Map headers,
byte[] body,
PublicKey key) |
MultivaluedMap<String,String> |
Verifier.verifySignature(Map headers,
byte[] body,
Verification verification,
DKIMSignature signature) |
Modifier and Type | Method and Description |
---|---|
protected List<DKIMSignature> |
DigitalSigningInterceptor.getHeaders(MultivaluedMap<String,Object> headers) |
void |
VerificationResult.setVerifiedHeaders(MultivaluedMap<String,String> verifiedHeaders) |
protected void |
DigitalSigningInterceptor.sign(KeyRepository repository,
MultivaluedMap<String,Object> headers,
byte[] body,
DKIMSignature dosetaSignature) |
Modifier and Type | Method and Description |
---|---|
EnvelopedInput |
EnvelopedReader.readFrom(Class<EnvelopedInput> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> headers,
InputStream entityStream) |
SignedInput |
SignedReader.readFrom(Class<SignedInput> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> headers,
InputStream entityStream) |
void |
EnvelopedWriter.writeTo(EnvelopedOutput out,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> headers,
OutputStream os) |
void |
SignedWriter.writeTo(SignedOutput out,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> headers,
OutputStream os) |
Modifier and Type | Class and Description |
---|---|
class |
MultivaluedMapImpl<K,V> |
Modifier and Type | Method and Description |
---|---|
MultivaluedMap<String,PathSegment[]> |
UriInfoImpl.getEncodedPathParameterPathSegments() |
protected MultivaluedMap<String,String> |
UriInfoImpl.getEncodedQueryParameters() |
MultivaluedMap<String,String> |
RequestImpl.getFormParameters() |
MultivaluedMap<String,String> |
PathSegmentImpl.getMatrixParameters() |
MultivaluedMap<String,PathSegment[]> |
UriInfoImpl.getPathParameterPathSegments() |
MultivaluedMap<String,String> |
UriInfoImpl.getPathParameters() |
MultivaluedMap<String,String> |
UriInfoImpl.getPathParameters(boolean decode) |
MultivaluedMap<String,String> |
UriInfoImpl.getQueryParameters() |
MultivaluedMap<String,String> |
UriInfoImpl.getQueryParameters(boolean decode) |
MultivaluedMap<String,String> |
HttpHeadersImpl.getRequestHeaders() |
Modifier and Type | Method and Description |
---|---|
void |
HttpHeadersImpl.setRequestHeaders(MultivaluedMap<String,String> requestHeaders) |
Modifier and Type | Field and Description |
---|---|
protected MultivaluedMap<String,String> |
Link.extensions |
Modifier and Type | Method and Description |
---|---|
MultivaluedMap<String,String> |
HttpRequest.getDecodedFormParameters() |
MultivaluedMap<String,String> |
Link.getExtensions() |
MultivaluedMap<String,String> |
HttpRequest.getFormParameters()
application/x-www-form-urlencoded parameters
This is here because @FormParam needs it and for when there are servlet filters that eat up the input stream
|
MultivaluedMap<String,Object> |
HttpResponse.getOutputHeaders() |
MultivaluedMap<String,Object> |
ClientHttpOutput.getOutputHeaders() |
Constructor and Description |
---|
Link(String title,
String relationship,
String href,
String type,
MultivaluedMap<String,String> extensions) |
Modifier and Type | Method and Description |
---|---|
MultivaluedMap<String,Object> |
MessageBodyWriterContext.getHeaders() |
MultivaluedMap<String,String> |
MessageBodyReaderContext.getHeaders() |
Modifier and Type | Class and Description |
---|---|
class |
CaseInsensitiveMap<V> |
class |
DelegatingMultivaluedMap<K,V>
MultivaluedMap implementation that delegates to another instance. |
class |
PrefixedMultivaluedMap<V>
MultivaluedMap implementation that wraps another instance and only returns values that are prefixed with the given #prefix . |
Modifier and Type | Field and Description |
---|---|
protected MultivaluedMap<String,String> |
HttpRequestImpl.decodedFormParameters |
protected MultivaluedMap<String,String> |
HttpRequestImpl.formParameters |
Modifier and Type | Method and Description |
---|---|
static MultivaluedMap<String,String> |
Encode.decode(MultivaluedMap<String,String> map)
decode an encoded map
|
static MultivaluedMap<String,String> |
Encode.encode(MultivaluedMap<String,String> map) |
MultivaluedMap<String,String> |
PrefixedFormFieldsHttpRequest.getDecodedFormParameters() |
MultivaluedMap<String,String> |
HttpRequestImpl.getDecodedFormParameters() |
MultivaluedMap<String,String> |
DelegatingHttpRequest.getDecodedFormParameters() |
MultivaluedMap<String,String> |
HttpRequestImpl.getFormParameters() |
MultivaluedMap<String,String> |
DelegatingHttpRequest.getFormParameters() |
Modifier and Type | Method and Description |
---|---|
static MultivaluedMap<String,String> |
Encode.decode(MultivaluedMap<String,String> map)
decode an encoded map
|
static MultivaluedMap<String,String> |
Encode.encode(MultivaluedMap<String,String> map) |
Constructor and Description |
---|
DelegatingMultivaluedMap(MultivaluedMap<K,V> delegate) |
PrefixedMultivaluedMap(String prefix,
MultivaluedMap<String,V> delegate)
Constructor setting the prefix and the delegate.
|
Copyright © 2013. All Rights Reserved.