Uses of Class
org.avis.common.ElvinURI

Packages that use ElvinURI
org.avis.client   
org.avis.common   
 

Uses of ElvinURI in org.avis.client
 

Methods in org.avis.client that return ElvinURI
 ElvinURI Elvin.routerUri()
          The router's URI.
 

Constructors in org.avis.client with parameters of type ElvinURI
Elvin(ElvinURI routerUri)
          Create a new connection to an Elvin router.
Elvin(ElvinURI routerUri, ConnectionOptions options)
          Create a new connection to an Elvin router.
Elvin(ElvinURI routerUri, ConnectionOptions options, Keys notificationKeys, Keys subscriptionKeys)
          Create a new connection to an Elvin router.
Elvin(ElvinURI routerUri, ElvinOptions options)
          Create a new connection to an Elvin router.
Elvin(ElvinURI routerUri, Keys notificationKeys, Keys subscriptionKeys)
          Create a new connection to an Elvin router.
 

Uses of ElvinURI in org.avis.common
 

Methods in org.avis.common with parameters of type ElvinURI
 boolean ElvinURI.equals(ElvinURI uri)
           
 

Constructors in org.avis.common with parameters of type ElvinURI
ElvinURI(ElvinURI defaultUri)
          Create a copy of a URI.
ElvinURI(String uriString, ElvinURI defaultUri)
          Create a new instance using an existing URI for defaults.
 



Copyright © 2008 Matthew Phillips. All Rights Reserved.