Interface atci.AtciConnectionHandler
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface atci.AtciConnectionHandler

public interface AtciConnectionHandler
extends Object
A interface to open ATCI connection from given URL.

Method Index

 o openConnection(URL)
Creats connection object in response to given URL.

Methods

 o openConnection
  public abstract AtciConnection openConnection(URL url) throws IOException, MalformedURLException
Creats connection object in response to given URL.
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