Uses of Interface
esendex.sdk.java.http.HttpConnector
Packages that use HttpConnector
-
Uses of HttpConnector in esendex.sdk.java.http
Classes in esendex.sdk.java.http that implement HttpConnectorModifier and TypeClassDescriptionclass
Makes, writes to and reads from a URL connection with the HTTP protocol.Methods in esendex.sdk.java.http that return HttpConnectorModifier and TypeMethodDescriptionstatic HttpConnector
HttpConnectorFactory.getConnector()
Gets the connector of choice.static HttpConnector
HttpConnectorFactory.getDefaultConnector()
Gets the default connector.Methods in esendex.sdk.java.http with parameters of type HttpConnectorModifier and TypeMethodDescriptionstatic void
HttpConnectorFactory.setConnector
(HttpConnector con) Sets the connector of choice.