@Deprecated public class RequestHostnameProvider extends Object implements HostnameProvider
| Constructor and Description |
|---|
RequestHostnameProvider()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getHostname(javax.ws.rs.core.UriInfo originalUriInfo)
Deprecated.
Returns the host.
|
int |
getPort(javax.ws.rs.core.UriInfo originalUriInfo)
Deprecated.
Returns the port (or -1 for default port).
|
String |
getScheme(javax.ws.rs.core.UriInfo originalUriInfo)
Deprecated.
Returns the URL scheme.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getContextPath, getContextPath, getHostname, getPort, getSchemepublic String getScheme(javax.ws.rs.core.UriInfo originalUriInfo)
HostnameProvidergetScheme in interface HostnameProvideroriginalUriInfo - the original URIpublic String getHostname(javax.ws.rs.core.UriInfo originalUriInfo)
HostnameProvidergetHostname in interface HostnameProviderpublic int getPort(javax.ws.rs.core.UriInfo originalUriInfo)
HostnameProvidergetPort in interface HostnameProvideroriginalUriInfo - the original URICopyright © 2021 JBoss by Red Hat. All rights reserved.