Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jboss.net.protocol.file.* (3)org.jboss.net.protocol.http.* (1)
org.jboss.net.protocol.jndi.* (1)org.jboss.net.protocol.njar.* (1)
org.jboss.net.protocol.resource.* (2)

org.jboss.net.protocol: Javadoc index of package org.jboss.net.protocol.


Package Samples:

org.jboss.net.protocol.resource: URL protocol stream helpers.  
org.jboss.net.protocol.jndi
org.jboss.net.protocol.file
org.jboss.net.protocol.njar
org.jboss.net.protocol.http

Classes:

Handler: A protocol handler for the n(ested)jar protocol. This is class allows you to use the njar: URL protocol. It is very similar to it's jar: cusin. The difference being that jars can be nested. An example of how to use this class is: URL url = new URL("njar:njar:file:c:/test1.zip^/test2.zip^/hello.txt"); url.openStream(); Please be aware that the njar protocol caches it's jar in temporary storage when connections are opened into them. So for the above example, 2 files would cached a temp files names similar to nested-xxxx.jar
Handler: A protocol handler for the 'jndi' protocol. Provides access to jndi resources required by Tomcat 4.1.12. This is basically a place-marker class so the org.jboss.net.protocol.URLStreamHandlerFactory class can find org.apache.naming.resources.DirContextURLStreamHandler. See org.jboss.net.protocol.URLStreamHandlerFactory and org.jboss.net.protocol.file.Handler for the pattern adopted here
URLLister: Interface defining methods that can be used to list the contents of a URL collection irrespective of the protocol.
FileURLConnection: Provides local file access via URL semantics, correctly returning the last modified time of the underlying file.
Handler: A protocol handler for the 'resource' protocol. Provides access to system resources.
URLListerBase: Support class for URLLister's providing protocol independent functionality.
ResourceURLConnection: Provides access to system resources as a URLConnection.
URLStreamHandlerFactory: A factory for loading URL protocol handlers.
Handler: A protocol handler for the 'file' protocol.
DelegatingURLConnection: An delegating URLConnection support class.
URLListerFactory
FileURLLister
DavURLLister

Home | Contact Us | Privacy Policy | Terms of Service