ome / omero-blitz

Gradle project containing Ice remoting code for OMERO
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
0 stars 15 forks source link

Support websocket and url style connection strings #40

Closed manics closed 5 years ago

manics commented 5 years ago

Adds support for protocol://host:port/path style connection strings in addition to existing formats

This is the java equivalent of https://github.com/openmicroscopy/openmicroscopy/pull/5997 @mtbc

joshmoore commented 5 years ago

Merging based on travis & merge-ci status. Thanks, @manics