Class UriProvider
java.lang.Object
org.glassfish.jersey.message.internal.UriProvider
- All Implemented Interfaces:
RuntimeDelegate.HeaderDelegate<URI>,HeaderDelegateProvider<URI>
- Author:
- Paul Sandoz, Marek Potociar
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UriProvider
public UriProvider()
-
-
Method Details
-
supports
Description copied from interface:HeaderDelegateProviderAscertain if the Provider supports a particular type.- Specified by:
supportsin interfaceHeaderDelegateProvider<URI>- Parameters:
type- the type that is to be supported.- Returns:
- true if the type is supported, otherwise false.
-
toString
- Specified by:
toStringin interfaceRuntimeDelegate.HeaderDelegate<URI>
-
fromString
- Specified by:
fromStringin interfaceRuntimeDelegate.HeaderDelegate<URI>
-