Uses of Package
io.microsphere.net
-
Packages that use io.microsphere.net Package Description io.microsphere.net io.microsphere.net.classpath io.microsphere.net.console -
Classes in io.microsphere.net used by io.microsphere.net Class Description CompositeSubProtocolURLConnectionFactory A composite implementation ofSubProtocolURLConnectionFactory
that combines multiple factories.CompositeURLStreamHandlerFactory A compositeURLStreamHandlerFactory
that delegates the creation ofURLStreamHandler
instances to one or more underlying factories in a prioritized order.DelegatingURLStreamHandlerFactory A delegating implementation ofURLStreamHandlerFactory
that forwards all calls to a provided delegate factory.ExtendableProtocolURLStreamHandler Extendable ProtocolURLStreamHandler
class supports the sub-protocols, like :{protocol}:{sub-protocols[0]}: ... :{sub-protocols[n]}://...
, {protocol} : The protocol ofURLStreamHandler
is recognized byURL
(required) {sub-protocols} : the list of sub-protocols that isresolved
fromURL
(optional)MutableURLStreamHandlerFactory A mutable and non-thread-safe implementation ofURLStreamHandlerFactory
that allows dynamic registration and retrieval ofURLStreamHandler
instances for specific protocols.SubProtocolURLConnectionFactory A factory for creatingURLConnection
instances that handle sub-protocols. -
Classes in io.microsphere.net used by io.microsphere.net.classpath Class Description ExtendableProtocolURLStreamHandler Extendable ProtocolURLStreamHandler
class supports the sub-protocols, like :{protocol}:{sub-protocols[0]}: ... :{sub-protocols[n]}://...
, {protocol} : The protocol ofURLStreamHandler
is recognized byURL
(required) {sub-protocols} : the list of sub-protocols that isresolved
fromURL
(optional) -
Classes in io.microsphere.net used by io.microsphere.net.console Class Description ExtendableProtocolURLStreamHandler Extendable ProtocolURLStreamHandler
class supports the sub-protocols, like :{protocol}:{sub-protocols[0]}: ... :{sub-protocols[n]}://...
, {protocol} : The protocol ofURLStreamHandler
is recognized byURL
(required) {sub-protocols} : the list of sub-protocols that isresolved
fromURL
(optional)