com.jdroid.java.http
Class DefaultServer
java.lang.Object
com.jdroid.java.http.DefaultServer
- All Implemented Interfaces:
- Server
public class DefaultServer
- extends Object
- implements Server
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultServer
public DefaultServer(String name,
String baseUrl,
Boolean supportsSsl)
DefaultServer
public DefaultServer(String baseUrl)
getName
public String getName()
- Specified by:
getName in interface Server
- See Also:
Server.getName()
getBaseUrl
public String getBaseUrl()
- Specified by:
getBaseUrl in interface Server
- See Also:
Server.getBaseUrl()
supportsSsl
public Boolean supportsSsl()
- Specified by:
supportsSsl in interface Server
- See Also:
Server.supportsSsl()
isProduction
public Boolean isProduction()
- Specified by:
isProduction in interface Server
- See Also:
Server.isProduction()
getHttpWebServiceProcessors
public List<HttpWebServiceProcessor> getHttpWebServiceProcessors()
- Specified by:
getHttpWebServiceProcessors in interface Server
- See Also:
Server.getHttpWebServiceProcessors()
instance
public Server instance(String name)
- Specified by:
instance in interface Server
- See Also:
Server.instance(java.lang.String)
Copyright © 2014. All rights reserved.