com.jakewharton.domainr.services
Class InfoService

java.lang.Object
  extended by com.jakewharton.apibuilder.ApiService
      extended by com.jakewharton.domainr.DomainrApiService
          extended by com.jakewharton.domainr.services.InfoService

public final class InfoService
extends DomainrApiService

Represents Domainr's remote search service.


Nested Class Summary
static class InfoService.InfoBuilder
          Request builder for query(String).
 
Field Summary
 
Fields inherited from class com.jakewharton.apibuilder.ApiService
CONTENT_ENCODING
 
Constructor Summary
InfoService()
           
 
Method Summary
 InfoService.InfoBuilder query(String query)
          Query a specific set of terms.
 
Methods inherited from class com.jakewharton.domainr.DomainrApiService
get, unmarshall, unmarshall
 
Methods inherited from class com.jakewharton.apibuilder.ApiService
acceptGzip, addRequestHeader, closeConnection, closeStream, convertStreamToString, executeDelete, executeDelete, executeGet, executeGet, executeMethod, executePost, executePost, getConnectTimeout, getParametersString, getReadTimeout, getWrappedInputStream, removeRequestHeader, setConnectTimeout, setReadTimeout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoService

public InfoService()
Method Detail

query

public final InfoService.InfoBuilder query(String query)
Query a specific set of terms.

Returns:
Builder instance.


Copyright © 2011 Jake Wharton. All Rights Reserved.