UrlStreamResolverFactory

com.eclipsesource.schema.internal.url.UrlStreamResolverFactory
case class UrlStreamResolverFactory(protocolUrlHandlers: Map[String, URLStreamHandler], relativeUrlHandlers: Map[String, URLStreamHandler]) extends URLStreamHandlerFactory

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait URLStreamHandlerFactory
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def addUrlHandler(protocolEntry: (String, URLStreamHandler)): UrlStreamResolverFactory
override def createURLStreamHandler(protocol: String): URLStreamHandler

Attributes

Definition Classes
URLStreamHandlerFactory
def hasHandlerFor(scheme: String): Boolean

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product