com.google.api.client.http
Class UrlEncodedParser.Builder

java.lang.Object
  extended by com.google.api.client.http.UrlEncodedParser.Builder
Enclosing class:
UrlEncodedParser

Deprecated. (scheduled to be removed in 1.11) Content-Type is no longer stored in the parser.

@Deprecated
public static class UrlEncodedParser.Builder
extends Object

Builder for UrlEncodedParser.

Implementation is not thread-safe.

Since:
1.5

Constructor Summary
protected UrlEncodedParser.Builder()
          Deprecated.  
 
Method Summary
 UrlEncodedParser build()
          Deprecated. Builds a new instance of UrlEncodedParser.
 String getContentType()
          Deprecated. Returns the content type or null for none.
 UrlEncodedParser.Builder setContentType(String contentType)
          Deprecated. Sets the content type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UrlEncodedParser.Builder

protected UrlEncodedParser.Builder()
Deprecated. 
Method Detail

build

public UrlEncodedParser build()
Deprecated. 
Builds a new instance of UrlEncodedParser.


getContentType

public final String getContentType()
Deprecated. 
Returns the content type or null for none.


setContentType

public UrlEncodedParser.Builder setContentType(String contentType)
Deprecated. 
Sets the content type.

Default value is UrlEncodedParser.CONTENT_TYPE.



Copyright © 2011-2012 Google. All Rights Reserved.