|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
MediaType.APPLICATION_XHTML
instead.
ChallengeMessage.setRawValue(String)
instead.
GwtClientProxy
implementing a custom Java interface, extending the
marker ClientProxy
interface, and annotated with Restlet annotations
such as Get
, Post
, Put
or Delete
.ClientInfo
instance with preferences matching exactly
the current variant.
EmptyRepresentation
instead.
ClientResource.getNext()
method.
UniformResource.release()
the resource.
Restlet.stop()
the Restlet if it is still started.
ClientInfo.getForwardedAddresses()
method instead.
ChallengeMessage.getRawValue()
instead.
Request.getResourceRef()
value duplicated here in
case a proxy changed it.
Variant.getLocationRef()
instead.
MediaType
s.
InputRepresentation.getStream()
.
ServerInfo.isAcceptingRanges()
instead.
ClientInfo#isAuthenticated()
instead.
Protocol.isConfidential()
method for the
request's protocol returned by Request.getProtocol()
;
StatusService.isOverwriting()
instead.
GwtClientProxy
object when a failure
is detected.
GwtClientProxy
object in case of
success.
MediaType.valueOf(String)
.
UniformResource.doRelease()
.
Status.SERVER_ERROR_INTERNAL
including the
related error or exception.
ServerInfo.setAcceptingRanges(boolean)
instead.
ClientInfo.setForwardedAddresses(List)
method instead.
ClientInfo#setAuthenticated(boolean)
instead.
Response.getChallengeRequests()
method result
instead or use Response.setChallengeRequests(List)
.
ChallengeMessage.getRawValue()
instead.
Variant.setLocationRef(Reference)
instead
Variant.setLocationRef(String)
instead.
StatusService.setOverwriting(boolean)
instead.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |