public class URL extends Object
URL.
Specifically we want to disallow called URL.getContent() from a rule.| Constructor and Description |
|---|
URL(String urlString) |
URL(URI uri) |
URL(URL url) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAuthority() |
int |
getDefaultPort() |
String |
getFile() |
String |
getFragment()
alias for #getRef, fragment is more commonly used
|
String |
getHost() |
String |
getPath() |
int |
getPort() |
String |
getProtocol() |
String |
getQuery() |
Map<String,String> |
getQueryParams() |
String |
getRef() |
String |
getUserInfo() |
int |
hashCode() |
public String getQuery()
public String getUserInfo()
public String getHost()
public String getPath()
public String getFile()
public String getProtocol()
public int getDefaultPort()
public String getFragment()
public String getRef()
public String getAuthority()
public int getPort()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.