org.nuiton.io.rest
Interface RestClientConfiguration

All Known Implementing Classes:
DefaultRestClientConfiguration

public interface RestClientConfiguration

Contract of a RestClient.

Since:
1.0.3
Author:
chemit

Method Summary
 String getEncoding()
           
 String getRestPassword()
           
 URL getRestUrl()
           
 String getRestUsername()
           
 boolean isVerbose()
           
 void setEncoding(String encoding)
           
 void setRestPassword(String restPassword)
           
 void setRestUrl(URL restUrl)
           
 void setRestUsername(String restUsername)
           
 void setVerbose(boolean verbose)
           
 

Method Detail

getRestUrl

URL getRestUrl()

getEncoding

String getEncoding()

getRestUsername

String getRestUsername()

getRestPassword

String getRestPassword()

isVerbose

boolean isVerbose()

setRestUrl

void setRestUrl(URL restUrl)

setRestPassword

void setRestPassword(String restPassword)

setRestUsername

void setRestUsername(String restUsername)

setEncoding

void setEncoding(String encoding)

setVerbose

void setVerbose(boolean verbose)


Copyright © 2009 CodeLutin. All Rights Reserved.