Package net.sf.basedb.util.uri

  • Interface Summary
    Interface Description
    ConnectionManager
    A connection manager is used to access the contents and metadata about the resource pointed to by a given URI.
    ConnectionManagerFactory
    A connection manager factory is responsible for creating connection managers for some subset of URI:s that is supported.
    ResumableConnectionManager
    An extension to the ConnectionManager interface that add support for specifying a start offset when downloading the external file.
  • Class Summary
    Class Description
    CloseResourceInputStream
    Inputstream filter that closes a given resource whenever the parent input stream is closed.
    ConnectionManagerUtil
    Collects utility methods related to connection managers.
    ConnectionParameters
    Connection parameters, such as username/password, that may be needed to connect to a server.
    UriMetadata
    Holds metadata about the data referenced by given URI.