org.ocd.docservice
Class Handler

java.lang.Object
  |
  +--java.net.URLStreamHandler
        |
        +--org.ocd.docservice.Handler

public class Handler
extends java.net.URLStreamHandler

Version:
 
Author:
drichan

Inner Class Summary
 class Handler.DocServiceURLConnection
           
 
Field Summary
static java.lang.String PROTOCOL
           
 
Constructor Summary
Handler()
          Creates new Handler
 
Method Summary
protected  java.net.URLConnection openConnection(java.net.URL pURL)
          opens a Connection to a URL
 
Methods inherited from class java.net.URLStreamHandler
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, parseURL, sameFile, setURL, setURL, toExternalForm
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROTOCOL

public static final java.lang.String PROTOCOL
Constructor Detail

Handler

public Handler()
Creates new Handler
Method Detail

openConnection

protected java.net.URLConnection openConnection(java.net.URL pURL)
                                         throws java.io.IOException
opens a Connection to a URL
Overrides:
openConnection in class java.net.URLStreamHandler