public class PyroURI extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
String |
host |
String |
objectid |
int |
port |
String |
protocol |
Constructor and Description |
---|
PyroURI() |
PyroURI(PyroURI other) |
PyroURI(String uri) |
PyroURI(String objectid,
String host,
int port) |
Modifier and Type | Method and Description |
---|---|
void |
__setstate__(Object[] args)
called by the Unpickler to restore state
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
public String protocol
public String objectid
public String host
public int port
public PyroURI()
public PyroURI(PyroURI other)
public PyroURI(String uri)
public void __setstate__(Object[] args) throws IOException
IOException
Copyright © 2016. All Rights Reserved.