KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > net > URLConnection > Top Examples

  • org.apache.geronimo.system.url.file.FileProtocolTest
    Unit test for the 'file' protocol. @version $Rev: 53762 $ $Date: 2004-10-04 15:54:53 -0700 (Mon, 04 Oct 2004) $
  • javassist.URLClassPath
    A class search-path specified with URL (http). @see javassist.ClassPath @see ClassPool#insertClassPath(ClassPath) @see ClassPool#appendClassPath(ClassPath)
  • org.htmlparser.beans.FilterBean
    Extract nodes from a URL using a filter. FilterBean fb = new FilterBean ("http://cbc.ca"); fb.setFilters (new NodeFilter[] { new TagNameFilter ("META") }); fb.setURL ("http://cbc.ca"); System.out.println (fb.getNodes ().toHtml ());
  • org.jboss.net.protocol.DelegatingURLConnection
    An delegating URLConnection support class. @todo resolve 1.4 specific issues. @version <tt>$Revision: 1.5 $</tt> @author <a HREF="mailto:jason@planet57.com">Jason Dillon</a>
  • org.eclipse.emf.common.archive.ArchiveURLConnection
    A connection that can access an entry in an archive, and then recursively an entry in that archive, and so on. For example, it can be used just like jar: or zip:, only the archive paths can repeat, e.g., <pre> archive:file:///c:/temp/example.zip!/org/example/nested.zip!/org/example/deeply-ne ...
  • org.eclipse.update.internal.core.ConnectionThreadManager
    This class manages threads that are dispatched to obtained a valid input stream from an HTTP connection. Since obtaining an input stream is an I/O operation that may block for a long time, it is performed on a separate thread to keep the UI responsive. <p> In case that a connection blocks an ...
  • com.jcraft.jhttptunnel.OutBoundURL
Popular Tags