public class Host extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
host |
String |
path |
int |
port |
String |
scheme |
static Host |
STAR |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
static Optional<Host> |
parseHost(String value) |
String |
toString() |
public final int port
public static final Host STAR
Copyright © 2020. All rights reserved.