Interface IHttpConnectionDescription
-
- All Superinterfaces:
IConnectionDescription,IResourceReferenceConnectionDescription,java.io.Serializable
- All Known Implementing Classes:
AbstractHttpConnectionDescription,HttpConnectionDescription
public interface IHttpConnectionDescription extends IResourceReferenceConnectionDescription
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IHttpConnectionDescriptionadapt(IAuthentication authentication)java.lang.StringgetHost()IParametersgetParameters()java.lang.StringgetPassword()java.lang.StringgetPath()intgetPort()java.lang.StringgetUrlString()java.lang.StringgetUserName()booleanisSslEnabled()-
Methods inherited from interface net.anwiba.commons.datasource.connection.IConnectionDescription
getAuthentication, getDataSourceType, getFormat, getURI, getUrl, getVersion
-
Methods inherited from interface net.anwiba.commons.datasource.connection.IResourceReferenceConnectionDescription
getResourceReference
-
-
-
-
Method Detail
-
getUserName
java.lang.String getUserName()
-
getPort
int getPort()
-
getPassword
java.lang.String getPassword()
-
getHost
java.lang.String getHost()
-
getPath
java.lang.String getPath()
-
isSslEnabled
boolean isSslEnabled()
-
getParameters
IParameters getParameters()
-
getUrlString
java.lang.String getUrlString()
-
adapt
IHttpConnectionDescription adapt(IAuthentication authentication)
- Specified by:
adaptin interfaceIConnectionDescription- Specified by:
adaptin interfaceIResourceReferenceConnectionDescription
-
-