org.eclipse.osgi.framework.internal.protocol
Class MultiplexingContentHandler

java.lang.Object
  extended by java.net.ContentHandler
      extended by org.eclipse.osgi.framework.internal.protocol.MultiplexingContentHandler

public class MultiplexingContentHandler
extends ContentHandler


Constructor Summary
MultiplexingContentHandler(String contentType, ContentHandlerFactory factory)
           
 
Method Summary
 Object getContent(URLConnection uConn)
           
 
Methods inherited from class java.net.ContentHandler
getContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiplexingContentHandler

public MultiplexingContentHandler(String contentType,
                                  ContentHandlerFactory factory)
Method Detail

getContent

public Object getContent(URLConnection uConn)
                  throws IOException
Specified by:
getContent in class ContentHandler
Throws:
IOException


Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.