All Packages Class Hierarchy This Package Previous Next Index
Interface com.ibm.atci.AtciConnectionHandler
- public interface AtciConnectionHandler
A interface to open ATCI connection from given URL.
-
openConnection(URL)
- Creats connection object in response to given URL.
openConnection
public abstract AtciConnection openConnection(URL url) throws IOException, MalformedURLException
- Creats connection object in response to given URL.
- Parameters:
- url - URL of the target server.
- Throws: IOException
- An IO error occurred while reading the object.
- Throws: MalformedURLException
- When given URL has unknown scheme for
ATCI.
All Packages Class Hierarchy This Package Previous Next Index