public class Origin extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Origin.Address |
| Constructor and Description |
|---|
Origin(String scheme,
Origin.Address address) |
Origin(String scheme,
String host,
int port) |
| Modifier and Type | Method and Description |
|---|---|
String |
asString() |
boolean |
equals(Object obj) |
Origin.Address |
getAddress() |
String |
getScheme() |
int |
hashCode() |
public Origin(String scheme, Origin.Address address)
Copyright © 1995–2017 Webtide. All rights reserved.