Deprecated API


Contents
Deprecated Fields
org.restlet.engine.http.header.HeaderConstants.ATTRIBUTE_VERSION
           
 

Deprecated Methods
org.restlet.engine.security.AuthenticatorHelper.authenticate(ChallengeResponse, Request, Guard)
          See new org.restlet.security package. 
org.restlet.engine.security.AuthenticatorUtils.authenticate(Request, Guard)
          See new org.restlet.security package. 
org.restlet.engine.application.DecodeRepresentation.canDecode()
          Use DecodeRepresentation.isDecoding() instead. 
org.restlet.engine.security.AuthenticatorUtils.challenge(Response, boolean, Guard)
          See new org.restlet.security package. 
org.restlet.engine.security.AuthenticatorHelper.challenge(Response, boolean, Guard)
          See new org.restlet.security package. 
org.restlet.engine.application.Decoder.isDecodeRequest()
          Use Decoder.isDecodingRequest() instead. 
org.restlet.engine.application.Decoder.isDecodeResponse()
          Use Decoder.isDecodingResponse() instead. 
org.restlet.engine.application.Encoder.isEncodeRequest()
          Use Encoder.isEncodingRequest() instead. 
org.restlet.engine.application.Encoder.isEncodeResponse()
          Use Encoder.isEncodingResponse() instead. 
org.restlet.engine.application.StatusFilter.isOverwrite()
          Use StatusFilter.isOverwriting() instead. 
org.restlet.engine.http.ClientCall.parseContentDisposition(String)
          Use DispositionReader instead. 
org.restlet.engine.application.Decoder.setDecodeRequest(boolean)
          Use Decoder.setDecodingRequest(boolean) instead. 
org.restlet.engine.application.Decoder.setDecodeResponse(boolean)
          Use Decoder.setDecodingResponse(boolean) instead. 
org.restlet.engine.application.Encoder.setEncodeRequest(boolean)
          Use Encoder.setEncodingRequest(boolean) instead. 
org.restlet.engine.application.Encoder.setEncodeResponse(boolean)
          Use Encoder.setEncodingResponse(boolean) instead. 
org.restlet.engine.application.StatusFilter.setOverwrite(boolean)
          Use StatusFilter.setOverwriting(boolean) instead. 
 



Copyright © 2005-2011 Noelios Technologies.