com.jdroid.java.http
Interface Server

All Known Implementing Classes:
DefaultServer

public interface Server


Method Summary
 String getBaseUrl()
           
 List<HttpWebServiceProcessor> getHttpWebServiceProcessors()
           
 String getName()
           
 Server instance(String name)
           
 Boolean isProduction()
           
 Boolean supportsSsl()
           
 

Method Detail

getName

String getName()

getBaseUrl

String getBaseUrl()

supportsSsl

Boolean supportsSsl()

isProduction

Boolean isProduction()

getHttpWebServiceProcessors

List<HttpWebServiceProcessor> getHttpWebServiceProcessors()

instance

Server instance(String name)


Copyright © 2014. All rights reserved.