|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
NestedFormInjector
that can inject collections.ClientErrorInterceptor
to this provider factory instance.
Path
.Base64.InputStream
will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly.Base64.InputStream
in DECODE mode.
Base64.InputStream
in
either ENCODE or DECODE mode.
Base64.OutputStream
will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly.Base64.OutputStream
in ENCODE mode.
Base64.OutputStream
in
either ENCODE or DECODE mode.
ClientErrorInterceptor
provides a hook into the proxy
ClientResponse
request lifecycle.@QueryParam
parameters.
MessageBodyReader
can accept.Response.ResponseBuilder
.
UriBuilder
.
Variant.VariantListBuilder
.
ObjectMapper
for type resolution.
PathParam
,
QueryParam
,
MatrixParam
,
CookieParam
,
FormParam
,
or HeaderParam
.MultivaluedMap
implementation that delegates to another instance.PrefixedFormInjector.inject(HttpRequest, HttpResponse)
method.
raw
ByteBuffer,
writing it to the encoded
ByteBuffer.
raw
ByteBuffer,
writing it to the encoded
CharBuffer.
Base64.encodeBytes(byte[])
but returns
a byte array instead of instantiating a String.
Base64.encodeBytes(byte[], int, int, int)
but returns
a byte array instead of instantiating a String.
QueryParam
,
PathParam
, FormParam
or MatrixParam
.Variant.VariantListBuilder
initialized with a set of supported
encodings.
Response
.CacheControl
for some reason.XmlRegistry
for the XML type.
T
.
ContentIDUtils.generateContentIDFromAddrSpec(String)
with
ContentIDUtils.generateRFC822AddrSpec()
as parameter.
T
.String
ClientErrorInterceptor
instances.
T
that is applicable to the supplied
type.
Type
instance.
ObjectMapper
for the given class and mediaType
PathSegment
.
PathSegment
.
InputStream
object.
writeTo
to ascertain the length in bytes of
the serialized form of t
.
Type
instance.
String
as the specified Java type.
java.security.Principal
object containing the
name of the current authenticated user.
ClientResponse
.
ChannelPipelineFactory
which is used to serve HTTP Traffic.HttpServerPipelineFactory
subclass which enable the use of HTTPSIIOImageProvider
.JAXBElement
.XmlRootElement
annotation.Application
and annotated with @ApplicationPath is the Java EE 6
"no XML" approach to activating JAX-RS.Variant.VariantListBuilder
initialized with a set of supported
languages.
LinkResource
on a single method.Variant.VariantListBuilder
initialized with a set of supported
media types.
MultipartRelatedInput
by extending
MultipartInputImpl
and adding multipart/related functionality.MessageBodyReader
implementation to deserialize
MultipartRelatedInput
objects.MessageBodyWriter
implementation to serialize
MultipartRelatedOutput
objects.ObjectMapper
used to create typing information.
Path
-annotated method to the
existing path.
asctime()
format.
FormInjector
that handles prefixes for associated classes.MultivaluedMap
implementation that wraps another instance and only returns values that are prefixed with the given #prefix
.MessageBodyWriter
can produce.Providers
used to retrieve the JacksonJsonpInterceptor.objectMapper
from.
Base64.InputStream.read()
repeatedly until the end of stream
is reached or len bytes are read.
InputStream
.
SimpleChannelUpstreamHandler
which handles the requests and dispatch them.Response.ResponseBuilder
instance and obtain a Response from that.
Response
to obtain an instance.
FactoryBean
to generate a client
proxy from a REST annotated interface.OneToOneDecoder
is responsible for decode HttpRequest
to NettyHttpRequest
's
This implementation is ChannelHandler.Sharable
OneToOneEncoder
implementation which encodes HttpResponse
's to
HttpResponse
's
This implementation is ChannelHandler.Sharable
T
.Content-Length
.
Request-Line
is not allowed for the resource
identified by the Request-URI
.
Request-URI
is longer
than the server is willing to interpret.
Location
field.
URI
).
BufferedInputStream
enforcing the contract where reset()
always returns to the beginning of the stream, and the internal buffer
expands automatically to the total length of content read from the underlying
stream.Variant
selection.ApacheHttpClient4Executor.fileUploadInMemoryThresholdLimit
ApacheHttpClient4Executor.fileUploadMemoryUnit
ApacheHttpClient4Executor.fileUploadTempFileDir
ObjectMapper
.
Providers
UriInfo
.
ContextLoader
.Response
when the application wishes to stream the output.Cookie
with the same name, value, path,
domain and version as this NewCookie
.
Response
.
fromXXX
methods to obtain an instance.
UriBuilder.build(java.lang.Object...)
methods when a URI
cannot be constructed based on the current state of the
builder.UriBuilderException
without detail message.
UriBuilderException
with the specified detail message.
UriBuilderException
with the specified detail message and cause.
cause==null ? null : cause.toString()
) (which typically contains
the class and detail message of cause).
newInstance
method to obtain an instance.
Base64.OutputStream.write(int)
repeatedly until len
bytes are written.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |