public static class Server.ServerMatcher
extends java.lang.Object
| Constructor and Description |
|---|
ServerMatcher(Url url) |
| Modifier and Type | Method and Description |
|---|---|
io.inversion.utils.Path |
getHost() |
io.inversion.utils.Path |
getPath() |
int |
getPort() |
java.lang.String |
getProtocol() |
boolean |
match(Url url) |
java.lang.String |
toString() |
public ServerMatcher(Url url)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean match(Url url)
public java.lang.String getProtocol()
public io.inversion.utils.Path getHost()
public io.inversion.utils.Path getPath()
public int getPort()
Copyright © 2023 Rocket Partners, LLC. All rights reserved.